@charset "UTF-8";
/*
Theme Name: 4coils
Text Domain: 4coils
Version: 1.0
Description: 4coils custom theme
Tags: technology, semiconductors, distribution, commerce
Author: Dariusz Wałdowski
Author URI: https://www.linkedin.com/in/4coilss/
*/
@media (max-width: 768px) {
  .showcase {
    height: 400px;
  }
  .showcase-content {
    text-align: center;
  }
  .showcase-content img {
    display: none;
  }
}
#mobile-slider {
  display: none;
}

@media (max-width: 767px) {
  #mobile-slider {
    display: block;
    min-height: 300px !important;
    position: relative;
  }
  #mobile-slider .slick-track {
    min-height: 300px;
  }
  #mobile-slider .slick-list {
    min-height: 300px;
  }
  #mobile-slider .slick-list .mobile-slider-image {
    min-height: 300px !important;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: space-between;
  }
  #mobile-slider .make-space {
    margin: 100px 0;
  }
  #mobile-slider .header-button {
    line-height: unset;
    max-width: 210px;
    font-size: unset;
    position: absolute;
    bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 400px) {
  #mobile-slider .header-button {
    max-width: 210px;
  }
}
.logo {
  width: 150px;
  margin: 10px 20px 10px 20px;
}

.custom-nav-item {
  height: 1.5rem;
}
@media (min-width: 992px) {
  .custom-nav-item {
    border-left: solid 1px black;
  }
}
.custom-nav-item:first-of-type {
  border: 0;
}
.custom-nav-item a {
  padding: 0 0.5rem;
}

li.custom-dropdown ul {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 1;
  list-style: none;
  background-color: #ffffff;
}
li.custom-dropdown:hover ul {
  padding: 0;
  margin: 0;
  opacity: 1;
  top: 1.5rem;
  visibility: visible;
  border: 0;
}
li.custom-dropdown:hover ul li {
  border-top: solid 1px #010101;
  margin: auto 1em;
  padding: 0;
}
li.custom-dropdown:hover ul li:first-of-type {
  border-top: 0;
}
li.custom-dropdown:hover ul li a {
  padding: 0.5em 0 !important;
}

.telephone-number {
  border-left: 0;
}
@media (min-width: 992px) {
  .telephone-number {
    margin-left: 2rem;
    margin-right: auto;
  }
}

.custom-nav-link {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.phone-mobile-link-container {
  display: none;
}
@media (max-width: 991px) {
  .phone-mobile-link-container {
    display: flex;
    gap: 5px;
  }
}

@media (max-width: 991px) {
  .phone-mobile-link {
    font-size: 1.3rem;
  }
}

.lang-item {
  border: 0;
}

.items-wrap {
  width: 100%;
}

#menu-footer,
#menu-footer-de,
#menu-footer-en {
  display: flex;
  list-style: none;
  justify-content: space-around;
  width: 100%;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #717171;
  padding-left: 0;
}
@media (min-width: 992px) {
  #menu-footer,
  #menu-footer-de,
  #menu-footer-en {
    gap: calc(var(--bs-gutter-x) * 0.5 * 4);
  }
}
#menu-footer li,
#menu-footer-de li,
#menu-footer-en li {
  color: #D5D5D5;
}
#menu-footer li ul,
#menu-footer-de li ul,
#menu-footer-en li ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}
#menu-footer li a,
#menu-footer-de li a,
#menu-footer-en li a {
  font-family: "Open Sans", Helvetica, sans-serif;
  text-decoration: none;
  color: #D5D5D5;
  font-weight: 400;
}
#menu-footer li a:hover,
#menu-footer-de li a:hover,
#menu-footer-en li a:hover {
  color: #E3973A;
}
#menu-footer li .first-footer-link,
#menu-footer-de li .first-footer-link,
#menu-footer-en li .first-footer-link {
  font-weight: 600;
}
#menu-footer li.no-display .first-footer-link,
#menu-footer-de li.no-display .first-footer-link,
#menu-footer-en li.no-display .first-footer-link {
  visibility: hidden;
}

.footer-container {
  background-color: #202821;
  font-size: 0.8rem;
}

.footer-white {
  background-color: #fff;
  align-items: center;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 1rem;
  font-size: 0.7rem;
}

#menu-footer-bottom,
#menu-footer-bottom-de,
#menu-footer-bottom-en {
  list-style: none;
  padding: 0;
  display: flex;
  margin-bottom: unset;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
