.owl-carousel .item {
  background: #1c1c1c;
}

.owl-carousel .item img {
  opacity: 0.5;
}

.owl-carousel .owl-nav {
  height: 100%;
  position: absolute;
  top: 0;
  color: white;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  height: 100%;
  position: absolute;
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  font-size: 7rem;
}

@media (min-width: 992px) {
  .owl-carousel .owl-nav .owl-prev span,
  .owl-carousel .owl-nav .owl-next span {
    font-size: 10rem;
  }
}

.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:focus {
  outline: none;
}

.owl-carousel .owl-nav .owl-prev {
  left: 1%;
}

.owl-carousel .owl-nav .owl-next {
  right: 1%;
}

.owl-carousel .owl-dots {
  display: none;
}

.language-selector-mobile {
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
  padding-bottom: 1rem;
}

.language-selector-mobile .language-selector-mobile__title {
  color: white;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .language-selector-mobile .language-selector-mobile__title {
    font-size: 1.6rem;
  }
}

.language-selector-mobile .language-selector-mobile__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.language-selector-mobile .language-selector-mobile__list .language-selector-mobile__list--item {
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  margin: 0 1rem;
}

.language-selector-mobile .language-selector-mobile__list .language-selector-mobile__list--item.selected-language {
  background: #348ceb;
  border-color: #348ceb;
}

.language-selector-mobile .language-selector-mobile__list .language-selector-mobile__list--item a {
  color: white;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .language-selector-mobile .language-selector-mobile__list .language-selector-mobile__list--item a {
    font-size: 1.6rem;
  }
}

.language-selector-desktop {
  width: 13%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.language-selector-desktop .language-selector-desktop__dropdown {
  display: none;
  width: 96%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 300;
  background: white;
  top: 35px;
  border-radius: 1rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
}

.language-selector-desktop .language-selector-desktop__dropdown .language-selector-desktop__dropdown--item {
  color: black;
  font-size: 1.4rem;
  text-decoration: none;
  margin: 0.5rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.language-selector-desktop .language-selector-desktop__dropdown .language-selector-desktop__dropdown--item::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 1px solid #348ceb;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}

.language-selector-desktop .language-selector-desktop__dropdown .language-selector-desktop__dropdown--item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.language-selector-desktop .language-selector-desktop__dropdown .language-selector-desktop__dropdown--item:hover::after {
  width: 100%;
}

@media (min-width: 1366px) {
  .language-selector-desktop .language-selector-desktop__dropdown .language-selector-desktop__dropdown--item {
    font-size: 1.6rem;
  }
}

@media (min-width: 1600px) {
  .language-selector-desktop .language-selector-desktop__dropdown .language-selector-desktop__dropdown--item {
    font-size: 1.8rem;
  }
}

@media (min-width: 1366px) {
  .language-selector-desktop .language-selector-desktop__dropdown {
    top: 40px;
  }
}

@media (min-width: 1600px) {
  .language-selector-desktop .language-selector-desktop__dropdown {
    top: 45px;
  }
}

.language-selector-desktop.is-open .language-selector-desktop__btn .fa-chevron-down {
  -webkit-transform: translateY(-50%) rotateZ(180deg);
          transform: translateY(-50%) rotateZ(180deg);
}

.language-selector-desktop.is-open .language-selector-desktop__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1280px) {
  .language-selector-desktop {
    width: 11%;
  }
}

@media (min-width: 1600px) {
  .language-selector-desktop {
    width: 10%;
  }
}

.rounded-box {
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  padding: 1rem;
  border-top-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
}

.our-services__box {
  background: #4c5e66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
  -webkit-box-shadow: 0 0 1rem 0.2rem rgba(115, 141, 153, 0.8);
  box-shadow: 0 0 1rem 0.2rem rgba(115, 141, 153, 0.8);
}

@media (max-width: 991px) {
  .our-services__box:last-child {
    margin-bottom: 0.5rem;
  }
}

.our-services__box .our-services__box--title {
  color: white;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 1rem 0;
  text-align: center;
}

@media (min-width: 768px) {
  .our-services__box .our-services__box--title {
    font-size: 2rem;
  }
}

@media (min-width: 1600px) {
  .our-services__box .our-services__box--title {
    font-size: 2.5rem;
  }
}

.our-services__box .our-services__box--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin-bottom: 1rem;
}

