@charset "UTF-8";
@font-face {
  font-family: "Effra";
  src: url(/files/fonts/Effra_W_Lt.d3125267.woff2) format("woff2");
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Effra";
  src: url(/files/fonts/Effra_W_Rg.062d26e8.woff2) format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Effra";
  src: url(/files/fonts/Effra_W_Md.6b4272c2.woff2) format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Effra";
  src: url(/files/fonts/Effra_W_Bd.34f0c63f.woff2) format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
.logo {
  display: inline-block;
  width: 12.4rem;
  background: transparent url(../assets/logo.svg) no-repeat left/contain;
}
.logo::before {
  content: "";
  display: block;
  padding-top: 43.5483870968%;
}
.logo span {
  display: none;
}

.map {
  height: 76rem;
  position: relative;
  background-image: url(../assets/map.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-color: transparent;
  border-width: 5rem 0 5rem 5rem;
  border-style: solid;
  z-index: 2;
  color: #1F3140;
}
.map .sectionlist {
  width: 61rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.map .sectionlist::before {
  content: "";
  display: block;
  padding-top: 108.5570469799%;
}
.map .sectionlist li {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  transition: transform 0.2s;
  z-index: 2;
}
.map .sectionlist li a {
  font-size: 1.4rem;
  line-height: 2.2rem;
  height: 2.2rem;
  display: inline-grid;
  grid-template-columns: 2.2rem 1fr;
  gap: 0.5rem;
  transform: translate(-1.1rem, -1.5rem);
  white-space: nowrap;
  -webkit-text-stroke: 0.5rem white;
  paint-order: stroke fill;
}
.map .sectionlist li a span {
  display: inline-block;
  vertical-align: top;
  background-color: #1F3140;
  color: white;
  width: 2.2rem;
  height: 2.2rem;
  text-align: center;
  border-radius: 50%;
  outline: 0.15rem solid white;
  -webkit-text-stroke: 0;
}
.map .sectionlist li a:hover {
  text-decoration: none;
}
.map .sectionlist li.waldkirch {
  top: 80%;
  left: 13%;
}
.map .sectionlist li.gebesee {
  top: 55.5%;
  left: 30%;
}
.map .sectionlist li.binzen {
  top: 83.2%;
  left: 10.8%;
}
.map .sectionlist li.schopfheim {
  top: 85.8%;
  left: 12.5%;
}
.map .sectionlist li.lodz {
  top: 44.6%;
  left: 81.2%;
}
.map .sectionlist li.horsens {
  top: 14.2%;
  left: 23%;
}
.map .sectionlist li.hvidovre {
  top: 17.2%;
  left: 37.8%;
}
.map .sectionlist li.debrecen {
  top: 82.5%;
  left: 96%;
}
.map .sectionlist li:hover {
  transform: scale(1.2);
  z-index: 4;
}
.map .sectionlist li.active {
  transform: scale(1.2);
  color: #EA5906;
  z-index: 3;
}
.map .sectionlist li.active span {
  background-color: #EA5906;
}
.map .sectionlist li.mirrored {
  transform: scaleX(-1);
}
.map .sectionlist li.mirrored a {
  transform: scaleX(-1) translate(1.1rem, -1.5rem);
  grid-template-columns: 1fr 2.2rem;
}
.map .sectionlist li.mirrored.active, .map .sectionlist li.mirrored:hover {
  transform: scale(-1.2, 1.2);
}

.siteimages {
  margin-bottom: 2rem;
}

.siteimage {
  display: block;
  position: relative;
  margin-left: 10%;
  margin-right: 10%;
}
.siteimage + .siteimage {
  margin-top: 5%;
}
.siteimage img {
  width: 100%;
  height: auto;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.siteimage:hover img {
  opacity: 1;
}
.siteimage::before {
  content: "View Full Map";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 109, 182, 0.8) url(../assets/eye.svg) no-repeat 1rem center;
  padding: 0.5rem 1.5rem 0.5rem 4rem;
  font-weight: 500;
  white-space: nowrap;
  z-index: 2;
}

.article-site-gt .siteimage:nth-child(1) {
  margin-right: 30%;
  position: relative;
  -webkit-clip-path: polygon(100% 0, 100% 51%, 47% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 51%, 47% 100%, 0 100%, 0 0);
  z-index: 2;
}

.article-site-gt .siteimage:nth-child(2) {
  margin-top: -25%;
}
.article-site-gt .siteimage:nth-child(2)::before {
  transform: translate(-25%, -50%);
}

.article-site-sil .siteimage:nth-child(1) {
  margin-top: 5%;
  margin-right: 45%;
  position: relative;
  -webkit-clip-path: polygon(100% 0, 100% 49%, 49% 100%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 49%, 49% 100%, 0 100%, 0 0);
  z-index: 2;
}

.article-site-sil .siteimage:nth-child(2) {
  margin-top: -38.5%;
  margin-left: 15%;
}
.article-site-sil .siteimage:nth-child(2)::before {
  top: 74%;
  left: 33%;
}

.imagebuttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-width: 60rem;
}
.imagebuttons li {
  position: relative;
  overflow: hidden;
  background-color: #1F3140;
}
.imagebuttons li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.imagebuttons li:hover img {
  transform: scale(1.1);
  opacity: 0.6;
}
.imagebuttons img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  transition: transform 0.5s, opacity 0.5s;
}
.imagebuttons a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 1.5rem;
  box-sizing: border-box;
  font-size: min(calc(9vw - 1.5rem), 2rem);
  line-height: 1.1;
}
.imagebuttons a:hover {
  text-decoration: none;
}
@media (min-width: 576px) {
  .imagebuttons {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .imagebuttons a {
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  .imagebuttons a {
    padding: 2rem;
    font-size: min(calc(3vw - 2rem), 1.9rem);
  }
}

.goto-top {
  width: 0;
  height: 0;
  position: fixed;
  left: 50%;
  bottom: 4rem;
  z-index: 3;
  cursor: pointer;
}
.goto-top::before {
  content: "";
  display: block;
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: -2rem;
  left: -2rem;
  background-color: #EA5906;
  border: 0.2rem solid white;
  box-sizing: border-box;
  border-radius: 50%;
}
.goto-top::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1rem;
  top: -0.6rem;
  left: -0.75rem;
  background: transparent url(../assets/up.svg) no-repeat center/contain;
}

.videoteaser h2 {
  margin-bottom: 1rem;
}
.videoteaser p {
  margin-top: 1rem;
}
.videoteaser__item {
  display: grid;
  grid-template-columns: 14.1rem 1fr;
  width: 30rem;
  background-color: white;
  cursor: pointer;
  border-bottom: 0.5rem solid transparent;
  border-image: linear-gradient(90deg, #EA5906 0%, #F9AE28 100%) 1 stretch;
  box-shadow: 0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
.videoteaser__image {
  overflow: hidden;
  position: relative;
}
.videoteaser__image::after {
  content: "";
  position: absolute;
  top: 35%;
  left: 35%;
  width: 30%;
  height: 30%;
  background: transparent url(../assets/play.svg) no-repeat center/contain;
}
.videoteaser__image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  transition: transform 0.5s;
}
.videoteaser__title {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  padding: 1.5rem;
  box-sizing: border-box;
  position: relative;
  text-wrap: balance;
}
.videoteaser__item:hover {
  text-decoration: none;
}
.videoteaser__item:hover .videoteaser__image img {
  transform: scale(1.1);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  box-sizing: border-box;
  display: none;
}
.overlay .flexbox {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 2rem 2rem;
}
.overlay .container {
  width: 100%;
  max-width: min(140rem, 150vh - 10rem);
  position: relative;
}
.overlay .scrollarea {
  padding: 2.4rem 2rem;
  background: #f2f2f2;
  position: relative;
  width: 100%;
  max-width: min(140rem, 150vh - 10rem);
  max-height: calc(100vh - 10rem);
  overflow: auto;
}
.overlay .closebutton {
  position: absolute;
  right: 0;
  bottom: 100%;
}
.overlay-image h2 {
  padding: 0;
  margin: 1rem;
  text-align: left;
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 400;
}
.overlay-image h2 strong {
  font-weight: bold;
}
.overlay-image .scrollarea {
  padding: 1rem !important;
}
.overlay-image img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.overlay-image .container {
  width: auto;
  max-width: 100%;
}
.overlay-image .scrollarea {
  text-align: center;
}
.overlay-video .scrollarea {
  padding: 1rem !important;
}
.overlay-video video {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.overlay-welcome .scrollarea {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.overlay-welcome .left {
  order: 2;
  width: 100%;
  margin-top: 2rem;
}
.overlay-welcome .right {
  order: 1;
  width: 100%;
}
.overlay-welcome .enterbutton {
  margin-top: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .overlay-welcome .left {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .overlay-welcome .enterbutton {
    margin-top: 0;
    width: calc(100% - 32rem);
  }
}
@media (min-width: 992px) {
  .overlay-welcome .scrollarea {
    flex-direction: row;
  }
  .overlay-welcome .left {
    order: 1;
    width: 30rem;
    display: block;
    margin-top: 0;
  }
  .overlay-welcome .right {
    order: 2;
    width: calc(100% - 33rem);
  }
  .overlay-welcome .enterbutton {
    width: 100%;
    margin-top: 3rem;
  }
}
@media (min-width: 576px) {
  .overlay .scrollarea {
    padding: 6.4rem;
  }
}

.welcometext h1,
.welcometext p {
  margin: 0;
  padding: 0;
}
.welcometext h1 {
  margin-bottom: 2rem;
}

.closebutton {
  width: 4rem;
  height: 4rem;
  border: 0;
  background-color: #EA5906;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s;
}
.closebutton::before, .closebutton::after {
  content: "";
  display: block;
  height: 0;
  border-top: 0.2rem solid white;
  position: absolute;
  width: 4rem;
  left: 0rem;
  top: 1.9rem;
  transition: border-top-color 0.2s;
}
.closebutton::before {
  transform: rotate(45deg) scale(0.5);
}
.closebutton::after {
  transform: rotate(135deg) scale(0.5);
}
.closebutton:hover {
  background-color: black;
}

.video video {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.enterbutton {
  background: linear-gradient(90deg, #EA5906 0%, #F9AE28 100%);
  border: 0;
  color: white;
  padding: 3rem 2.5rem;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font-weight: 600;
  font-size: 1.8rem;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s;
}
.enterbutton::before {
  content: "";
  position: absolute;
  width: 3.2rem;
  height: 1.5rem;
  right: 2.5rem;
  top: calc(50% - 0.75rem);
  background: url("/files/assets/arrow.svg") no-repeat center/contain;
}
.enterbutton:hover {
  background-color: black;
}

.silekol-logo {
  margin: 3rem 0 -1rem;
}
.silekol-logo img {
  width: 14rem;
  height: auto;
}

.login {
  max-width: 50rem;
  color: white;
  margin: 3rem 0;
  padding: 0;
}
@media (min-width: 576px) {
  .login {
    border: 0.1rem solid white;
    margin: 3rem 1rem 4rem;
    padding: 5rem;
  }
}

.logout {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  background: transparent url(../assets/logout.svg) no-repeat center/contain;
}

.productlist {
  margin-top: 4rem;
}
.productlist + * {
  margin-top: 3.5rem;
}
.productlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.productlist h3 {
  margin: 0 0 1.5rem;
  font-size: 1.9rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #EA5906;
}
.productlist__category {
  padding: 2rem 0;
  border-top: 0.1rem solid transparent;
  border-image: linear-gradient(90deg, #EA5906 0%, #F9AE28 100%) 1 stretch;
}
.productlist__category__image {
  margin-bottom: 2rem;
}
.productlist__category__locations {
  line-height: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
  margin-top: 0.2rem;
}
.productlist__category__locations span {
  display: inline-block;
  vertical-align: middle;
  background-color: #EA5906;
  color: white;
  display: inline-block;
  border-radius: 50%;
  width: 2.4rem;
  text-align: center;
  margin-right: 1rem;
}
.productlist__category__locations li {
  margin-bottom: 0.8rem;
}
@media (min-width: 576px) {
  .productlist h3 {
    margin: 0;
  }
  .productlist__category {
    display: grid;
    grid-template-columns: 14rem 14rem 1fr;
    gap: 3rem;
  }
  .productlist__category__image {
    margin-bottom: 0;
  }
}

.left article {
  padding: 6rem 0;
}
@media (min-width: 1280px) {
  .left article {
    padding: 6rem 8rem 6rem 0;
  }
}

.article-headerimage {
  position: relative;
}
.article-headerimage::after {
  content: "";
  display: block;
  position: absolute;
  left: -2.8rem;
  bottom: -1.3rem;
  width: 40%;
  height: 2.6rem;
  background: linear-gradient(90deg, #EA5906 0%, #F9AE28 100%);
  z-index: 3;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 0.6rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 0.6rem) 100%, 0% 100%);
}
.article-headerimage > picture > img {
  position: absolute;
  top: 0;
  left: -2.8rem;
  width: calc(100% + 5.6rem);
  height: 100%;
  object-fit: cover;
}
.article-headerimage .max-width {
  height: 30rem;
  position: relative;
}
.article-headerimage .videoteaser {
  float: left;
  padding: 2rem 0;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  float: right;
}
@media (min-width: 992px) {
  .article-headerimage .videoteaser {
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .article-headerimage .max-width {
    height: 40rem;
  }
}
@media (min-width: 1280px) {
  .article-headerimage::after {
    width: calc(50% - 12rem);
  }
}

.article-site h2 {
  font-weight: 400;
}
.article-site h2::before {
  content: "";
  display: block;
  border-top: 0.2rem solid transparent;
  border-image: linear-gradient(90deg, #EA5906 0%, #F9AE28 100%) 1 stretch;
  width: 11.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.article-site p {
  margin: 3rem 0;
}
.article-site::after {
  content: "";
  display: none;
  width: 1rem;
  height: 1rem;
  background-color: white;
  box-sizing: border-box;
  border: 0.2rem solid #1F3140;
  position: absolute;
  right: -0.5rem;
  top: calc(50% - 0.5rem);
  border-radius: 0.5rem;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s;
}
@media (min-width: 1280px) {
  .article-site::after {
    display: block;
  }
}
.article-site.active::after {
  visibility: visible;
  opacity: 1;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Effra";
  font-weight: 400;
  margin: 0;
  color: #212529;
}

img {
  vertical-align: middle;
}

div {
  box-sizing: border-box;
}

h1 {
  margin: 0;
  line-height: 1.1;
  font-size: 3.2rem;
  font-weight: 600;
  max-width: 46rem;
  text-wrap: balance;
}
h1 + p {
  margin-top: 2.2rem;
}

h2 {
  position: relative;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 3rem;
  padding-top: 1.2rem;
  margin: 0 0 2rem;
}
h2 strong {
  font-weight: bold;
  display: block;
}

p {
  margin: 2rem 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

header {
  padding: 2rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: white;
  line-height: 1;
  transition: padding 0.2s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
header .logo {
  transition: width 0.2s;
}
header.small {
  padding: 1rem 2.8rem;
}
header.small .logo {
  width: 9rem;
}
header .max-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer {
  padding: 2.5rem 2.8rem;
  font-size: 1.4rem;
}
footer > div {
  display: flex;
  justify-content: space-between;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
footer li + li::before {
  content: " / ";
}
footer p {
  margin: 0;
}
footer.white {
  color: white;
}

main {
  overflow: hidden;
  padding: 9.4rem 2.8rem 0;
  min-height: calc(100vh - 7.5rem);
  box-sizing: border-box;
}
main.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

aside {
  position: absolute;
  left: 50%;
  width: 50vw;
  height: 100%;
  display: none;
}
@media (min-width: 1280px) {
  aside {
    display: block;
  }
}

.scrollarea {
  position: relative;
}

.background-darker-blue, .background-blue, .background-orange, .background-white {
  position: relative;
  z-index: 2;
}
.background-darker-blue::before, .background-blue::before, .background-orange::before, .background-white::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -2.8rem;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  .background-darker-blue::before, .background-blue::before, .background-orange::before, .background-white::before {
    right: 0;
  }
}

.background-white::before {
  background: white;
}

.background-orange {
  color: white;
}
.background-orange h2 {
  padding-top: 0;
  margin-top: -1rem;
}
.background-orange::before {
  border-top-right-radius: 5rem;
  background: linear-gradient(90deg, #ea5906 0%, #f28417 100%);
}
.background-orange .videoteaser__item {
  color: #212529;
  border-image: none !important;
  border-color: #213C52;
}

.background-blue {
  color: white;
}
.background-blue::before {
  background: #213C52;
}

.background-darker-blue {
  color: white;
}
.background-darker-blue::before {
  background: #1F3140;
}

.background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.background-image img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.invisible {
  display: none;
}

.max-width {
  max-width: 124rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1280px) {
  .left {
    width: 50%;
  }
}

form label {
  display: block;
}
form .widget-text input {
  box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  font-family: inherit;
  border: 0;
}
form .widget-submit button {
  background-color: #EA5906;
  color: white;
  padding: 1.5rem 3rem;
  font-weight: 500;
  border: 0;
  font-family: inherit;
  font-size: inherit;
}
form .widget-error {
  background: white;
  background-color: #933;
  color: white;
  font-size: 1.3rem;
  padding: 0 1rem;
  box-sizing: border-box;
  border: 0.1rem solid white;
  margin-top: -0.1rem;
}
form .widget + .widget {
  margin-top: 2rem;
}/*# sourceMappingURL=style.css.map */