/*@import url('styles/boots-bones.css');*/

/*
Theme Name: EP-PAK 2025
Author: Alexander Czasny
Author URI: alexander-czasny.de
Version: 1.0
*/


@font-face {
  font-family: 'Roboto-Regular';
  src:  url('fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



* {
  font-family: 'Roboto-Regular',Arial, Helvetica, sans-serif;
}

/*-------------------------------------------------------------- */
/* Variablen
-------------------------------------------------------------- */

:root {
--color-red: #C22127;
--color-blue: #304A78;
--color-white: #ffffff;
--color-grey: #383838;
--color-light-grey: #F6F6F6;
}


/*-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

  overflow-x: hidden;
  overflow-y: auto;

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
/*
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;

  -webkit-appearance: button;

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;

  padding: 0;

}
  */
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: "Karla", Helvetica, sans-serif;
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
}

#content {
  overflow: hidden;
}

body {
  color: var(--color-grey);
}

.mt-10 {
  margin-top: 10rem;
}
.mb-10 {
  margin-bottom: 10rem;
}
.pt-10 {
  padding-top: 10rem;
}
.pb-10 {
  padding-bottom: 10rem;
}
.p-10 {
  padding: 10rem;
}

.grey_gradient {
  background: linear-gradient(0deg, #FFF 3.88%, #F6F6F6 83.12%);
}

/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
h1 {
  font-family: 'Roboto-Bold';
  line-height: 6.5rem;
  font-size: 50px;
  font-size: 5rem;
  color: var(--color-white);
  text-transform: uppercase;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.subpage h1 {
  font-size:50px;
  font-size: 5rem;
  line-height: 6.5rem;
  text-shadow: none;
}

h2 {
  font-family: 'Roboto-Bold';
  line-height: 6.5rem;
  font-size: 50px;
  font-size: 5rem;
  color: var(--color-grey);
}
h3 {
  font-family: 'Roboto-Bold';
  line-height: 110%;
  font-size: 24px;
  font-size: 2.4rem;
  color: var(--color-grey);
}

h4 {
  font-family: 'Roboto-Bold';
  line-height: 110%;
  font-size: 20px;
  font-size: 2rem;
  color: var(--color-grey);
}


h5 {
  color: var(--color-white);
  font-family: "Roboto-Bold";
  font-size: 25px;
  font-size: 2.5rem;
  font-style: normal;
  line-height: 110%; /* 27.5px */
}


hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
  font-size: 2.0rem;
  line-height: 2.6rem;
}
ul,
ol {
  margin: 0 0 1.5em 1em;
  font-size: 2rem;
  line-height: 160%;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}
span {
  font-size: 2rem;
}

/* Links */
a {
  color: var(--color-blue);
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: var(--color-red)
}

.bold {
  font-family: "Roboto-Bold";
  font-weight: normal;
}


/* Alignment */
#content {
  
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}

.border-bottom {
  border-bottom: 1px solid #000 !important;
}

.border-top {
  border-top: 1px solid #000 !important;
}

.border-light-bottom {
  border-bottom: 1px solid #D9D9D9; 
}

.cta_primary_small {
  background-color: var(--color-red);
  color: var(--color-white) !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */;
  padding: 1rem;
  transition: all .2s ease-in;
  border: none;
}

.cta_primary_small:hover {
  color: var(--color-white);
  background-color: var(--color-blue);
  cursor: pointer;
  text-decoration: none !important;
}


.marquee {
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0; /* Positionierung in der Mitte des Bildschirms */
  width: 100%; /* Ganze Breite des Viewports */
  z-index: 2;
  left: 0;
  background-color: var(--color-red);
  height: 30px;
  overflow: hidden; /* Inhalt, der außerhalb des Containers liegt, wird versteckt */
  white-space: nowrap; /* Verhindert den Umbruch des Textes */ 
  display: flex;
  align-items: center;
}

.marquee-content {
  display: inline-block; /* Inhalt soll in einer Zeile bleiben */
  white-space: nowrap; /* Kein Umbruch des Textes */
}

.marquee-content p {
  display: inline;
  color: var(--color-white);
  margin-bottom: 0;
}

#getintouch {
  position: fixed;
  right: 0;
  top: calc(50vh - 68px);  
  top: calc(var(--vh, 1vh) * 50 - 68px);
  border-radius: 15px 0px 0px 15px;
  border: 0px #000;
  background: var(--color-blue);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.getintouch_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  row-gap: 3rem;
}

.background-video-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 0;
  display: flex;
  flex-direction: row;
  align-content: flex-end;
  justify-content: flex-start;
  align-items: flex-end;
}

.background-video-image-wrapper::after {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, rgba(56, 56, 56, 0.00) 39.83%, rgba(56, 56, 56, 0.80) 73.58%);
  left: 0;
  right:0;
  top: 0;
  width: 100%;
  height: 234px;
  opacity: .8;
}