.our-services__box .our-services__box--list .our-services__box--list-item {
  color: white;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .our-services__box .our-services__box--list .our-services__box--list-item {
    font-size: 1.8rem;
  }
}

@media (min-width: 1600px) {
  .our-services__box .our-services__box--list .our-services__box--list-item {
    font-size: 2rem;
    line-height: 3rem;
  }
}

@media (min-width: 992px) {
  .our-services__box {
    width: 45%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.our-services__detail-box {
  max-width: 90%;
  margin: 0 auto 1.5rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.our-services__detail-box .our-services__detail-box__heading {
  color: white;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  padding-bottom: 0.1rem;
  margin-bottom: 1.5rem;
  text-align: center;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
}

.our-services__detail-box .our-services__detail-box__image-container {
  width: 100%;
  max-width: 750px;
  margin-bottom: 1rem;
}

.our-services__detail-box .our-services__detail-box__image-container .our-services__detail-box__image-container--image {
  width: inherit;
}

.our-services__detail-box .our-services__detail-box__content {
  color: white;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.3rem;
}

@media (min-width: 768px) {
  .our-services__detail-box .our-services__detail-box__content {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .our-services__detail-box .our-services__detail-box__content {
    line-height: 3rem;
  }
}

@media (min-width: 1600px) {
  .our-services__detail-box .our-services__detail-box__content {
    font-size: 2rem;
    line-height: 3.5rem;
  }
}

.our-services__detail-box .our-services__detail-box__list {
  padding: 0 1.5rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.our-services__detail-box .our-services__detail-box__list .our-services__detail-box__list--item {
  color: white;
  font-size: 1.6rem;
  margin: 1rem;
}

.our-services__detail-box .cta-btn {
  margin: 1.5rem 0 1rem 0;
}

@media (min-width: 992px) {
  .our-services__detail-box {
    max-width: 900px;
  }
}

.cta-btn {
  border: 0.1rem solid white;
  padding: 1rem;
  border-top-right-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
  -webkit-box-shadow: 0.1rem 0.1rem 0.5rem 0.1rem rgba(255, 255, 255, 0.6);
          box-shadow: 0.1rem 0.1rem 0.5rem 0.1rem rgba(255, 255, 255, 0.6);
  background: #33454d;
  position: relative;
}

.cta-btn::after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 0.1rem solid white;
  -webkit-transition: width 0.1s ease-out;
  transition: width 0.1s ease-out;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cta-btn:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-box-shadow: 0.2rem 0.2rem 0.6rem 0.2rem rgba(255, 255, 255, 0.6);
          box-shadow: 0.2rem 0.2rem 0.6rem 0.2rem rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #1a2c34;
}

.cta-btn:hover::after {
  width: 85%;
}

.cta-btn .cta-btn--link {
  font-size: 1.4rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .cta-btn .cta-btn--link {
    font-size: 1.6rem;
  }
}

@media (min-width: 1600px) {
  .cta-btn .cta-btn--link {
    font-size: 1.8rem;
  }
}

.language-selector-desktop__btn {
  color: white;
  position: relative;
  background: #348ceb;
  font-size: 1.4rem;
  width: 100%;
  border-radius: 1rem;
  cursor: pointer;
  padding: 0.7rem 0;
  border: 0.1rem solid #348ceb;
}

.language-selector-desktop__btn .fa-globe-americas {
  position: absolute;
  left: 7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.4rem;
  color: white;
}

@media (min-width: 1600px) {
  .language-selector-desktop__btn .fa-globe-americas {
    font-size: 1.8rem;
  }
}

.language-selector-desktop__btn .fa-chevron-down {
  position: absolute;
  right: 7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.2rem;
  color: white;
}

@media (min-width: 1600px) {
  .language-selector-desktop__btn .fa-chevron-down {
    font-size: 1.8rem;
  }
}

.language-selector-desktop__btn:focus {
  outline: none;
}

@media (min-width: 1366px) {
  .language-selector-desktop__btn {
    font-size: 1.6rem;
  }
}

@media (min-width: 1600px) {
  .language-selector-desktop__btn {
    font-size: 1.8rem;
  }
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  font-family: "Montserrat", sans-serif;
}

.bold-text {
  font-weight: bold;
}

#header {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
}

#header .mobile-nav {
  background: #1c1c1c;
  background: -webkit-gradient(linear, left top, right top, from(#1c1c1c), color-stop(20%, #252525), color-stop(40%, #2f2f2f), color-stop(60%, #393939), color-stop(80%, #434343));
  background: linear-gradient(90deg, #1c1c1c 0%, #252525 20%, #2f2f2f 40%, #393939 60%, #434343 80%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(28, 28, 28, 0.8);
          box-shadow: 0 0.3rem 0.6rem 0 rgba(28, 28, 28, 0.8);
}

#header .mobile-nav .hamburger-icon, #header .mobile-nav .close-menu-icon {
  font-size: 3.5rem;
  color: white;
}

#header .mobile-nav .hamburger-icon:hover, #header .mobile-nav .close-menu-icon:hover {
  cursor: pointer;
}

#header .mobile-nav .close-menu-icon {
  font-size: 4rem;
  display: none;
}

#header .mobile-nav .mobile-nav__logo {
  width: 55%;
  max-width: 23rem;
}

#header .mobile-nav .mobile-nav__list {
  background: #1c1c1c;
  background: -webkit-gradient(linear, left top, right top, from(#1c1c1c), color-stop(20%, #252525), color-stop(40%, #2f2f2f), color-stop(60%, #393939), color-stop(80%, #434343));
  background: linear-gradient(90deg, #1c1c1c 0%, #252525 20%, #2f2f2f 40%, #393939 60%, #434343 80%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(28, 28, 28, 0.8);
          box-shadow: 0 0.3rem 0.6rem 0 rgba(28, 28, 28, 0.8);
}

#header .mobile-nav .mobile-nav__list .mobile-nav__list__item {
  list-style-type: none;
  margin: 0.7rem;
}

#header .mobile-nav .mobile-nav__list .mobile-nav__list__item a {
  font-size: 1.6rem;
  font-weight: 300;
  color: white;
  text-decoration: none;
}

@media (min-width: 768px) {
  #header .mobile-nav .mobile-nav__list .mobile-nav__list__item a {
    font-size: 2rem;
  }
}