#menu-footer-bottom li a,
#menu-footer-bottom-de li a,
#menu-footer-bottom-en li a {
  text-decoration: none;
  align-items: center;
  font-weight: 300;
  letter-spacing: 1px;
  margin-right: 10px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .menu-footer-bottom {
    flex-direction: column !important;
  }
  .menu-footer-bottom li:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .menu-footer-bottom li:first-child {
    margin: auto;
  }
}
.menu-footer-bottom, .footer-white, .footer-black {
  display: flex;
}
.menu-footer-bottom .navbar-nav, .footer-white .navbar-nav, .footer-black .navbar-nav {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  list-style: none;
  justify-content: space-between;
  width: 100%;
}

.footer-black {
  justify-content: space-between;
  background-color: #000;
  color: #D5D5D5;
  padding: 1rem;
  font-size: 0.7rem;
}

@media screen and (max-width: 768px) {
  #menu-footer li {
    display: block;
  }
  #menu-footer li .footer-email {
    display: list-item;
  }
}
.menu-footer-bottom li:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

@media (min-width: 992px) {
  #IframeAreaOnMobiles {
    display: none;
  }
  #iframeOrImage {
    display: block;
  }
}
@media (max-width: 991px) {
  #IframeAreaOnMobiles {
    display: block;
    padding-top: 1rem;
  }
  #iframeOrImage {
    display: none;
  }
  ul#menu-footer li:not(:first-child, .footer-email),
  ul#menu-footer-en li:not(:first-child, .footer-email),
  ul#menu-footer-de li:not(:first-child, .footer-email) {
    display: none;
  }
}
#iframeOrImage {
  width: 50%;
}

#iframeOrImage.js-if-not-contact-page {
  display: block;
}

#IframeAreaOnMobiles.js-if-not-contact-page {
  display: none;
}

li.first-list-item.footer-email.menu-item.menu-item-type-custom.menu-item-object-custom.img-added-by-js {
  height: 100px;
  width: 100px;
  padding-top: 2rem;
}

footer {
  padding-top: 2rem;
}

.iso {
  height: 75px;
  width: 75px;
  float: right;
}

.slider-container {
  background-color: #202821;
  overflow-x: scroll;
  overflow-y: hidden;
  color: #D5D5D5;
}

.slider {
  margin: 2rem;
  width: 1000px;
  overflow: auto;
}
.slider-cards {
  display: flex;
  white-space: nowrap;
}
.slider-cards .card {
  margin: 1rem;
  padding: 1.5rem;
  border-radius: 15px;
  border: #D5D5D5 1px solid;
  background-color: transparent;
  width: 400px;
  overflow-wrap: break-word;
  white-space: pre-line;
  display: flex;
  justify-content: space-between;
}
.slider-cards .card-title {
  text-transform: uppercase;
  font-size: 1.1rem;
}
.slider-cards .card-description {
  font-size: 0.9rem;
}
.slider-cards .card a {
  color: #fff;
  text-decoration: none;
}
.slider-next {
  text-decoration: none;
  color: #fff;
  display: block;
  max-width: 150px;
  position: absolute;
  cursor: pointer;
  -webkit-transform: translateX(300px);
  -moz-transform: translateX(300px);
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}
.slider-next:hover {
  color: #E3973A;
}
@media (min-width: 992px) {
  .slider-next {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}

div#slider-top-orange-line {
  position: relative;
  width: 300px;
  left: calc(var(--bs-gutter-x) * 0.5 + 2rem);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  z-index: 2;
}

div#slider-bottom-orange-line {
  position: relative;
  width: 300px;
  left: calc(var(--bs-gutter-x) * 0.5 + 2rem);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  z-index: 2;
  margin-bottom: 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.slider-container::-webkit-scrollbar {
  display: none;
}

.slider-container::-webkit-scrollbar:hover {
  display: initial;
}