.background-video-image-wrapper video{
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.background-video-image-wrapper h2 {
  color: var(--color-white);
  margin-top: 2rem;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.background-video-image,
.madeingermany {
  margin-block-end: 15rem;
  z-index: 0;
}

.madeingermany {
  z-index: 1;
  position: absolute;
  right: -2px;
}

.home_intro_icon {
  margin-left: 2.5em;
}

.home_intro ul {
  text-indent:-20px; 
  margin-left:20px;
}

.home_intro  ul li{
  list-style-position: inside;
}

#overview_machines {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}



.machine:nth-child(odd) .machine_wrapper   {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}


.machine:nth-child(even) .machine_wrapper  {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media screen and (min-width: 992px) {
  .machine:nth-child(even) .machine_wrapper .machine_details_right  {
      margin-right: 16.66666667%;
  }
}

.machine:nth-child(even) .machine_wrapper  .machine_details_right {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media screen and (min-width: 992px) {
  .machine:nth-child(odd) .machine_wrapper .machine_details_right  {
      margin-left: 16.66666667%;
  }
}


.item_machine {
  min-height: 380px;
  position: relative;
  z-index: 0;
  background-position: 50% 50%;  
  background-repeat: no-repeat;
  background-size: cover;  
  aspect-ratio: 4/3;
  overflow: hidden;
}

.item_machine h2 {
  color: var(--color-white);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 44px */
  margin-bottom: 3rem;
  text-transform: uppercase;
}
.item_machine p {
  color: var(--color-white);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 2rem;
  line-height: 110%;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 3rem;
}

.item_machine:nth-child() {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.item_machine::before{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(1deg, rgba(56, 56, 56, 0.00) 0.48%, #383838 100.92%);
  z-index: -1;
}
/*
.item_machine:nth-child(1)::before {
  background: none;
  background-color: var(--color-red);
}

.item_machine:nth-child(1) h2::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="91" height="91" viewBox="0 0 91 91" fill="none"><path d="M59.8647 45.4999L43.6772 61.6875L39.5651 57.6911L48.9125 48.3437L17.0625 48.3437L17.0625 42.6562L48.9125 42.6562L39.5651 33.3088L43.6772 29.3124L59.8647 45.4999Z" fill="white"></path></svg>');
  display: block;
}
*/
/*
.item_machine:nth-child(2) {
  background-image: url(images/machine/machine_carton-former.jpg);
}
.item_machine:nth-child(3) {
  background-image: url(images/machine/machine_carton-closer.jpg);
}
.item_machine:nth-child(4) {
  background-image: url(images/machine/machine_side-load-cartoner.jpg);
}
.item_machine:nth-child(5) {
  background-image: url(images/machine/machine_top-load-cartoner.jpg);
}
.item_machine:nth-child(6) {
  background-image: url(images/machine/machine_sleever.jpg);
}
.item_machine:nth-child(7) {
  background-image: url(images/machine/machine_case-packer.jpg);
}
.item_machine:nth-child(8) {
  background-image: url(images/machine/machine_shrinker.jpg);
}
.item_machine:nth-child(9) {
  background-image: url(images/machine/machine_second-hand.jpg);
}
  */

.item_machine_content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 4rem;
  width: 55%;
}

.item_machine_content_text {
  opacity: 0;
  transition: all .4s ease-in-out;
}

.item_machine:hover .item_machine_content_text {
  opacity: 1;
}

.item_machine:hover::before  {
  background: rgba(56, 56, 56, 0.85);
}
/*
.item_machine:nth-child(1):hover::before  {
  background:var(--color-red);
}
*/


.left_right_wrapper {
  display: flex;
  flex-direction: row;
  gap: 5.5rem;
}

.left_right_wrapper p {
  margin-bottom: 0;
}


.left_right_wrapper:nth-child(even)   {
  flex-direction: row-reverse;
}

.left_right_wrapper :nth-child(odd)   {
  flex-direction: row;
}


.left_right_content_wrapper:nth-child(odd) .left_right_inner_left {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 1;
  gap: 3rem;
}

.left_right_content_wrapper:nth-child(odd) .left_right_inner_right {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  flex-shrink: 1;
  gap: 3rem;  
}


.left_right_content_wrapper:nth-child(even) .left_right_inner_right {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 1;
  gap: 3rem;  
}

.left_right_content_wrapper:nth-child(even) .left_right_inner_left {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-shrink: 1;
  gap: 3rem;
}


#upcoming_event {
  background-color: var(--color-light-grey);
}

#upcoming_event h3,
#upcoming_event span {
  color: var(--color-white);
}

.upcoming_event_wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 5rem;

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  row-gap: 5rem;
  z-index: 0;
}

.upcoming_event_wrapper::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: rgba(56, 56, 56, 0.80);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.upcoming_event_left {
  gap: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.upcoming_event_right img {
  max-height: 180px;
  width: auto;
}


/* Subpage */

.subpage h3 {
  color: var(--color-white);
  font-family: "Roboto-Bold";
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 2.6rem; /* 33px */;
  text-transform: none;
}


.subpage .machine_wrapper ul {
  margin: 1em 0 0 1em;
}

.subpage .machine_wrapper h3 {
  margin-top: 3rem;
}


.subpage .background-video-image-wrapper {
  height: 47vh;
  min-height: 350px;
}

.subpage .madeingermany {
  margin-block-end: 3rem;
}

.subpage .title-subpage {
    /* background-color: var(--color-red); */
    color: var(--color-white);
    /* padding: 2rem 0; */
    /* max-width: 65%; */
    text-align: center;
    margin: 0 auto;
    transform: translateY(-50%);
}


.subpage .title-subpage-inner {
   background-color: var(--color-red);
    max-width: 1100px;
    padding: 3rem 0;
    border-radius: 15px;
}


.fct_toggler {
  cursor: pointer;
  position: relative;
  content: "";
  padding: 2rem 2rem;
  margin: 0 !important;
  padding-left: 0;
}


.fct_toggler::after {
  content: url('data:image/svg+xml,<svg width="9" height="6" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 5.31068L1.45875e-07 0.83431L0.838713 -1.46645e-07L4.5 3.64206L8.16129 -1.42696e-06L9 0.834308L4.5 5.31068Z" fill="%23383838"/></svg>');
  position: absolute;
  /* left: 0; */
  top: 17px;
  margin-left: 2rem;
}

.open {
  position: relative;
  content: '';
}

.menu-item-has-children {
  position: relative;
  content: '';
}


.fct_toggler.open::after {
  position: absolute;
  top: 17px;
  margin-left: 2rem;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="6" viewBox="0 0 9 6" fill="none"><path d="M4.5 -0.000134552L9 4.47624L8.16129 5.31055L4.5 1.66848L0.838714 5.31055L-7.29377e-08 4.47624L4.5 -0.000134552Z" fill="%23383838"/></svg>');
}


.machine_headline {
  color: var(--color-grey) !important;
  font-family: "Roboto-Bold";
  font-size: 50px;
  font-size: 5rem;
  font-style: normal;
  font-weight: normal;
  line-height: 110%; /* 44px */
  margin-bottom: 1.7rem;
}

.machine_details_right {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: space-between;
  align-items: flex-end;
}


.available_tools_item {
  border: 1px solid #D9D9D9;
  padding: 2rem 5rem;
  text-align: center;
}

.industires_item_wrapper h2 {
  text-transform: uppercase;
}

.industires_item_wrapper h3 {
  margin-bottom: 1rem;

}

.industires_item_wrapper:nth-child(odd) {
  background-color: var(--color-white);
}

.industires_item_wrapper:nth-child(even) {
  background-color: var(--color-light-grey);
}

.industries_item_left {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
}

.industries_item_right {
  text-align: right;
}

.industries_item_highlight {
  background-color:var(--color-red);
  color: var(--color-white);
  position: relative;
  z-index: 0;
  padding: 3rem 0;
  padding-bottom: 1rem;
}

.industries_item_highlight::before {
  position: absolute;
  top: 0;
  left: -100vw;
  content: '';
  width: 100vw;
  height: 100%;
  background-color: var(--color-red);
  z-index: -1;
  }
  
  
.industries_item_highlight::after {
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    width: 100%;
    height: 100%;
    background-color: var(--color-red);
    z-index: -1;
}

.industries_item_image {
  width: auto;
  height: 100%;
  object-fit: cover;
  position: relative;
  top: 35px;
  min-height: 580px;
}



.page-template-page-support .industries_item_image {
  width: auto;
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 0;
    min-height: 105%;
}


.industries_item_icon {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 3em;
  width: 107px;
  height: auto;
}



.industries_item_left h2 {
  margin-bottom: 1.7rem;
}


.page-template-page-industries-v2 .industires_item_wrapper h3 {
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 3.3rem;
  color: var(--color-white);
}



.page-template-page-industries-v2 .industires_item_wrapper:nth-child(even),
.page-template-page-support .industires_item_wrapper:nth-child(even) {
  background: none;
}


.page-template-page-industries-v2 .industires_item_wrapper:nth-child(even) .industries_item_left,
.page-template-page-support .industires_item_wrapper:nth-child(even) .industries_item_left {
order: 1;
}

.page-template-page-industries-v2 .industires_item_wrapper:nth-child(even) .industries_item_right,
.page-template-page-support .industires_item_wrapper:nth-child(even) .industries_item_right  {
  margin-left: 0;
  order: 0;
  text-align: left;
  z-index: 1;
}

.page-template-page-industries-v2 .industires_item_wrapper:nth-child(even) .industries_item_icon,
.page-template-page-support .industires_item_wrapper:nth-child(even) .industries_item_icon {

  right: 3em;
  left: unset;
}


.page-template-page-industries-v2 .industires_item_wrapper:nth-child(even) .industries_item_highlight::before,
.page-template-page-support .industires_item_wrapper:nth-child(even) .industries_item_highlight::before {
  position: absolute;
  top: 0;
  left: unset;
  right: 100%;
  content: '';
  width: 100%;
  height: 100%;
  background-color:var(--color-red);
  z-index: -1;
}


.page-template-page-industries-v2 .industires_item_wrapper:nth-child(even) .industries_item_highlight::after,
.page-template-page-support .industires_item_wrapper:nth-child(even) .industries_item_highlight::after {
  width: 100vw;
}

.page-template-page-industries-v2 .industires_item_wrapper:nth-child(even) .row,
.page-template-page-support .industires_item_wrapper:nth-child(even) .row {
  display: flex;
  justify-content: space-between;
}

.page-template-page-industries ul#menu-industries {
  list-style: none;
  margin: 0;
  position: relative;
}
/*
.page-template-page-industries h1 {
  display: inline;
  cursor: pointer;
}
*/

.submenu_industries {
  display: inline-block;
}

#menu-industries {
  display: inline;
}


.contact_wrapper h2 {
  margin-bottom: 1.7rem;
}

@media screen and (max-width: 992px) {
  .industries_item_icon {
    top: 1em;
    left: 1em;
  }
  .industries_item_image {
    min-height: unset;
    top: 0;
    width: 100%;
  }
  .page-template-page-industries-v2 .industires_item_wrapper:nth-child(even) .industries_item_left{
    order: 0;
  }
  .page-template-page-industries-v2 .industires_item_wrapper:nth-child(even) .industries_item_right {
    order: 1;
  }
  .page-template-page-industries-v2 .industires_item_wrapper:nth-child(even) .industries_item_icon {
    right: unset;
    left: unset;
  }

  .page-template-page-industries-v2 .industires_item_wrapper:nth-child(odd) .industries_item_icon {
    right: unset;
    left: unset;
  }

  .page-template-page-industries-v2 .industires_item_wrapper {
    position: relative;
  }

  .page-template-page-industries-v2 .industires_item_wrapper .position-relative {
    position: unset !important;
  }


}

@media screen and (min-width:992px) {
    
    .contact_wrapper .contact_inner_right {
      padding: 10rem;
    } 
    .contact_wrapper .contact_inner_left {
      padding-top: 19rem;
      padding-right: 3rem;
    }
    

  }



/* Header
-------------------------------------------------------------- */

header {
  position: absolute;
  top: 33px;
  right: 0;
  width: 100%;
  display: flex;
  min-height: 72px;
  padding: 0 20px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  color: var(--color-white);
  font-size: 1.6rem;
  padding: 1.25em 0em;
  transition: all .6s ease-in-out;
  z-index: 2;
}

header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}