#header .mobile-nav.is-open .hamburger-icon, #header .mobile-nav.is-open .close-menu-icon {
  display: none;
}

#header .mobile-nav.is-open .close-menu-icon {
  display: block;
}

#header .mobile-nav.is-open .mobile-nav__list {
  visibility: visible;
  opacity: 1;
  height: auto;
}

@media (min-width: 992px) {
  #header .mobile-nav {
    display: none;
  }
}

#header .desktop-nav {
  display: none;
  background: #1c1c1c;
  background: -webkit-gradient(linear, left top, right top, from(#1c1c1c), color-stop(20%, #252525), color-stop(40%, #2f2f2f), color-stop(60%, #393939), color-stop(80%, #434343));
  background: linear-gradient(90deg, #1c1c1c 0%, #252525 20%, #2f2f2f 40%, #393939 60%, #434343 80%);
  -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(28, 28, 28, 0.8);
          box-shadow: 0 0.3rem 0.6rem 0 rgba(28, 28, 28, 0.8);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 5%;
}

#header .desktop-nav .desktop-nav__logo {
  width: 45%;
}

#header .desktop-nav .desktop-nav__logo .desktop-nav__logo-image {
  width: inherit;
}

@media (min-width: 1280px) {
  #header .desktop-nav .desktop-nav__logo {
    width: 42%;
  }
}

