@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
}

html {
  width: 100%;
  height: 100%;
}

body {
  background: #ffffff;
}

.hidden, [hidden] {
  display: none !important;
}

.invisible {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 1407px) {
  .is-hidden-until-fullhd {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  body.scroll-top .top-bar:not(:hover) .top-bar-left {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.scroll-top .top-bar:not(:hover) .top-bar-left .top-bar-logo {
    height: 60%;
    width: 300px;
  }
  body.scroll-top .top-bar:not(:hover) .top-bar-left .top-bar-logo.is-artosy {
    height: 100%;
    width: 220px;
    padding: 0.5rem 0;
  }
}
body.is-artosy address {
  border-color: #0075be !important;
}
body.is-artosy .symbol {
  color: #0075be !important;
}
@media screen and (min-width: 1024px) {
  body.is-artosy main .image-jumbotron {
    padding-top: 150px;
  }
}
body.is-artosy main > section:first-of-type {
  padding-top: 150px;
}

.top-bar {
  position: relative;
  background: #fff;
  box-sizing: border-box;
  padding: 0;
  transition: 0.35s 60ms ease;
  z-index: 50;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.36);
}
@media screen and (min-width: 1024px) {
  .top-bar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
}
.top-bar .container {
  padding: 0 1rem 1rem;
}
@media screen and (min-width: 769px), print {
  .top-bar .container {
    padding: 0 1rem;
  }
}
.top-bar .container {
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  box-sizing: border-box;
}
.top-bar .container > .columns {
  height: 100%;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
}
.top-bar .top-bar-left {
  flex: 1 1 auto;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: 0.3s 60ms ease;
}
.top-bar .top-bar-left .top-bar-logo {
  overflow: hidden;
  height: 100%;
  transition: 0.3s 60ms ease;
  width: 350px;
  max-width: 100%;
}
.top-bar .top-bar-left .top-bar-logo img {
  display: block;
  position: relative;
  width: 100%;
  transition: 0.3s 60ms ease-out;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
.top-bar .top-bar-right {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 0 1rem 0 0;
  position: relative;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .top-bar .top-bar-right {
    align-items: flex-end;
  }
}
.top-bar .top-bar-right .columns {
  margin: 0;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .top-bar .top-bar-right .columns {
    flex-wrap: nowrap;
  }
}
.top-bar .top-bar-right .columns .symbol {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  padding: 0 0 0 1rem;
  color: #098f7c;
}
@media screen and (min-width: 1024px) {
  .top-bar .top-bar-right .columns .symbol {
    border: 1px solid #098f7c;
    border-left: none;
    border-right: none;
  }
}
.top-bar .top-bar-right .columns .symbol .inner {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  animation: ring 1s 1.5s;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (max-width: 1023px) {
  .top-bar .top-bar-right .columns .column:first-child {
    flex: 1 0 100%;
  }
}
.top-bar .top-bar-right address {
  display: flex;
  font-style: normal;
  line-height: 1.3rem;
  justify-content: center;
  flex-direction: column;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  margin: 0 !important;
}
@media screen and (min-width: 1024px) {
  .top-bar .top-bar-right address {
    border: 1px solid #098f7c;
    border-radius: 8px 0 0 8px;
  }
}
.top-bar .top-bar-right address.address-block {
  border-radius: 0 8px 8px 0;
  border-left: none;
}
.top-bar .top-bar-right address.address-block > div {
  flex: 0 0 auto;
  font-size: 0.9rem;
  line-height: 1rem;
  white-space: nowrap;
}
.top-bar .top-bar-right address.address-block > div > span {
  width: 60px;
  display: inline-block;
}

main {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f4f4f4+81,f4f4f4+81,d8d8d8+82,eaeaea+100 */
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(244, 244, 244) 75%, rgb(244, 244, 244) 75%, rgb(234, 234, 234) 75%, rgb(238, 238, 238) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(244, 244, 244) 75%, rgb(244, 244, 244) 75%, rgb(234, 234, 234) 75%, rgb(238, 238, 238) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(244, 244, 244) 75%, rgb(244, 244, 244) 75%, rgb(234, 234, 234) 75%, rgb(238, 238, 238) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eaeaea", GradientType=0); /* IE6-9 */
  position: relative;
  z-index: 10;
  padding-bottom: 2rem;
}
main > section {
  margin: 2rem 0;
}
main > section:first-of-type {
  padding-top: 133px;
}
main > section:last-of-type {
  margin-bottom: 0;
}
main {
  /*
  .video-jumbotron {
      position: relative;
      overflow: hidden;
      background: #000;
      @include shadow-1;

      .video-playback {
          display: block;

          video {
              display: block;
              height: 50vh;
              height: calc(100vh - 280px);
              @include tablet {
                  height: 90vh;
                  height: calc(100vh - 140px);
              }
              min-width: 100%;
              transition: opacity 0.5s ease;
              object-fit: cover;

              &.loading {
                  opacity: 0;
              }
          }
      }

      .video-controls {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          pointer-events: none;
      }
  }
  */
}
main .image-jumbotron {
  background: #f3f6f3 url("/img/metek/metek_logo_grey_diagonal.svg") repeat center center fixed;
  background-size: 26% !important;
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  display: block;
  min-width: 100%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.36);
}
@media screen and (min-width: 1024px) {
  main .image-jumbotron {
    padding-top: 133px;
  }
}
main .image-jumbotron.image-jumbotron-darker {
  background-color: #e4eaee;
  background-image: url("/img/metek/metek_logo_grey_diagonal.svg");
  background-position-y: bottom;
  background-size: 25% !important;
}
main .image-jumbotron .image-jumbotron-content {
  background: transparent url("/img/metek/vogelperspektive_rahmen_transclear_sm.png") no-repeat center center;
  background-size: contain;
  width: 100%;
  padding-top: 70%;
}
@media screen and (min-width: 1024px) {
  main .image-jumbotron .image-jumbotron-content {
    padding-top: 53%;
  }
}
main .image-jumbotron .container {
  display: flex;
  position: relative;
}
main .image-jumbotron-inner {
  display: block;
  position: relative;
  margin: 0 auto;
  cursor: default;
}
@media screen and (min-width: 769px), print {
  main .image-jumbotron-inner {
    padding: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  main .image-jumbotron-inner {
    padding: 0;
    margin: 4rem auto;
  }
}
main .image-jumbotron-inner img {
  display: block;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  max-height: 600px;
}
@media screen and (min-width: 769px), print {
  main .image-jumbotron-inner img {
    border-radius: 4px;
    box-shadow: 0 10px 10px -5px rgba(10, 10, 10, 0.3), 0 7px 7px -3px rgba(10, 10, 10, 0.2), 0 0 0 1px rgba(10, 10, 10, 0.2);
  }
}
main .image-jumbotron-overlay {
  position: absolute;
  right: 8%;
  bottom: 8%;
  color: #fff;
  line-height: 2rem;
  font-style: italic;
  font-size: 1.5rem;
  text-align: right;
  text-shadow: 0 0 1px rgba(6, 6, 6, 0.9), 0 1px 3px rgba(10, 10, 10, 0.7), 0 4px 8px rgba(10, 10, 10, 0.5), 0 4px 8px rgba(10, 10, 10, 0.2);
}
@media screen and (min-width: 769px), print {
  main .image-jumbotron-overlay {
    right: 13%;
    bottom: 13%;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1024px) {
  main .image-jumbotron-overlay {
    right: 8%;
    bottom: 8%;
  }
}
main .image-jumbotron-overlay .text-spacer {
  padding: 0 0.2rem;
}
main .image-jumbotron-overlay small {
  font-size: 0.75em;
}
main .image-jumbotron-overlay strong {
  color: #fff;
  font-size: 2rem;
  vertical-align: sub;
}
@media screen and (min-width: 769px), print {
  main .image-jumbotron-overlay strong {
    font-size: 2.2rem;
  }
}
main .columns.categories {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  padding: 2rem 1.5rem 0.5rem;
}
@media screen and (min-width: 769px), print {
  main .columns.categories {
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 0.5rem 1.5rem 1rem;
  }
}
main .columns.categories .column {
  padding: 0;
  flex: 1 0 33% !important;
  display: flex;
  flex-direction: column;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media screen and (min-width: 769px), print {
  main .columns.categories .column {
    flex: 0 0 20% !important;
    flex-wrap: nowrap;
    padding: 0.75rem;
  }
}
main .columns.categories .column .activator {
  margin: 0;
  padding: 0.5rem 0.5rem;
  border-radius: 8px;
  color: #000;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  transition: 0.3s ease;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: row;
}
main .columns.categories .column .activator:hover {
  background: #eaeeed;
}
main .columns.categories .column .activator.active {
  background: #f5f7f6;
  border-bottom: 4px solid #098f7c;
}
@media screen and (min-width: 769px), print {
  main .columns.categories .column .activator {
    display: block;
    margin: 1rem 0 0;
    padding: 0 1rem 0;
    min-height: 100%;
  }
}
main .columns.categories .column .activator img {
  display: block;
  flex: 0 0 auto;
  width: 15vw;
}
@media screen and (min-width: 769px), print {
  main .columns.categories .column .activator img {
    display: inline;
    padding: 1rem 2.5vw 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  main .columns.categories .column .activator span {
    display: block;
    flex: 1 1 auto;
    text-align: left;
    padding-left: 5vw;
    font-size: calc(16px + 1.5vw);
  }
}
main .category-infos {
  overflow: hidden;
  height: 0;
  background: #fff;
  opacity: 0;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  transition: margin-bottom 0.3s ease, opacity 0.3s ease, height 0.3s ease;
}
main .category-infos .card {
  padding: 1.5rem;
  box-sizing: border-box;
  box-shadow: none;
  margin-bottom: 0;
}
main .category-infos .card-content {
  padding: 0 !important;
  overflow: hidden !important;
  height: 0 !important;
}
main .category-infos .card-content.show {
  height: auto !important;
}
main .category-infos.noanmin {
  transition: all 0s;
}
main .category-infos.open {
  margin-bottom: 2rem;
  opacity: 1;
  transition: margin-bottom 0.4s ease, opacity 0.4s ease, height 0.4s;
}
main .category-slider {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
  padding-bottom: 1rem;
  justify-content: start;
  position: relative;
}
main .category-slider a {
  display: block;
  flex: 0 0 auto;
  height: 30vw;
  min-height: 140px;
  margin: 0.75rem 0.5rem;
  position: relative;
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  main .category-slider a {
    height: 200px;
  }
}
main .category-slider a img {
  display: block;
  height: 100%;
}
main .category-slider .dings-overlay {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 0.22rem 0.6rem;
  text-overflow: ellipsis;
  word-break: keep-all;
  width: 100%;
  overflow: hidden;
}

.mfp-wrap {
  height: 100vh !important;
  width: 100vw !important;
}

.mfp-bottom-bar .mfp-title {
  padding: 0.25rem 65px 0 0;
}
.mfp-bottom-bar .mfp-title .slider-p-info {
  position: relative;
}
.mfp-bottom-bar .mfp-title .slider-p-info button {
  display: block;
  position: relative;
  float: right;
  background: #098f7c;
  color: #fff;
  border: none;
  border-radius: 50px;
  line-height: 1.35rem;
  padding: 0 0.75rem;
  cursor: pointer;
}

.anchor {
  display: block;
  position: relative;
  transform: translateY(-108px);
}

article {
  margin-bottom: 1.5rem;
}

address {
  margin: 0.5rem 0;
}

iframe.damap {
  overflow: hidden;
  border-radius: 4px;
  min-height: 350px;
}

.artosy-link {
  color: #000;
  text-decoration: underline #0075be;
}
.artosy-link strong {
  color: #0075be !important;
}
.artosy-link:hover {
  text-decoration-color: #000;
  color: #0075be;
}

@media screen and (min-width: 769px), print {
  .info-card .columns {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .info-card .columns {
    flex-direction: row;
  }
}
.info-card .info-job-img,
.info-card .info-aussen-img {
  background: url("/img/metek/aussenansicht_sm.png") no-repeat left center;
  background-size: cover;
  min-height: 350px;
  margin: 1rem;
  border-radius: 8px;
}
@media screen and (min-width: 769px), print {
  .info-card .info-job-img,
  .info-card .info-aussen-img {
    min-height: 450px;
    background-position: left center;
  }
}
@media screen and (min-width: 1024px) {
  .info-card .info-job-img,
  .info-card .info-aussen-img {
    background-position: 6.5% center;
    width: 35%;
  }
}
@media screen and (min-width: 1216px) {
  .info-card .info-job-img,
  .info-card .info-aussen-img {
    background-position: left center;
    width: 40%;
  }
}
.info-card .info-job-img {
  background-image: url("/img/metek/weld.png");
  background-position: center center;
}

.main-footer {
  position: relative;
  z-index: 12;
  background: #ffffff;
  padding: 2.5rem 1rem;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.36);
}
@media screen and (min-width: 1024px) {
  .main-footer {
    padding: 2.5rem 0;
  }
}
@media screen and (max-width: 768px) {
  .main-footer .columns.lvl-1 > .column {
    text-align: center;
  }
}
.main-footer .columns.lvl-1 > .column .columns {
  height: 100% !important;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .main-footer .columns.lvl-1 > .column .columns {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px), print {
  .main-footer .columns.lvl-1 > .column .columns {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .main-footer .columns.lvl-1 > .column .columns .column {
    width: 100%;
  }
}
.main-footer .columns.lvl-1 > .column .columns .column {
  text-align: center;
  flex: 0 1 auto;
}
.main-footer .columns.lvl-1 > .column .columns .column img {
  display: inline-block;
  max-height: 150px;
}
#cookie-disclaimer {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  padding: 1rem 1rem;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.36);
  transform: translateY(0);
  transition: transform 0.7s ease;
}
#cookie-disclaimer.shifted {
  transform: translateY(120%);
}
#cookie-disclaimer .level {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #cookie-disclaimer button {
    display: block;
    width: 100%;
  }
}
#cookie-disclaimer .container {
  padding-left: 1rem;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-0_75rem {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.py-0_5rem {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1rem {
  margin-bottom: 1rem !important;
}

.mt-2rem {
  margin-top: 2rem !important;
}

.mb-2rem {
  margin-bottom: 2rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.is-huge {
  font-size: 1.4rem !important;
}

.is-rev {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.has-text-black {
  color: #4a4a4a;
}

.has-text-artosy {
  color: #0075be;
}

.no-linebreak {
  white-space: nowrap;
}

@media screen and (min-width: 769px), print {
  .mobile {
    display: none;
  }
}

@media screen and (min-width: 769px), print {
  .force-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .tablet-only {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tablet-only {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .desktop-only {
    display: none;
  }
}
@media screen and (min-width: 1216px) {
  .desktop-only {
    display: none;
  }
}

@media screen and (max-width: 1215px) {
  .widescreen-only {
    display: none;
  }
}
@media screen and (min-width: 1408px) {
  .widescreen-only {
    display: none;
  }
}

@media screen and (max-width: 1407px) {
  .fullhd {
    display: none;
  }
}

@keyframes ring {
  0% {
    -webkit-transform: rotate(-58deg);
    -moz-transform: rotate(-58deg);
    -ms-transform: rotate(-58deg);
    -o-transform: rotate(-58deg);
    transform: rotate(-58deg);
  }
  10% {
    -webkit-transform: rotate(-32deg);
    -moz-transform: rotate(-32deg);
    -ms-transform: rotate(-32deg);
    -o-transform: rotate(-32deg);
    transform: rotate(-32deg);
  }
  20% {
    -webkit-transform: rotate(-58deg);
    -moz-transform: rotate(-58deg);
    -ms-transform: rotate(-58deg);
    -o-transform: rotate(-58deg);
    transform: rotate(-58deg);
  }
  30% {
    -webkit-transform: rotate(-32deg);
    -moz-transform: rotate(-32deg);
    -ms-transform: rotate(-32deg);
    -o-transform: rotate(-32deg);
    transform: rotate(-32deg);
  }
  40% {
    -webkit-transform: rotate(-58deg);
    -moz-transform: rotate(-58deg);
    -ms-transform: rotate(-58deg);
    -o-transform: rotate(-58deg);
    transform: rotate(-58deg);
  }
  46% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

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