/* -----------------------------------
 * Variables
 * -----------------------------------
 */
:root {
  /* General Brand Colors */
  --cms-bg-color: #fffaff;
  --cms-blue-color: #3dbcea;
  --cms-lightblue-color: #dde8ff;
  --cms-grey-color: #303036;
  --cms-lightgrey-color: #c5c5cf;
  --cms-red-color: #fc5130;
  --cms-black-color: #050401;
  --cms-lightpurple-color: #e4dee7;
  /* Typography Sizes (CMS) */
  --cms-h1-size: 50px;
  --cms-h2-size: 40px;
  --cms-h3-size: 30px;
  --cms-h4-size: 25px;
  --cms-h5-size: 18px;
  --cms-p-size: 20px;
  /* Main Theme Colors */
  --main-dark-blue-color: #141645;
  --main-second-blue-color: #001e4b;
  --main-dark-grey-color: #1f282d;
  --main-light-grey-color-1: #efefef;
  --main-light-grey-color-2: #e2e2e2;
  --main-light-grey-color-3: #fbfafa;
  /* Typography Sizes (Main) */
  --main-h1-size: 50px;
  --main-h2-size: 40px;
  --main-h3-size: 34px;
  --main-h4-size: 24px;
  --main-h5-size: 18px;
  --main-p-size: 20px;
}

/* Breakpoint Variables (example) */
/* -----------------------------------
 * Global Resets & Base
 * -----------------------------------
 */
html {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Istok Web", sans-serif;
  position: relative;
  width: 100%;
  min-height: 100vh;
}

/* Universal Selector */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* -----------------------------------
 * Typography
 * -----------------------------------
 */
h1 {
  text-align: right;
  text-transform: uppercase;
  font-family: "Krona One", sans-serif;
  font-size: 25px; /* Consider using rem for scalability */
  margin-bottom: 10px;
}

h2 {
  font-size: 24px; /* Consider using rem for scalability */
  font-weight: 400;
  font-family: "Krona One", sans-serif;
  line-height: 30px;
}

h3 {
  font-size: 20px; /* Consider using rem for scalability */
  font-weight: 400;
  font-family: "Krona One", sans-serif;
  line-height: 30px;
}

h4 {
  font-size: 17px; /* Consider using rem for scalability */
  font-weight: 100;
  font-family: "Krona One", sans-serif;
  line-height: 30px;
}

p {
  font-size: 17px; /* Consider using rem for scalability */
}

ul {
  padding-left: 20px;
}
ul li {
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 10px;
}

/* Links inherit color but remove default styling */

a {
  text-decoration: none;
  color: inherit;
}

/*
a:link, a:visited {
  color: (internal value);
  text-decoration: none;
}

a:link:active, a:visited:active {
  color: (internal value);
}
*/

/* Utility Classes */
.blue-bg {
  background-color: #32568a;
  color: #fff;
  display: block;
  max-width: 650px;
  margin-left: auto;
  padding: 20px 10px;
  line-height: 40px;
  font-weight: 400;
}

.big-line-height {
  line-height: 35px;
}
.medium-line-height {
  line-height: 20px;
}