@media (min-width: 1600px) {
  #header .desktop-nav .desktop-nav__logo {
    width: 37%;
  }
}

#header .desktop-nav .desktop-nav__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 35%;
}

#header .desktop-nav .desktop-nav__list .desktop-nav__list__item {
  position: relative;
}

#header .desktop-nav .desktop-nav__list .desktop-nav__list__item::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  border-bottom: 0.2rem solid rgba(255, 255, 255, 0.3);
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#header .desktop-nav .desktop-nav__list .desktop-nav__list__item:hover::after {
  width: 100%;
}

#header .desktop-nav .desktop-nav__list .desktop-nav__list__item a {
  color: white;
  font-size: 1.8rem;
  text-decoration: none;
}

@media (min-width: 1366px) {
  #header .desktop-nav .desktop-nav__list .desktop-nav__list__item a {
    font-size: 2rem;
  }
}

@media (min-width: 1600px) {
  #header .desktop-nav .desktop-nav__list .desktop-nav__list__item a {
    font-size: 2.2rem;
  }
}

@media (min-width: 1280px) {
  #header .desktop-nav .desktop-nav__list {
    width: 30%;
  }
}

@media (min-width: 1920px) {
  #header .desktop-nav .desktop-nav__list {
    width: 25%;
  }
}

@media (min-width: 992px) {
  #header .desktop-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

html[lang="de"] #header .desktop-nav .desktop-nav__list {
  width: 45%;
}

@media (min-width: 1280px) {
  html[lang="de"] #header .desktop-nav .desktop-nav__list {
    width: 35%;
  }
}

#content {
  background: #1c1c1c;
  background: -webkit-gradient(linear, left top, right top, from(#1c1c1c), color-stop(20%, #252525), color-stop(40%, #2f2f2f), color-stop(60%, #393939), color-stop(80%, #434343));
  background: linear-gradient(90deg, #1c1c1c 0%, #252525 20%, #2f2f2f 40%, #393939 60%, #434343 80%);
  padding-bottom: 2.5rem;
}

#content .carousel-block {
  position: relative;
  margin-top: 0.5rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
}

#content .carousel-block .heading-block .heading-block__main-heading {
  font-family: "Cherry Cream Soda", cursive;
  letter-spacing: 0.5rem;
  position: absolute;
  color: white;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  z-index: 200;
  width: 100%;
  top: 2%;
}

@media (min-width: 768px) {
  #content .carousel-block .heading-block .heading-block__main-heading {
    font-size: 3.5rem;
  }
}

@media (min-width: 992px) {
  #content .carousel-block .heading-block .heading-block__main-heading {
    font-size: 4.5rem;
  }
}

@media (min-width: 1280px) {
  #content .carousel-block .heading-block .heading-block__main-heading {
    font-size: 5.5rem;
  }
}

#content .carousel-block .heading-block .heading-block__note {
  color: white;
  font-size: 1.4rem;
  font-weight: 300;
  position: absolute;
  bottom: 1%;
  left: 1%;
  z-index: 200;
  max-width: 310px;
}

@media (min-width: 768px) {
  #content .carousel-block .heading-block .heading-block__note {
    font-size: 2rem;
    max-width: 470px;
  }
}

@media (min-width: 992px) {
  #content .carousel-block .heading-block .heading-block__note {
    font-size: 3rem;
    max-width: 730px;
  }
}

@media (min-width: 1600px) {
  #content .carousel-block .heading-block .heading-block__note {
    font-size: 3.5rem;
    max-width: 870px;
  }
}

#content .about-us, #content .why-us, #content .our-services {
  max-width: 90%;
  margin: 1.5rem auto 0 auto;
}