.site-title a{
  text-transform: uppercase;
  font-size: 4em;
  text-align: center;
}

.site-description{
  font-style: italic;
}

header a:hover {
  color: unset;
}

ul.sub-menu{
  position: absolute;
  top: 51px;
  background-color: rgba(246, 246, 246,0.8);
}

#menu-industries ul.sub-menu{
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color:rgba(199, 212, 234, 0.90);
  color: var(--color-grey);
  top: 63px;
  left: 0;
}
#menu-industries ul.sub-menu {
  display: none;
}

ul.sub-menu li a{
  color: var(--color-grey);
}

ul.sub-menu li:hover a{
  color: var(--color-red);
}

#menu-industries ul.sub-menu li:hover a{
  color: var(--color-white);
}


.menu-main-nav-container, .menu-main-container {
  float: right;
}

nav ul {
  list-style: none;
  margin: 0;
}
nav ul li {
  float: left;
  margin-right: 6rem;
  border-bottom: 1px solid transparent;
  transition: all .2s ease-out;
}




nav ul li:last-child {
  margin-right: 0;
}

nav.submenu_industries ul li {
  float: none;
}

nav ul li a:hover {
 /* border-bottom: 1px solid #fff;*/
  padding-bottom: 5px;
}

nav ul li.current_page_item a:not(.sub-menu a) {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;  
}