/* Main Layout Container */
.component {
  max-width: 975px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Spacings */
.right-space {
  padding-right: 300px;
}

.upper-margin-very-small {
  margin-top: 10px;
}

.upper-margin-small {
  margin-top: 50px;
}

.upper-margin-mid {
  margin-top: 80px;
}

.upper-margin-big {
  margin-top: 130px;
}

/* -----------------------------------
 * Magazine Text Layout
 * -----------------------------------
 */
.magazine-text {
  margin-top: 40px;
  position: relative;
}
.magazine-text .text-holder {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.831372549);
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 34px;
  max-width: 450px;
}
.magazine-text .text-holder-transp {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.531372549);
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 34px;
  max-width: 450px;
}
.magazine-text .text-holder.transparent {
  background-color: rgba(255, 255, 255, 0);
}
.magazine-text .text-holder-transp.transparent {
  background-color: rgba(255, 255, 255, 0);
}
.magazine-text .text-holder h2.blue {
  font-size: 24px;
  font-family: "Istok Web", sans-serif;
  color: #32568a;
  font-weight: 700;
  margin-bottom: 20px;
}
.magazine-text .text-holder-transp h2.blue {
  font-size: 24px;
  font-family: "Istok Web", sans-serif;
  color: #32568a;
  font-weight: 700;
  margin-bottom: 20px;
}
.magazine-text .text-holder p {
  line-height: 35px;
  font-weight: 200;
  margin-bottom: 10px;
  padding-right: 40px;
}
.magazine-text .text-holder-transp p {
  line-height: 35px;
  font-weight: 800;
  margin-bottom: 10px;
  padding-right: 40px;
}
.magazine-text .text-holder-transp li {
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-right: 40px;
}
.magazine-text .text-holder .blue {
  color: #32568a;
}
.magazine-text .text-holder-transp .blue {
  color: #32568a;
}
.magazine-text.bottom-image {
  padding-bottom: 142px;
}
.magazine-text.bottom-image img {
  height: auto;
  width: 100%;
  object-fit: contain;
  top: unset;
  bottom: 0px;
}
.magazine-text.half-image {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.magazine-text.half-image .text-holder {
  width: 45%;
  padding: 34px 0px 34px 34px;
}
.magazine-text.half-image img {
  position: relative;
  height: calc(100% + 40px);
  width: 55%;
}
.magazine-text img {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 1;
  height: calc(100% + 40px);
  width: 100%;
  object-fit: cover;
}

/* -----------------------------------
 * Header & Navigation
 * -----------------------------------
 */
.logo {
  width: 197px;
  height: 92px;
}
.logo__holder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 22px;
}

/* Buttons & Nav */
.navigation {
  margin-right: 10px;
  font-family: "Istok Web", sans-serif;
  font-size: 15px;
  font-weight: 400;
  background: none;
  border: none;
  color: var(--main-dark-blue-color);
  padding: 10px;
  cursor: pointer;
}
.navigation:hover {
  background-color: var(--main-light-grey-color-2);
}
.navigation__holder {
  padding: 15px 20px;
}