#content .about-us .about-us__heading, #content .why-us .about-us__heading, #content .our-services .about-us__heading, #content .why-us .why-us__heading, #content .our-services .our-services__heading--container .our-services__heading {
  color: white;
  margin-bottom: 1rem;
  font-size: 3rem;
  display: inline-block;
  font-family: "Dancing Script", cursive;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
}

@media (min-width: 768px) {
  #content .about-us .about-us__heading, #content .why-us .about-us__heading, #content .our-services .about-us__heading, #content .why-us .why-us__heading, #content .our-services .our-services__heading--container .our-services__heading {
    font-size: 3.5rem;
  }
}

@media (min-width: 1600px) {
  #content .about-us .about-us__heading, #content .why-us .about-us__heading, #content .our-services .about-us__heading, #content .why-us .why-us__heading, #content .our-services .our-services__heading--container .our-services__heading {
    font-size: 4.5rem;
  }
}

#content .about-us .about-us__content, #content .why-us .about-us__content, #content .our-services .about-us__content, #content .why-us .why-us__content {
  color: white;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.3rem;
}

@media (min-width: 768px) {
  #content .about-us .about-us__content, #content .why-us .about-us__content, #content .our-services .about-us__content, #content .why-us .why-us__content {
    font-size: 1.8rem;
  }
}

@media (min-width: 1600px) {
  #content .about-us .about-us__content, #content .why-us .about-us__content, #content .our-services .about-us__content, #content .why-us .why-us__content {
    font-size: 2rem;
    line-height: 3.5rem;
  }
}

@media (min-width: 992px) {
  #content .about-us, #content .why-us, #content .our-services {
    max-width: 900px;
  }
}

#content .why-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#content .why-us .why-us__heading {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#content .why-us .why-us__image-container {
  width: 100%;
  max-width: 700px;
  margin: 1.5rem 0;
}

#content .why-us .why-us__image-container .why-us__image-container--image {
  width: inherit;
}

#content .why-us .why-us__list {
  padding: 0 1.5rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#content .why-us .why-us__list .why-us__list--item {
  color: white;
  font-size: 1.6rem;
  margin: 1rem;
}

#content .our-services .our-services__heading--container {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  #content .our-services .our-services__heading--container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  #content .our-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.page-our-services #content {
  padding-top: 1.5rem;
}

.page-our-services #content .our-services {
  margin-top: 0;
}

.page-our-services.page-offices #content .our-services__detail-box.general .our-services__detail-box__content {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.page-our-services.page-yachts #content .our-services__detail-box.general .our-services__detail-box__content {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.page-contact #content .heading {
  padding-top: 1rem;
}

.page-contact #content .heading .heading__title {
  color: white;
  text-transform: uppercase;
  font-size: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .page-contact #content .heading .heading__title {
    font-size: 2.4rem;
  }
}

@media (min-width: 992px) {
  .page-contact #content .heading .heading__title {
    font-size: 3rem;
  }
}

@media (min-width: 1280px) {
  .page-contact #content .heading .heading__title {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  .page-contact #content .heading {
    width: 100%;
    margin-bottom: 5rem;
  }
}

.page-contact #content .contact-info-container {
  max-width: 85%;
  margin: 2rem auto 1rem auto;
  padding: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
}

.page-contact #content .contact-info-container .contact-info-icon {
  color: white;
  font-size: 3rem;
  width: 10%;
}

.page-contact #content .contact-info-container .contact-info {
  color: white;
  font-size: 1.4rem;
  width: 70%;
}

@media (min-width: 768px) {
  .page-contact #content .contact-info-container .contact-info {
    font-size: 1.6rem;
  }
}

.page-contact #content .contact-info-container .aboutus-info-container, .page-contact #content .contact-info-container .location-info-container, .page-contact #content .contact-info-container .telephone-info-container, .page-contact #content .contact-info-container .email-info-container {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
  padding-bottom: 1rem;
  text-align: center;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .page-contact #content .contact-info-container .aboutus-info-container, .page-contact #content .contact-info-container .location-info-container, .page-contact #content .contact-info-container .telephone-info-container, .page-contact #content .contact-info-container .email-info-container {
    width: 65%;
  }
}