nav ul li a {
  color: var(--color-white);
  font-size: 2.2rem;
  font-weight: normal;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

nav ul.sub-menu li a {
  text-shadow: none;
}

nav ul.sub-menu li {
  margin: 0rem;
  float: none;
}

nav ul.sub-menu li a{
  display: block;
  padding: 1.5rem 2rem 1.5rem 2rem;
  width: 100%;
  white-space: nowrap;
}


nav #menu-industries ul.sub-menu li a{
  display: block;
  padding: 1rem 5rem 1rem 5rem;
  transition: none;
}

nav ul.sub-menu li a:hover{
  background-color: var(--color-white);
}

nav.nav_mobile ul.sub-menu li a:hover {
  background-color: unset;
  border: none;
}

#menu-industries ul.sub-menu li a:hover{
  background-color: var(--color-blue);
}


.sticky {
  background-color: var(--color-blue);
  color: var(--color-white);
  position: fixed;
  top: 0;
  width: 100%;
  min-height: unset;
  padding: 0.75em 0;
}


.logo {
  width: 270px;
  height: auto;
  transition: all .6s ease-in-out;
}


.sticky .logo {
  height: auto;
  width: 100px;
  vertical-align: bottom;
}

.menu-item-has-children::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="5" viewBox="0 0 9 5" fill="none"><path d="M4.5 5L0 0.785502L0.838713 0L4.5 3.429L8.16129 0L9 0.785502L4.5 5Z" fill="white"/></svg>');
  position: relative;
  right: 0;
  margin-left: 1rem;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