.flexCenterStart {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* -----------------------------------
 * Hero / Background
 * -----------------------------------
 */
.bg {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.bg__holder {
  height: 150px;
}

/* -----------------------------------
 * Home Section
 * -----------------------------------
 */
.home {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.text-wrapper {
  padding-top: 51px;
  width: 100%;
}
.text-wrapper .welcome-text {
  padding-bottom: 10px;
}
.text-wrapper .intro-text {
  padding-bottom: 50px;
}
.text-wrapper .intro-text span {
  line-height: 30px;
  text-align: right;
  width: 100%;
  text-transform: uppercase;
  display: block;
  padding-bottom: 15px;
  font-weight: 200;
}
.text-wrapper .factory-text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 138px;
}
.text-wrapper .factory-text > div {
  padding-right: 70px;
}
.text-wrapper .factory-text p {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 20px;
}
.text-wrapper .factory-text img {
  width: 50%;
  max-width: 403px;
  object-fit: contain;
}

/* News Box (commented out in HTML, but retained) */
.news-wrapper {
  max-width: 300px;
  min-width: 300px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  height: auto;
  background-color: #ebebeb;
  padding: 15px 10px 10px 10px;
}
.news-wrapper h4 {
  font-family: "Krona One", sans-serif;
  margin-bottom: 20px;
}

.news {
  padding: 10px;
  background-color: var(--main-light-grey-color-3);
  width: 100%;
  margin-bottom: 15px;
}

/* -----------------------------------
 * Production Sections
 * -----------------------------------
 */
.production-text h2 {
  margin-bottom: 77px;
}
.production-text .list {
  max-width: 260px;
}
.production-text .list__holder {
  position: relative;
  padding-bottom: 130px;
}
.production-text .list__holder_2 {
  position: relative;
  padding-bottom: 130px;
}
.production-text .list__holder img {
  position: absolute;
  bottom: 0;
  right: -40px;
  max-width: 550px;
  object-fit: contain;
}
.production-text .list__holder_2 img {
  position: absolute;
  bottom: 80px;
  right: -0px;
  max-width: 600px;
  object-fit: contain;
}

.production2 li {
  margin-bottom: 30px;
}

/* Application Areas */
.applications-areas h2,
.applications-industries h2 {
  margin-bottom: 30px;
}

.applications-areas h5 {
  font-size: 15px; /* Consider using rem for scalability */
  font-family: "Krona One", sans-serif;
  font-weight: lighter;
  line-height: 24px;
}

.applications-areas h6 {
  font-size: 17px; /* Consider using rem for scalability */
  font-weight: 400;
  line-height: 25px;
  margin-bottom: -5px;
}

.applications-industries .blocks {
  margin: 20px auto;
  width: 800px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 30px;
}
.applications-industries .blocks div {
  background-color: #d9d9d9;
  height: 220px;
}
.applications-industries .blocks img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.video-holder video {
  max-width: 900px;
  width: 100%;
  height: auto;
}

/* Business Model Section */
.business-model h2 {
  margin-bottom: 30px;
}
.business-model li {
  margin-bottom: 20px;
  max-width: 500px;
}

/* Material Section */
.material h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 30px auto;
}
.material p {
  line-height: 35px;
  padding-bottom: 20px;
}

/* Conveyor Section */
.conveyor img {
  width: 100%;
}

.configurations h3,
.specifications h3,
.conveyor h3 {
  margin-bottom: 20px;
}

.production2 .magazine-text .text-holder h2 {
  margin-bottom: 20px;
}

/* -----------------------------------
 * Footer
 * -----------------------------------
 */
footer {
  margin-top: 150px;
}
footer .component {
  max-width: 990px;
}
footer .links {
  background-color: var(--main-dark-grey-color);
}
footer .links .navigation {
  color: #fff;
}
footer .links .navigation:hover {
  background-color: var(--main-second-blue-color);
}
footer .social {
  position: relative;
}
footer .social .blue-bg-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(2, 101, 217, 0.3019607843);
  z-index: 1;
}
footer .social__holder {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
footer .social__holder .icons img {
  height: 20px;
  width: 20px;
  object-fit: contain;
  margin-left: 10px;
  margin-bottom: 10px;
}
footer .social__holder span {
  font-family: "Krona One", sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: var(--main-dark-blue-color);
}
footer .social .img__holder {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .social .img__holder img {
  width: auto;
  margin-right: 42px;
}
footer .social .img__holder .logo {
  height: 90px;
}
footer .social .img__holder .member {
  height: 50px;
}
footer .social .img__holder a {
  display: none;
}
footer .social .component {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* -----------------------------------
 * Media Queries
 * -----------------------------------
 */
@media (max-width: 1000px) {
  .applications-industries .blocks {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .magazine-text.half-image {
    flex-direction: column;
    align-items: center;
  }
  .magazine-text.half-image .text-holder {
    width: 100%;
    max-width: unset;
    padding: 10px 0px;
  }
  .magazine-text.half-image .text-holder-transp {
    width: 100%;
    max-width: unset;
    padding: 10px 0px;
  }
  .magazine-text.half-image img {
    width: 100%;
    max-width: 600px;
    margin-top: 30px;
  }
  .applications-areas h2 {
    font-size: 14px;
  }
  .applications-areas li {
    font-size: 12px;
  }
}
/* Medium Screens */
@media (max-width: 800px) {
  .home {
    flex-direction: column;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  p {
    font-size: 14px;
  }
  .magazine-text {
    margin-top: 20px;
  }
  .magazine-text .text-holder {
    width: 90%;
  }
  .magazine-text .text-holder-transp {
    width: 90%;
  }
  .magazine-text .text-holder h2.blue {
    font-size: 20px;
  }
  .magazine-text .text-holder-transp h2.blue {
    font-size: 20px;
  }
  .magazine-text .text-holder p {
    line-height: 25px;
    padding-right: 20px;
  }
  .magazine-text .text-holder-transp p {
    line-height: 25px;
    padding-right: 20px;
  }
  .magazine-text .text-holder.transparent {
    padding: 0px 0px 20px 0px;
  }
  .magazine-text img {
    top: -20px;
    height: calc(100% + 20px);
  }
  .right-space {
    padding-right: unset;
  }
  .component {
    padding: 0 20px;
  }
  .news-wrapper {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    position: relative;
    padding-top: 70px;
  }
  .news-wrapper h4 {
    position: absolute;
    top: 20px;
    left: 40%;
  }
  .production-text .list__holder img {
    right: 0;
    bottom: -50px;
  }
  .production-text .list__holder_2 img {
    right: 0;
    bottom: +130px;
    max-width: 400px;
  }
  footer {
    margin-top: 100px;
  }
}
/* Small Screens */
@media (max-width: 600px) {
  .component {
    padding: 0 15px;
  }
  .upper-margin-very-small {
    margin-top: 10px;
  }
  .upper-margin-small {
    margin-top: 30px;
  }
  .upper-margin-mid {
    margin-top: 45px;
  }
  .upper-margin-big {
    margin-top: 80px;
  }
  .production-text h2 {
    margin-bottom: 50px;
  }
  .production-text .list__holder {
    position: relative;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .production-text .list__holder_2 {
    position: relative;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .production-text .list__holder_2 li {
    font-size: 12px;
    font-weight: 150;
  }
  .production-text .list__holder_2 p {
    font-size: 12px;
    font-weight: 150;
  }
  .production-text .list__holder img {
    position: relative;
    bottom: 0;
    right: 0;
    max-width: 550px;
    object-fit: contain;
  }
  .production-text .list__holder_2 img {
    position: relative;
    bottom: +325px;
    right: -0px;
    max-width: 140px;
    object-fit: contain;
  }
  footer .social .component {
    flex-direction: column;
    padding-bottom: 10px;
  }
  footer .social .img__holder {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  footer .social .img__holder img {
    width: auto;
    margin-right: 42px;
  }
  footer .social .img__holder .logo {
    height: 40px;
  }
  footer .social .img__holder .member {
    height: 30px;
  }
  footer .social .img__holder a {
    display: block;
    z-index: 2;
  }
  footer .social .icons a {
    display: none;
  }
}
/* -----------------------------------
 * Additional (Contact Page Example)
 * -----------------------------------
 */
.location {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 41px;
}
.location--data {
  padding-right: 10px;
}
.location--data a {
  color: var(--main-dark-blue-color);
  font-size: 16px;
  line-height: 34px;
}
.location--data p {
  line-height: 34px;
  margin-bottom: 0 !important;
}
.location--map {
  max-width: 520px;
  width: 100%;
  height: 420px;
}
.location--map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 750px) {
  .location {
    flex-direction: column;
  }
  .location--data-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px;
  }
  .location--map {
    max-width: unset !important;
    height: 320px !important;
  }
}
@media (max-width: 650px) {
  .location--data h2 {
    font-size: 18px !important;
    line-height: 27px !important;
  }
  .location--data a {
    line-height: 26px;
  }
  .location--data p {
    line-height: 26px;
  }
  .input-half-width {
    width: 100%;
    max-width: unset !important;
    flex: unset !important;
  }
  .location--data-wrapper {
    gap: 20px;
    margin-bottom: 20px;
  }
  .form--holder form {
    gap: 2px;
  }
}

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