@media (min-width: 992px) {
  .page-contact #content .contact-info-container .aboutus-info-container, .page-contact #content .contact-info-container .location-info-container, .page-contact #content .contact-info-container .telephone-info-container, .page-contact #content .contact-info-container .email-info-container {
    width: 90%;
  }
}

.page-contact #content .contact-info-container .telephone-info-container .telephone-wrapper {
  width: 70%;
}

.page-contact #content .contact-info-container .telephone-info-container .contact-info {
  width: 100%;
}

.page-contact #content .contact-info-container .email-info-container .email-link {
  color: white;
}

@media (min-width: 992px) {
  .page-contact #content .contact-info-container {
    width: 35%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 1rem 0 0 0;
    height: 100%;
  }
}

.page-contact #content iframe {
  width: 100%;
  min-height: 100vh;
  height: inherit;
  overflow: auto;
  max-width: 90%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 992px) {
  .page-contact #content iframe {
    width: 45%;
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 992px) {
  .page-contact #content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (min-width: 768px) {
  html[lang="en"] #content .carousel-block .heading-block .heading-block__note {
    max-width: 515px;
  }
}

@media (min-width: 992px) {
  html[lang="en"] #content .carousel-block .heading-block .heading-block__note {
    max-width: 860px;
  }
}

@media (min-width: 768px) {
  html[lang="de"] #content .carousel-block .heading-block .heading-block__note {
    max-width: 610px;
  }
}

@media (min-width: 992px) {
  html[lang="de"] #content .carousel-block .heading-block .heading-block__note {
    max-width: 910px;
  }
}

@media (min-width: 1600px) {
  html[lang="de"] #content .carousel-block .heading-block .heading-block__note {
    max-width: 1060px;
  }
}

html[lang="it"] #content .carousel-block .heading-block .heading-block__note {
  max-width: 285px;
}

@media (min-width: 768px) {
  html[lang="it"] #content .carousel-block .heading-block .heading-block__note {
    max-width: 520px;
  }
}

@media (min-width: 992px) {
  html[lang="it"] #content .carousel-block .heading-block .heading-block__note {
    max-width: 760px;
  }
}

@media (min-width: 1600px) {
  html[lang="it"] #content .carousel-block .heading-block .heading-block__note {
    max-width: 890px;
  }
}

#footer {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.3);
  background: #1c1c1c;
  padding: 1.5rem 1rem 1rem 1rem;
}

#footer .footer-navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  margin: 0 auto 1.5rem auto;
  max-width: 450px;
}

#footer .footer-navigation-list .footer-navigation-list__item .footer-navigation-list__item--link {
  color: white;
  font-size: 1.4rem;
  text-decoration: none;
}

@media (min-width: 768px) {
  #footer .footer-navigation-list .footer-navigation-list__item .footer-navigation-list__item--link {
    font-size: 1.8rem;
  }
}

@media (min-width: 1366px) {
  #footer .footer-navigation-list .footer-navigation-list__item .footer-navigation-list__item--link {
    font-size: 2rem;
  }
}

@media (min-width: 1600px) {
  #footer .footer-navigation-list .footer-navigation-list__item .footer-navigation-list__item--link {
    font-size: 2.2rem;
  }
}

@media (min-width: 1280px) {
  #footer .footer-navigation-list {
    max-width: 530px;
  }
}

@media (min-width: 1366px) {
  #footer .footer-navigation-list {
    max-width: 650px;
    margin-bottom: 4rem;
  }
}

#footer .footer-disclaimer, #footer .website-build {
  color: white;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  #footer .footer-disclaimer, #footer .website-build {
    font-size: 1.4rem;
  }
}

#footer .website-build .website-build--link {
  color: white;
  font-weight: bold;
}