#menu-industries .menu-item-has-children:after {
  content: url('data:image/svg+xml,<svg width="30" height="18" viewBox="0 0 30 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 2.13002e-06L30 15.1722L27.2043 18L15 5.65561L2.79571 18L-1.71492e-06 15.1722L15 2.13002e-06Z" fill="white"/></svg>');
  right: -5px;
  margin-left: 1rem;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  bottom: 5px;
}

.menu-item-has-children.open::after { 
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="5" viewBox="0 0 9 5" fill="none"><path d="M4.5 4.93342e-07L9 4.2145L8.16129 5L4.5 1.571L0.838714 5L5.86864e-08 4.2145L4.5 4.93342e-07Z" fill="white"/></svg>');  
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

#menu-industries .menu-item-has-children.open::after {
  content: url('data:image/svg+xml,<svg width="30" height="18" viewBox="0 0 30 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 18L6.19595e-07 2.82781L2.79571 -4.88818e-07L15 12.3444L27.2043 -4.75655e-06L30 2.8278L15 18Z" fill="white"/></svg>');
  right: -5px;
  margin-left: 1rem;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  bottom: 5px;
}

/*make the menu sub-menu items drop down on mouse hover */
ul.sub-menu{ display: none}
/*
ul.menu li.menu-item-has-children:hover > ul.sub-menu{
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: var(--color-light-grey);
}
*/


nav.submenu_footer ul li {
  float: none;
}
nav.submenu_footer ul li a {
  font-size: 1.8rem;
  text-shadow: none;
}
nav.submenu_footer ul li.current_page_item a {
  border: none;
  font-family: 'Roboto-Bold';
}

/* Overlay style */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* halbtransparentes Schwarz */
  z-index: 998; /* unterhalb des mobilen Menüs, aber über dem Rest der Seite */
  display: none; /* Standardmäßig ausgeblendet */
}

/* mobile */
.nav_mobile {
  position: relative;
}

.outer-menu {
  position: relative;
}

.hamburger {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  z-index: 1001;
}

.hamburger div {
  width: 100%;
  height: 2px;
  background-color: var(--color-white);
  border-radius: 0px;
}

.menu-mobile_wrapper {
  position: fixed;
  top: 0;
  left: -100%;
  width: 75%;
  height: 100%;
  background-color: rgba(48, 74, 120,0.8);
  transition: left 0.3s ease;
  z-index: 1000;
}

.menu-header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  flex-direction: row;
  align-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid var(--color-light-grey);
  padding-bottom: 20px;
  background-color: var(--color-blue);
  padding-top: 20px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}

.close-menu {
  font-size: 3.5rem;
  color: white;
  cursor: pointer;
}

.menu-mobile_wrapper.open {
  left: 0;
  overflow: scroll;  
}

.menu-mobile_wrapper .flex_mobile_wrapper {
  display: flex;
  flex-direction: column;
  padding: 20px 5px 0px 5px;
}

.nav-mobile {
  list-style: none;
  padding: 0;
}

.nav-mobile li {
  margin-bottom: 20px;
  display: block;
  text-align: center;
  float: none;
  margin: 0;
  border: none;
  margin-bottom: 2em;
}

.nav-mobile li a {
  color: white;
  text-decoration: none;
 
}

.nav-mobile ul.sub-menu {
  position: relative;
  top: 0;
}

nav.nav_mobile ul.sub-menu li a {
   padding: 1em;
   color: var(--color-white);
}