/* Hide scrollbar for IE, Edge and Firefox */
.slider-container {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.slider-container:hover {
  -ms-overflow-style: initial; /* IE and Edge */
  scrollbar-width: initial; /* Firefox */
}

.slick-slide img {
  height: 65px;
  width: 130px;
}

form p {
  margin: 0;
  height: min-content;
  line-height: 0.8;
}

label {
  width: 100%;
}

input.wpcf7-form-control, textarea.wpcf7-form-control {
  border-radius: 15px;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 0.8rem;
}

input.wpcf7-form-control {
  height: 2.5rem;
}

.form-button {
  background: none;
  border: 0;
  border-radius: unset;
}

::-webkit-input-placeholder { /* Edge */
  text-transform: uppercase;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-transform: uppercase;
}

::placeholder {
  text-transform: uppercase;
  opacity: 1;
}

[type=submit], .wpcf7-submit, .form-button {
  float: right;
  font-size: 1.3rem !important;
}

.wpcf7-list-item, .wpcf7-form-control-wrap {
  margin: 0;
  line-height: initial;
}

.wpcf7-file {
  margin-top: 5px;
  border-radius: 0px !important;
}

.wpcf7-list-item-label {
  font-family: "Open Sans", Helvetica, sans-serif;
  line-height: 2;
}
.wpcf7-list-item-label a {
  font-family: "Open Sans", Helvetica, sans-serif;
}

input[type=checkbox] {
  margin-right: 4px;
}

label.acceptance {
  margin: 1rem;
}

div.content-archive {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: unset;
}
div.content-archive:nth-child(even) {
  flex-direction: row-reverse;
}
div.content-archive .archive-picture {
  padding: 0;
}
div.content-archive .archive-picture picture img {
  width: 100%;
  object-fit: cover;
}
div.content-archive .archive-picture picture source {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .wp-block-columns.are-vertically-aligned-center.is-layout-flex:nth-child(2n) {
    flex-direction: column;
  }
  .wp-block-columns.are-vertically-aligned-center.is-layout-flex:nth-child(2n-1) {
    flex-direction: column-reverse;
  }
}
.privacy-policy {
  margin: 3rem;
}
.privacy-policy::first-letter {
  color: #E3973A;
}

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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  font-family: "Montserrat", Helvetica, sans-serif;
  line-height: 1.6;
  font-size: 12px;
  line-height: 2;
  overflow-x: hidden;
  color: #202020;
  letter-spacing: 1px;
}

p {
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #717171;
}

header {
  color: #FAFAFA;
}

h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

h2 {
  font-size: calc(1.3rem + 0.6vw);
  letter-spacing: 1px;
}

h3 {
  font-size: calc(1rem + 0.6vw);
  font-weight: 600;
  letter-spacing: 1px;
}

figure {
  margin: 0;
}

img {
  object-fit: cover;
  height: auto;
  width: 100%;
}

a {
  color: #333;
  letter-spacing: 1px;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
}
a:hover {
  color: #E3973A;
}

li {
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #717171;
}

.orange-line {
  background-color: #E3973A;
  height: 6px;
  width: 30%;
  margin-bottom: 10px;
}

.side-image {
  display: none;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  height: -webkit-fill-available;
  height: fill-available;
  max-height: 34%;
}
.side-image a {
  position: absolute;
  bottom: 1.5rem;
}
.side-image-container {
  gap: calc(var(--bs-gutter-x) * 0.5);
  padding-right: 0;
  display: none;
}
@media (min-width: 768px) {
  .side-image-container {
    display: flex;
  }
}
.side-image h1,
.side-image h2,
.side-image h3,
.side-image h4,
.side-image h5,
.side-image h6 {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.main-image {
  min-height: 550px;
  position: relative;
  display: flex;
  align-items: center;
}
.main-image h1 {
  padding-bottom: 1rem;
  padding-top: 3rem;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 400px) {
  .main-image h1 {
    font-size: 1.5rem;
  }
}
.main-image > div {
  width: 100%;
}
.main-image-page {
  min-height: 450px;
  margin-bottom: 2rem;
}
.main-image .orange-line {
  height: 4px;
}

.multiple-items {
  margin: 0.5rem;
}

.header-button {
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  width: 80%;
  max-width: 150px;
  padding: 0.375rem;
  font-weight: 600;
  z-index: 2;
}

.description {
  width: 80%;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 400px) {
  .description {
    width: 100%;
    font-weight: 500;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .description {
    width: 66%;
  }
}
.find-us {
  display: flex;
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  position: absolute;
  bottom: 1rem;
  max-width: 90%;
  color: #fff;
}
.find-us span svg,
.find-us span img {
  vertical-align: initial;
}

.main-page-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 2rem 3rem;
}

.footer-bottom .find-us {
  position: static;
}

.wp-block-group.is-layout-constrained,
.is-layout-flex.text-column {
  margin: 2.5rem;
}

.is-layout-flex {
  gap: 0;
}

.wp-block-columns {
  justify-content: center;
}

.content .main-image.main-page {
  height: 550px;
}
.content .side-image-container {
  height: 550px;
}

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