nav.nav_mobile ul.sub-menu {
  background-color: unset;
}

.logo-nav-mobile {
  width: 55%;
  max-width: 250px;
  height: auto;
  min-width: 120px;
}

/* /mobile nav */
.grey_back_full:after {
  background-color: #f3f4f4;
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  z-index: -1;
  top: 0;
  left: calc(var(--bs-gutter-x) * -0.5);
}

@media screen and (max-width:992px) {
    .grey_back_full:after {
      background-color: #f3f4f4;
      position: absolute;
      content: "";
      width: 1000px;
      height: 100%;
      z-index: -1;
      top: 0;
      left: -130px;
    }
}

#partner {
  background-color: var(--color-light-grey);
  padding: 10rem 0;
  position: relative;
}

.page-template-page-contact .title-subpage h2 {
    font-family: 'Roboto-Bold';
    line-height: 100%;
    font-size: 40px;
    font-size: 4rem;
    color: var(--color-white);
    text-transform: uppercase;
   /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
} 

.map_background {
  position: relative;
}

.nav {
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: flex-start;
  justify-content: space-between;
  border: none;
  padding: 0;
  margin: 0;
}

.nav-link {
  text-decoration: none;
  color: var(--color-grey);
  font-family: "Roboto-Bold";
  font-size: 30px;
  font-size: 3rem;
  font-style: normal;
  font-weight: normal;
  line-height: 110%;
  padding: 0;
}

.nav-tabs .nav-link {
  margin-bottom: 0%;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
  color: var(--color-red);
  border: none;
}

.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  border: none;
  color: var(--color-red);
}

.nav-link:hover,
.nav-link:focus,
.nav-link:focus-visible {
  outline: none;
  border: none;
}

#map {
  width: 100vw;
}

.country.highlight {
  fill: var(--color-blue); /* Farbe zum Hervorheben des Landes */
}

.pin {
  cursor: pointer;
  transition: all .2s ease-in-out;
  min-width: 11px;
  width: calc(100% + 0.2vw);
  max-width: 16px;
  height: auto;  
}

.pin.highlighted {
  transform: scale(1.5);
}

.pin:hover {
  transform: scale(1.5);
}

.country_wrapper_infobox h3 {
  color: var(--color-red);
  margin-bottom: 0.5em;
  text-transform: capitalize;
}

.country_wrapper_infobox h4 {
  margin-bottom: 0.25em;
}

.country_wrapper_infobox span {
  display: block;
}

.country_wrapper_infobox a {
  color: var(--color-grey);
}

.country_wrapper_infobox a:hover {
  color: var(--color-red);
  text-decoration: underline;
}
.pin_info_wrapper_close {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 10px;
  padding-right: 9px;
  cursor: pointer;
}
.pin_info_wrapper_close:hover {
  transform: scale(1.2);
}

.map_copyright {
  position: absolute;
  right: 10%;
  bottom: 5%;
}

    #china_wrapper {
      position: absolute;
      right: 25%;
      top: 42%;
    }

    #armenia_wrapper {
      position: absolute;
      left: 59%;
      top: 38.2%;
    }
    #azerbaijan_wrapper {
      position: absolute;
      left: 60%;
      top: 38%;
    }
    #georgia_wrapper {
      position: absolute;
      left: 59%;
      top: 37%;
    }    
    #indonesia_wrapper {
      position: absolute;
      right: 24%;
      bottom: 33%;
    }    
    #kazakhstan_wrapper {
      position: absolute;
      top: 33.5%;
      left: 65.5%;
    }    
    #kyrgyzstan_wrapper {
      position: absolute;
      right: 32%;
      top: 38%;
    }    
    #malaysia_wrapper {
      position: absolute;
      right: 21%;
      bottom: 37%;
    }    
    #moldova_wrapper {
      position: absolute;
      left: 55%;
      top: 34%;
    }  
    #russia_wrapper {
      position: absolute;
      right: 26%;
      top: 20%;
    }  
    #saudi_arabia_wrapper {
      position: absolute;
      left: 59%;
      top: 48%;
    }  
    #tajikistan_wrapper {
      position: absolute;
      left: 66.5%;
      top: 39.5%;
    }  
    #turkmenistan_wrapper {
      position: absolute;
      left: 63%;
      top: 39%;
    }  
    #uzbekistan_wrapper {
      position: absolute;
      left: 65%;
      top: 38%;
    }  
    #australia_wrapper {
      position: absolute;
      right: 16%;
      bottom:21%;
    }

    #new_lealand_wrapper {
      position: absolute;
      right: 5%;
      bottom:8%;
    }

    #africa_wrapper {
      position: absolute;
      right: 46%;
      bottom:17%;
    }
    
    #argentina_wrapper {
      position: absolute;
      left: 28%;
      bottom:13%;
    }

    #chile_wrapper {
      position: absolute;
      left: 27%;
      bottom:21%;
    }

    #colombia_wrapper {
      position: absolute;
      left: 26%;
      bottom:37%;
    }    
    
    #mexico_wrapper {
      position: absolute;
      left: 18%;
      bottom:48%;
    }     

    #canada_wrapper {
      position: absolute;
      left: 15%;
      top:25%;
    }     
    
    #usa_wrapper {
      position: absolute;
      left: 18%;
      top:38%;
    } 
    
    #usa_service_wrapper {
      position: absolute;
      left: 23%;
      top:39%;
    } 

    #brazil_wrapper {
      position: absolute;
      left: 33%;
      bottom:28%;
    } 

    #albania_wrapper {
      position: absolute;
      left: 52%;
      top:37%;
    } 
    #austria_wrapper {
      position: absolute;
      left: 50.5%;
      top:33.5%;
    } 
    #belarus_wrapper {
      position: absolute;
      left: 54.5%;
      top: 29%;
  }
    #bosnia_herzegovina_wrapper {
      position: absolute;
      left: 51.5%;
      top: 35%;
  }
    #croatia_wrapper {
      position: absolute;
      left: 51.5%;
      top: 36%;
  }
    #estonia_wrapper {
      position: absolute;
      left: 53.8%;
      top: 24.5%;
  }
    #finland_wrapper {
      position: absolute;
      left: 54%;
      top: 19%;
    }
    #france_wrapper {
      position: absolute;
      left: 47.5%;
      top: 34%;
    }
    #spain_wrapper {
      position: absolute;
      left: 45.7%;
      top: 38.5%;
    }    
    #greece_wrapper {
      position: absolute;
      left: 52.5%;
      top: 39%;
    }
    #kosovo_wrapper {
      position: absolute;
      left: 52%;
      top: 36%;
    }
    #latvia_wrapper {
      position: absolute;
      left: 53.5%;
      top: 26%;
    }
    #lithuania_wrapper {
      position: absolute;
      left: 53%;
      top: 28%;
    }
    #macedonia_wrapper {
      position: absolute;
      left: 52%;
      top: 35%;
    }
    #montenegro_wrapper {
      position: absolute;
      left: 52%;
      top: 38%;
    }
    #norway_wrapper {
      position: absolute;
      left: 49%;
      top: 23%;
    }
    #denmark_wrapper {
      position: absolute;
      left: 49.2%;
      top: 27%;
    }    
    #poland_wrapper {
      position: absolute;
      left: 52%;
      top: 30%;
    }
    #serbia_wrapper {
      position: absolute;
      left: 51.5%;
      top: 35%;
    }
    #sweden_wrapper {
      position: absolute;
      left: 51.5%;
      top: 20%;
    }
    #switzerland_wrapper {
      position: absolute;
      left: 49%;
      top: 34%;
    }
    #germany_wrapper {
      position: absolute;
      left: 49.5%;
      top: 31%;
    }  
    #uk_wrapper {
      position: absolute;
      left: 46%;
      top: 29.5%;
    }  
    
    #benelux_wrapper {
      position: absolute;
      left: 48%;
      top: 30%;
    }       

    #ukraine_wrapper {
      position: absolute;
      left: 56%;
      top: 32%;
    }


.pin_info_wrapper {
  position: absolute;
  top: -10em;
  left: 0;
  background-color: #ffffff;
  color: var(--color-grey);
  padding: 2rem 2rem;
  z-index: 1;
  min-width: 310px;
}

#new_lealand_wrapper .pin_info_wrapper {
  position: absolute;
  top: -10em;
  left: -17em;
  background-color: #ffffff;
  color: var(--color-grey);
  padding: 2rem 2rem;
  z-index: 1;
}

#new_lealand_wrapper .pin_info_wrapper::before {
  content: none
}

#new_lealand_wrapper .pin_info_wrapper::after {
  content: "";
  position: absolute;
  right: 0px;
  width: 2px;
  height: 10em;
  top: 0;
  border-left: 3px solid var(--color-red);
}

.pin_info_wrapper span {
  display: block;
  white-space: nowrap;
}

.pin_info_wrapper::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 2px;
  height: 10em;
  top: 0;
  border-left: 3px solid var(--color-red);
}

.pin_info_wrapper a {
  text-decoration: none;
  color: var(--color-grey);
}

.pin_info_wrapper a:hover {
  text-decoration: underline;
}


.page-template-page-company h2 {
  margin-bottom: 1.7rem;
}


/* Posts/Articles
-------------------------------------------------------------- */
article .title a:hover {
  color: #007998;
}
article .post-meta {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  font-family: "Karla", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
article .post-meta a {
  color: #888888;
  text-decoration: none;
}
article .post-meta a:hover {
  color: rgba(136, 136, 136, 0.5);
}
article .the-content a {
  font-weight: 900;
  text-decoration: none;
}
article .the-content p {
  color: #191919;
  text-align: justify;
}
article .the-content img {
  width: 100%;
  height: auto;
}
article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .9px;
}
article .meta div {
  margin:1px auto;
}
article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}
/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .title {
  margin-bottom: 40px;
}
/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}
#pagination .past-page {
  float: right;
  width: 49%;
  text-align:right;
}
#pagination .next-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 200px;
}
.next-page a, .past-page a {
  font-size: 2em;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 10%;
}
/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
  margin-top: 40px;
}
.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}
.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}
#respond {
  margin-bottom: 80px;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
}

/* Misc & mixens
-------------------------------------------------------------- */
footer {
  padding: 5rem;
  font-size: 1.8rem  !important;
}

footer span {
  font-size: 1.8rem;
}

footer a {
  color: var(--color-white);
}

.site-footer {
  background-color: var(--color-blue);
  color: var(--color-white);
}

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* FORM */
input.form-control, 
textarea.form-control,
select.form-select  {
  font-size: 2rem;
  padding: 0.5em 0.5em;
  border-radius: 0;
}

.formheader {
  display: block;
  color:var(--color-grey);
  font-family: "Roboto-Bold";
  font-size: 20px;
  font-size: 2rem;
  line-height: 110%;
  margin-bottom: 0.25em;
}

.formheader_required {
  color: var(--color-red);
}

.wpcf7-not-valid-tip {
  margin-top: 0.5em;
}

.wpcf7-not-valid:invalid  {
  border: 1px solid var(--color-red);
}


/* #Media Queries
================================================== */

@media screen and (max-width:1200px) {

  .logo {
    width: 50%; 
    height: auto;
  }

  header {
    padding: 1em 1em !important
  }


  #partner {
    display: none;
  }

  .nav {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 1rem;
    column-gap: 3rem;
  }

}


  /* Those wide screens above 1280px */
  @media only screen and (min-width: 1281px) {
    article .post-meta{
      font-size: 0.7em;
      line-height: 1em;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
    #sidebar{
      font-size: 0.7em;
      line-height: 1.5em;
    }
    #sidebar h3{
      font-size: 1.5em;
      line-height: 1.5em;
    }
    
  }

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 992px) {

    h1 {
      font-size: 4rem !important;
    }
    h2 {
      font-size: 3rem !important;
      
    }
  
    .item_machine_content_text {
    opacity: 1;
  }

    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
    .home_intro_icon {
      margin-left: 0;
    }
    .upcoming_event_wrapper{
      flex-direction: column;
      align-items: center;
    }
    .upcoming_event_left {
      align-items:center;
    }
    .upcoming_event_left h3 {
      text-align:center;
    }
    .background-video-image {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      width: 100%;
      flex-direction: column;
    }
    .background-video-image h1 {
      max-width: 80vw;
    }
    .background-video-image h2 {
      max-width: 80vw;
    }
    .background-video-image {
      margin-block-end: 0;
    }
    .madeingermany {
      margin-block-end: 20%;
    }

    .madeingermany img {
      width: 150px;
      height: auto;
    }

    #menu-industries ul.sub-menu {
      top: 46px;
      left: 0;
    }
    .contact_inner_right {
      padding-bottom: 10rem;
    }

    #menu-industries .menu-item-has-children::after,
    #menu-industries .menu-item-has-children.open::after {
      bottom: 0;
    }

    footer {
      padding: 5rem 0;
    }

    #getintouch {
      padding: 2.5rem 1rem;
    }


  }

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 992px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
    .left_right_wrapper {
      flex-direction: column;
    }

    .left_right_wrapper:nth-child(even) {
      flex-direction: column;
    }

    .subpage .title-subpage-inner {
      border-radius: 0;
    }

    .subpage .title-subpage {
      border-radius: 0;
      transform: none;
    }

   .industires_item_wrapper:nth-child(even) .row {
      flex-direction: column-reverse;
    }


  .industries_item_right {
    padding: 0;
  }

  .industries_item_icon {
    width: 8rem;
  }

  .page-template-page-industries-v2 .industires_item_wrapper:nth-child(even) .row {
    flex-direction: row-reverse;
  }

}

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    body, article .post-meta{
      font-size: 1.2em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .site-title{
      font-size: 10px !important;
      line-height: 50px;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 576px) {
    body, article .post-meta{
      font-size: 1.2em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .site-title{
      font-size: 6px !important;
      line-height: 30px;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
  
    .alignfull {
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      max-width: none;
      width: 100vw;
    }
    
  
  }
