/*
Theme Name: ORWAK
Theme URI: https://www.orwak.com
Author: André Vogt
Author URI: andre.vogt@orwak.com
Description: Client-Theme
Version: 20250313
*/

/*----------------------------------------------------------------------
build in: 03 2025
copyright: -
----------------------------------------------------------------------*/

body.admin-bar {
  position: relative;
}


body.admin-bar header.get-sticky,
body.admin-bar main {
  top: 32px;
}

body.admin-bar #solutions-overlay.solution-active {
  top: 130px;
}

/*----------------------------------------------------------------------
colors
----------------------------------------------------------------------*/

:root {
    --orwak-orange: #df5128;
    --orwak-white: #FFFFFF;
    --orwak-black: #1f1f1f;
    --orwak-deepgrey: #1b1c1e;
    --orwak-darkgrey: #2a2b31;
    --orwak-midgrey: #555555;
    --orwak-smokegrey: #AAAAAA;
    --orwak-lightgrey: #e3e3e3;
    --orwak-green: #76B843;
    --orwak-blue: #3E99D4;
    --orwak-orange-rgb: 223,81,40;
    --orwak-black-rgb: 0,0,0;
    --orwak-darkgrey-rgba: 0,0,0,0.6;
    --orwak-logo: url('img/ORWAK-Logo.svg');
    --orwak-logo-grey: url('img/ORWAK-Logo.svg');
    --orwak-logo-trans: url('img/orwak-icon.svg');
    }


    /*----------------------------------------------------------------------
    Fonts
    ----------------------------------------------------------------------*/

    /* roboto-regular - latin */
    @font-face {
      font-family: 'EffraBold';
      font-style: normal;
      font-weight: 400;
      src: url('fonts/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
      src: local(''),
           url('fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('fonts/font1.woff2') format('woff2'), /* Super Modern Browsers */
           url('fonts/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
           url('fonts/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
           url('fonts/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
    }

    /* roboto-700 - latin */
    @font-face {
      font-family: 'Effra';
      font-style: normal;
      font-weight: 700;
      src: url('fonts/roboto-v29-latin-700.eot'); /* IE9 Compat Modes */
      src: local(''),
           url('fonts/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('fonts/font3.woff2') format('woff2'), /* Super Modern Browsers */
           url('fonts/roboto-v29-latin-700.woff') format('woff'), /* Modern Browsers */
           url('fonts/roboto-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
           url('fonts/roboto-v29-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
    }

    /* roboto-condensed-700 - latin */
    @font-face {
      font-family: 'Roboto Condensed';
      font-style: normal;
      font-weight: 700;
      src: url('fonts/roboto-condensed-v19-latin-700.eot'); /* IE9 Compat Modes */
      src: local(''),
           url('fonts/roboto-condensed-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('fonts/font3.woff2') format('woff2'), /* Super Modern Browsers */
           url('fonts/roboto-condensed-v19-latin-700.woff') format('woff'), /* Modern Browsers */
           url('fonts/roboto-condensed-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
           url('fonts/roboto-condensed-v19-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
    }

    /* roboto-slab-regular - latin */
    @font-face {
      font-family: 'Roboto Slab';
      font-style: normal;
      font-weight: 400;
      src: url('fonts/roboto-slab-v16-latin-regular.eot'); /* IE9 Compat Modes */
      src: local(''),
           url('fonts/roboto-slab-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('fonts/font4.woff2') format('woff2'), /* Super Modern Browsers */
           url('fonts/roboto-slab-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
           url('fonts/roboto-slab-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
           url('fonts/roboto-slab-v16-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
    }


/*----------------------------------------------------------------------
global structure & normalize
----------------------------------------------------------------------*/

body {
    margin: 0;
    border: 0 none;
    padding: 0;
    color: var(--orwak-midgrey);
    background: var(--orwak-white);
    font-family: 'Effra', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    }

p, form, img, legend, ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd {
    margin: 0;
    border: 0 none;
    padding: 0;
    }

input, textarea, button, select {
    margin: 0;
    font: inherit;
    text-transform: none;
    accent-color: var(--orwak-orange);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    }

button,
button span {
    font-family: 'EffraBold', 'Arial', sans-serif;
}

input[type="submit"], button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }

textarea {
    overflow: auto;
    }

a {
    color: var(--orwak-orange);
    text-decoration: none;
    }

a:hover, a:focus, a:active {
    color: var(--orwak-orange);
    outline-width: 0;
    text-decoration: none;

    }

.main-content a:hover,
.main-content a:focus,
.main-content a:active {
    border-bottom: 3px solid var(--orwak-orange);
}

mark {
    background-color: var(--orwak-orange);
    color: var(--orwak-white);
    padding: 1px 5px;
    }

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    }

sub {
    bottom: -0.25em;
}

sup {
    top: -0.7em;
    }

strong {
    font-family: 'EffraBold', 'Arial', sans-serif;
    font-weight: 700;
    }

.wrapper {
    margin: 0px auto;
    max-width: 1280px;
    position: relative;
    }

.clear::after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
    }

.fade * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }

.flex {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    }

h1, h1 a {
    font-family: 'EffraBold', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 1rem;
    color: var(--orwak-midgrey);
    }

h2, h2 a {
    font-family: 'EffraBold', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 42px; /*42px*/
    line-height: 42px;
    margin-bottom: 1rem;
    color: var(--orwak-black);
    }

h3 {
    font-family: 'EffraBold', 'Georgia', serif;
    font-weight: 400;
    font-size: 32px; /*32px*/
    line-height: 32px;
    margin-bottom: 1rem;
    color: var(--orwak-midgrey);
    }

h4 {
    font-family: 'EffraBold', 'Arial', sans-serif;
    font-weight: 400;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0.6rem;
    color: var(--orwak-black);
    }

*, ::after, ::before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    scroll-behavior: smooth;
    }

::-moz-selection,
::selection {
    background: var(--orwak-orange); color: var(--orwak-white) ;
}

main ul {
  padding-left:22px;
}


blockquote {
    position: relative;
    margin: 0;
    padding: 0;
    font-style: italic;
    padding: 20px;
}

blockquote::before {
    content: "";
    font-size: 22rem;
    font-family: 'EffraBold', 'Arial', sans-serif;
    font-weight: 400;
    color: var(--orwak-lightgrey);
    position: absolute;
    left: -60px;
    top: -20px;
    z-index: -1;
    line-height: 1;
    background: url('img/orwak-icon-lightgrey.svg') no-repeat;
    width: 300px;
    height: 300px;
    opacity: 0.5;
}


.widget_media_video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.widget_media_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.normalcase {
  text-transform: inherit !important;
}

#breadcrumbs {
  cursor: default;
}

#breadcrumbs a {
  color: white;
}

#breadcrumbs span {
  font-weight: bold;
}

#breadcrumbs span span {
  font-weight: normal;
}

#breadcrumbs i {
  font-style: normal;
}

/*----------------------------------------------------------------------
Forms
----------------------------------------------------------------------*/

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 26px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea,
.wpcf7-form select {
    border-top: none;
    border-right: none;
    border-bottom: 2px solid transparent;
    border-left: none;
    padding: 14px;
    display: block;
    width: 100%;
    background: var(--orwak-lightgrey);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
    font-size: 18px;
    }

.wpcf7-form textarea {
    height: 220px;
}


.wpcf7-form input[type="text"]:hover,
.wpcf7-form input[type="password"]:hover,
.wpcf7-form input[type="email"]:hover,
.wpcf7-form input[type="tel"]:hover,
.wpcf7-form input[type="number"]:hover,
.wpcf7-form textarea:hover,
.wpcf7-form select:hover,
.wpcf7-form input[type="password"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
    background: var(--orwak-lightgrey);
    border-bottom: 2px solid var(--orwak-orange);
    }

.wpcf7-form label {
    display: block;
    padding: 15px 0 5px 0;
    }

.wpcf7-form input[type="submit"] {
    display: inline-block;
    box-sizing: border-box;
    font-size: 1em;
    line-height: 1em;
    padding: 0.7em 1.7em;
    margin: 30px 0 0 0;
    border: 2px solid var(--orwak-orange);
    color: var(--orwak-orange);
    background: var(--orwak-white);
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
    }

.wpcf7-form input[type="submit"]:hover {
    background: var(--orwak-orange);
    color: var(--orwak-white);
    }

.forms-item-check {
    margin: 30px 0 0 0;
    }

.wpcf7-list-item {
    margin: 0 1em 0 0;
    }

.displaynone {
  display: none;
}

.wpcf7-not-valid-tip {
  color: var(--orwak-orange);
  font-size: 0.7em;
}



/*----------------------------------------------------------------------
Header
----------------------------------------------------------------------*/

header:not(.sow-entry-header) {
    font-family: 'EffraBold', 'Arial', sans-serif;
    background: transparent;
    /* background: linear-gradient(179deg, rgba(20,20,20,1) 0%, rgba(20,20,20,0) 70%); */
    /* background-color: rgba(var(--orwak-black-rgb), 0.2); */
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 700;
    }

header.banner-top-popupcontainer-active {
  margin-top: 40px;
}

header.banner-top-popupcontainer-active .is-solutions-menu.solution-active {
  top: 140px !important;
}

header > a,
header.menu-solutions-active .main-navigation > li.current_page_item,
header.menu-solutions-active .main-navigation > li.current_page_item a {
  color: var(--orwak-black) !important;
}

header > a:hover {
  color: var(--orwak-orange) !important;
}

header.get-sticky,
.menu-solutions-active,
.menu-main-active {
    background: transparent;
    /* background: var(--orwak-white) !important; */
    position: fixed;
    top: 0;
    width: 100%;
    /* box-shadow: 1px 16px 15px -13px rgba(0,0,0,0.15); */
    }


header.get-faded-up {
    position: fixed;
    top: -100px;
    /* box-shadow: 1px 16px 15px -13px rgba(0,0,0,0.15); */
    }


header.get-sticky a,
header.menu-solutions-active a,
header.menu-main-active a {
    color: var(--orwak-black);
    }


header:hover {
    background: transparent;
    /* background: var(--orwak-white); */
    color: var(--orwak-black);
    }

.portal-header {
    background: var(--orwak-white);
    padding: 20px 20px;
    justify-content: space-between;
    font-weight: 700;
    z-index: 800;
    }

header.get-sticky .portal-header {
    padding: 14px 20px;
    }

.portal-header > ul {
    display: flex;
    }

.portal-header a {
    color: var(--orwak-black);
    }

.portal-header:hover a,
header:hover .main-navigation a {
    color: var(--orwak-black);
    }

header .before-header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header.get-sticky .before-header {
  height: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  opacity: 0 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.before-header * {
  font-size: 14px;
}

.basic-language-switcher {
  display: flex;
  list-style: none;
  text-decoration: none !important;
}

.basic-language-switcher li a {
  text-decoration: none;
}

.basic-language-switcher li.active {
  color: var(--orwak-orange);
  font-weight: bold;
}

.basic-language-switcher li {
  border-right: 1px solid var(--orwak-smokegrey);
  padding: 0 10px;
}

.basic-language-switcher li:last-child {
  border-right: none;
}


/* .before-header a[href^="tel:"] {
    background: url(img/phone-white.svg) left center no-repeat;
    background-size: 18px 18px;
    color: var(--orwak-white);
    padding: 0 0 0 35px;
    }

.before-header a[href^="tel:"]:hover {
    background: url(img/phone-black.svg) left center no-repeat;
    color: var(--orwak-white);
    } */

.before-header .menu {
  display: flex;
  list-style-type: none;
  justify-content: center;
  font-size: 14px;
}

.before-header .menu li {
  border-right: 1px solid var(--orwak-white);
  padding: 0 10px;
}

.before-header .menu li:last-child {
  border-right: none;
}

.before-header .menu li a{
  text-decoration: none;
  color: var(--orwak-white);
}

.before-header .menu li:hover a {
  color: var(--orwak-black);
}

.before-header .searchform {
  display: flex;
  font-size: 14px;
  max-height: 60%;
}

.before-header .social-media-links a {
  padding: 6px;
  font-size: 18px;
}

.before-header .social-media-links.right {
  text-align: right;

}

.before-header .social-media-links.white a {
  color: var(--orwak-white);
}

.before-header .social-media-links.white a:hover span {
  color: var(--orwak-black);
}

.before-header .social-media-links a:hover span {
  text-decoration: none !important;
}

.main-navigation * {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  list-style: none;
}

.main-navigation {
    width: auto;
    color: var(--orwak-white);
    margin: 0 0 0 180px;
    /* margin: 16px 0 0 0; */
}

.main-navigation > li > a {
  padding: 10px 18px 0 18px;
  font-size: 18px;
}

.main-navigation > li:first-of-type > a {
  padding: 10px 18px 0 18px;
}

.main-navigation > li.menu-dropdown > a:first-child .menu-item-img,
.main-navigation > li.menu-dropdown .menu-item-img {
/* .solutions-menu .sub-menu li .sub-menu > li > a > .menu-item-img { */
  display: none !important;
}

/* .main-navigation > li > a:hover {
  border-bottom: 4px solid var(--orwak-orange);
} */

.main-navigation > li:hover > a,
.main-navigation > li > a.active {
  color: var(--orwak-orange);
}

.main-navigation li a {
  text-decoration: none !important;
}

.main-navigation li.is-external-link a[target="_blank"]::after,
.main-navigation li a[target="_blank"]::after {
  position: absolute;
  content: "\f504";
  font-family: dashicons;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin: 5px 0 0 6px;
}

/* Base styles for language menu items */
.main-navigation li.menu-item-language {
  position: relative;
  display: inline-block;
  transform: scale(0.7);
}

.main-navigation li.menu-item-language a {
  padding: 10px;
  text-decoration: none !important;
  border-bottom: 0;
  color: var(--orwak-orange); /* Adjust the text color as needed */
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

/* Background hover effect */
.main-navigation li.menu-item-language a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--orwak-orange); /* Adjust the background color as needed */
  z-index: -1;
  transition: transform 0.3s ease, left 0.3s ease;
  transform: scaleX(0);
}

.main-navigation li.menu-item-language a:hover::before,
.main-navigation li.menu-item-language a:focus::before {
  transform: scaleX(1);
  left: 0;
}

/* Change text color on hover */
.main-navigation li.menu-item-language a:hover,
.main-navigation li.menu-item-language a:focus {
  color: var(--orwak-white);
}

/* Current language styles */
.main-navigation li.menu-item-language a.current-language {
  padding: 10px;
  text-decoration: none !important;
  border-bottom: 0;
  color: var(--orwak-white);
}

/* Ensure background covers the current language link initially */
.main-navigation li.menu-item-language a.current-language::before {
  transform: scaleX(1);
  left: 0;
}

/* Hide background on current language when other links are hovered */
.main-navigation li.menu-item-language a:hover ~ a.current-language::before,
.main-navigation li.menu-item-language a:focus ~ a.current-language::before {
  transform: scaleX(0);
  left: 100%;
}

.main-navigation li.menu-item-language a:hover ~ a.current-language,
.main-navigation li.menu-item-language a:focus ~ a.current-language {
  color: var(--orwak-orange);
}

/* Handle hover effect for elements */
.main-navigation li.menu-item-language a.current-language:hover::before,
.main-navigation li.menu-item-language a.current-language:focus::before {
  transform-origin: right;
  left: auto;
  right: 0;
  transform: scaleX(0);
}

.main-navigation li.menu-item-language a:hover::before,
.main-navigation li.menu-item-language a:focus::before {
  transform-origin: left;
  left: 0;
}

/* Ensure the current language gets its background back when no other elements are hovered */
.main-navigation:hover li.menu-item-language a.current-language::before {
  transform: scaleX(1);
  left: 0;
}

.main-navigation:hover li.menu-item-language a.current-language {
  color: var(--orwak-white);
}

/* Extra handling for background transfer between elements */
.main-navigation li.menu-item-language a:hover::before,
.main-navigation li.menu-item-language a:focus::before {
  transform-origin: left;
  left: 0;
}

.main-navigation li.menu-item-language a.current-language:hover ~ a::before,
.main-navigation li.menu-item-language a.current-language:focus ~ a::before {
  transform: scaleX(1);
  transform-origin: left;
  left: 0;
}



.main-navigation li > a:hover,
.main-navigation li > a.active,
.main-navigation .current-menu-parent > a:not([href="#"]),
.main-navigation .current-menu-item > a:not([href="#"]),
/* header:hover .main-navigation .current-menu-parent > a:not([href="#"]),
header:hover .main-navigation .current-menu-item > a:not([href="#"]), */
.current-menu-parent > a:not([href="#"]),
.current-menu-item > a:not([href="#"]),
.portal-header .current-menu-parent > a,
.main-navigation .current_page_ancestor > a
{
    color: var(--orwak-orange) !important;
}



.main-navigation button {
    cursor: pointer;
    position: relative;
    height: 25px;
    display: block;
    width: 60px;
    margin: 3px auto 0 0;
    background: transparent;
    padding: 0;
    border: 0;
    }

.icon-nav,
.icon-nav::before,
.icon-nav::after {
    background: var(--orwak-deepgrey);
    content: "";
    display: none;
    height: 3px;
    transition: 0.5s;
    position: absolute;
    }

.icon-nav {
    width: 32px;
    margin-top: 0;
    }

.icon-nav::before {
    top: -9px;
    width: 25px;
    }

.icon-nav::after {
    top: 9px;
    width: 25px;
    }

.nav-menu-toggle {
  display:none;
}

.nav-menu-toggle:hover .icon-nav {
    transform: translatex(5px);
    width: 20px;
    background: var(--orwak-orange);
    }

.nav-menu-toggle:hover .icon-nav::before {
    width: 30px;
    background: var(--orwak-orange);
    }

.nav-menu-toggle:hover .icon-nav::after {
    width: 25px;
    background: var(--orwak-orange);
    }

button .main-menu-text {
    display: none;
    margin: 0;
    color: var(--orwak-white);
    }

#menu-overlay,
#menu-overlay * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }

#menu-overlay {
    position: fixed;
    display: block;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 900;
    }

#menu-overlay.overlay-active {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    }

body.menu-overflow {
    position: absolute;
    width: 100%;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.main-menu-wrapper {
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    left: -2000px;
    right: 0;
    bottom: 0;
    background-color: var(--orwak-white);
    overflow-y: auto;
    }

.overlay-active .main-menu-wrapper {
    width: 33.33%;
    left: 0;
    }

.main-menu {
    margin: 90px 0 60px 0;
    }

.main-menu p {
    color: var(--orwak-smokegrey);
    font-size: 18px;
    }

.main-menu a {
    font-weight: 700;
    color: var(--orwak-black);
    font-size: 21px;
    line-height: 23px;
    text-decoration: none;
    }

.main-menu a:hover {
    font-weight: 700;
    color: var(--orwak-orange);
    }

.before-main-menu,
.after-main-menu {
    color: var(--orwak-smokegrey);
    font-size: 18px;
    }

.is-before-menu {
    border-top: 3px solid var(--orwak-lightgrey);
    padding: 30px 60px;
    }

.main-menu-links {
    border-top: 3px solid var(--orwak-lightgrey);
    padding: 30px 60px;
    }

.main-menu-links ul,
.is-before-menu li {
    list-style: none;
    }

.main-menu-links ul li,
.is-before-menu ul li {
    padding: 0 0 15px 0;
    }

.main-menu-links li a,
.main-menu-links li a:hover {
    color: var(--orwak-smokegrey);
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 15px 0;
    display: block;
    }

.main-menu-links li li a {
    font-weight: 700;
    color: var(--orwak-black);
    font-size: 21px;
    line-height: 23px;
    text-decoration: none;
    padding: 0;
    }

.main-menu-links li li a:hover {
    font-weight: 700;
    font-size: 21px;
    line-height: 23px;
    color: var(--orwak-orange);
    padding: 0;
    }

.main-menu-links ul li.current_page_item a {
    color: var(--orwak-orange);
    }

.is-before-menu ul a:hover {
    color: var(--orwak-orange);
    }

.after-main-menu {
    padding: 30px 60px 30px 60px;
    }

.after-main-menu .social-media-links a {
    display: inline-block;
    margin: 0 20px 20px 0;
    padding: 0 0 5px 0;
    border-bottom: 3px solid transparent;
    }

.after-main-menu .social-media-links a:hover {
    border-bottom: 3px solid var(--orwak-orange);
    }

.after-main-menu .social-media-links img {
    height: 25px;
    width: auto;
    }





.menu-dropdown > a:hover,
.menu-dropdown.visible > a{
  /* border-bottom: 4px solid var(--orwak-orange); */
}

.menu-dropdown.visible > a {
  color: var(--orwak-orange);
}



.menu-dropdown .sub-menu {
  flex-wrap: wrap;
  position: absolute;
  width: auto;
  max-width: 300px;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  background-color: var(--orwak-orange);
  border-top: 0px solid transparent;
  padding: 0;
  -webkit-box-shadow: 1px 27px 20px -5px rgba(0,0,0,0.18);
  box-shadow: 1px 27px 20px -5px rgba(0,0,0,0.18);
  z-index: 999 !important;
  -webkit-transition: border-top 0.4s ease, visibility 0.3s ease, opacity 0.3s ease;
  -moz-transition: border-top 0.4s ease, visibility 0.3s ease, opacity 0.3s ease;
  transition: border-top 0.4s ease, visibility 0.3s ease, opacity 0.3s ease;
}

.menu-dropdown .sub-menu .menu-item-has-children {
  background: url(img/menu-arrow-right.svg) right center no-repeat;
  background-size: auto;
  background-size: 12px 12px;
}

.menu-dropdown .sub-menu li {
  padding: 0 20px;
}

.menu-dropdown .sub-menu li a {
    display: flex;
    flex-wrap: wrap;
    color: var(--orwak-white);
    padding: 8px 0;
    font-size: 16px;
    line-height: 20px;
}

.menu-dropdown .sub-menu li:hover,
.menu-dropdown .sub-menu li.current-menu-item,
.menu-dropdown .sub-menu li.current-menu-parent {
    color: var(--orwak-black) !important;
    background: var(--orwak-white);
}

.menu-dropdown .sub-menu li:hover a,
.menu-dropdown .sub-menu li.current-menu-item a {
    color: var(--orwak-black) !important;
}

.menu-dropdown .sub-menu .sub-menu {
  flex-wrap: wrap;
  width: max-content;
  max-width: 300px;
  min-width: 180px;
  visibility: hidden;
  background-color: var(--orwak-orange);
  padding: 0;
  margin: -16px 0 0 0;
  border-top: 0px solid transparent !important;
  -webkit-box-shadow: 1px 27px 20px -5px rgba(0,0,0,0.18);
  box-shadow: 1px 27px 20px -5px rgba(0,0,0,0.18);
  z-index: 998 !important;
  left: 99%;
}

.menu-dropdown .sub-menu li .sub-menu li{
    padding: 0 20px;
}

.menu-dropdown .sub-menu li .sub-menu li > a {
    color: var(--orwak-white);
    padding: 8px 0;
}

.menu-dropdown .sub-menu li .sub-menu li .sub-menu * {
  display: none;
}

.menu-dropdown .sub-menu a {
    color: var(--orwak-midgrey);
}

.menu-dropdown .sub-menu.visible {
  visibility: visible;
  border-top: 20px solid var(--orwak-white);
  opacity: 1;
  -webkit-transition: border-top 0.4s ease, visibility 0.3s ease, opacity 0.3s ease;
  -moz-transition: border-top 0.4s ease, visibility 0.3s ease, opacity 0.3s ease;
  transition: border-top 0.4s ease, visibility 0.3s ease, opacity 0.3s ease;
}

/* .menu-dropdown .sub-menu::before {
  content: "";
  background: url('img/orwak-icon.svg') no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  top: -16px;
  left: 0px;
} */


.menu-dropdown .sub-menu .sub-menu.visible {
  visibility: visible;
  margin-top: -45px;
  -webkit-transition: margin-top 0.4s ease, visibility 0.3s ease;
  -moz-transition: margin-top 0.4s ease, visibility 0.3s ease;
  transition: margin-top 0.4s ease, visibility 0.3s ease;
}

/* .menu-dropdown:hover > .sub-menu {
    background: var(--orwak-white);
    visibility: visible;
} */



.menu-dropdown > .sub-menu li > a > .sub-menu.visible {
    background: var(--orwak-white);
    visibility: visible;
    -webkit-box-shadow: 1px 27px 20px -5px rgba(0,0,0,0.18);
    box-shadow: 1px 27px 20px -5px rgba(0,0,0,0.18);
}






.language-menu-wrapper {
    position: fixed;
    width: 0;
    height: auto;
    left: -2000px;
    right: 0;
    bottom: 0;
    background-color: var(--orwak-white);
    }

.overlay-active .language-menu-wrapper {
    width: 33.33%;
    left: 0;
    }

.language-menu {
    border-top: 3px solid var(--orwak-lightgrey);
    padding: 30px 60px;
    }

#language-overlay {
    position: fixed;
    display: none;
    width: 33.33%;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 3px solid var(--orwak-lightgrey);
    background-color: var(--orwak-white);
    z-index: 1;
    }

.language-menu-content {
    padding: 30px 60px;
    }

.language-menu-content h3,
.languages-heading {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: var(--orwak-smokegrey);
    }

.language-menu-content ul {
    list-style: none;
    }

button.current-site-language {
    width: auto;
    padding: 0 0 0 35px;
    border: 0;
    background: transparent;
    cursor: pointer;
    background: url(img/globus-black.svg) left center no-repeat;
    background-size: 25px 25px;
    }

button.current-site-language:hover {
    color: var(--orwak-orange);
    }

.country-name {
    font-weight: 700;
    cursor: pointer;
    }

.country-name:hover {
    color: var(--orwak-orange);
    }

.country.active-country {
    color: var(--orwak-orange);
    }

.country ul li a {
    color: var(--orwak-black);
    text-decoration: none;
    padding-left:10px;
    }

.country ul li.active-language a,
.country ul li a:hover {
    color: var(--orwak-orange);
    }

.meta-navigation {
    width: calc(100% - 332px);
    margin: 12px 0 0 0;
    }

.meta-navigation li {
    text-transform: uppercase;
    display: inline-block;
    }

.meta-navigation li button {
    border: 0;
    padding: 0;
    cursor: pointer;
    color: var(--orwak-white);
    background: transparent;
    }

header:hover .icon-nav,
header:hover .icon-nav::before,
header:hover .icon-nav::after,
header.get-sticky .icon-nav,
header.get-sticky .icon-nav::before,
header.get-sticky .icon-nav::after,
.menu-solutions-active .icon-nav,
.menu-solutions-active .icon-nav::before,
.menu-solutions-active .icon-nav::after {
    background: var(--orwak-black);
    }

header:hover .meta-navigation button,
header.get-sticky .meta-navigation button,
header:hover button .main-menu-text,
header.get-sticky button .main-menu-text,
.menu-solutions-active button .main-menu-text {
    color: var(--orwak-black);
    }

.menu-solutions-active .meta-navigation button {
    color: var(--orwak-orange) !important;
    }

.meta-navigation li button:hover,
header:hover .meta-navigation button:hover,
header.get-sticky .meta-navigation button:hover,
.menu-solutions-active .meta-navigation button:hover,
header:hover button:hover .main-menu-text,
header.get-sticky button:hover .main-menu-text {
    color: var(--orwak-orange);
    }

.portal-logo {
    display: block;
    width: 232px; /*232px*/
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    background: var(--orwak-logo-grey) left center no-repeat;
    /* var(--orwak-logo) */
    background-size: auto 40px;
    }

.portal-logo {
  display: block;
  width: 142px;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  background: var(--orwak-logo-grey) left center no-repeat;
  background-size: auto;
  position: absolute;
  height: 200px;
  left: 0;
  top: -72px;
  z-index: 200;
}

    /* .portal-logo {
        display: block;
        width: 232px; /*232px
        vertical-align: middle;
        font-size: 0;
        line-height: 0;
        background: var(--orwak-logo-grey) left center no-repeat;
        /* var(--orwak-logo)
        background-size: auto 40px;
        } */


header:hover .portal-logo,
header.get-sticky .portal-logo,
header.menu-solutions-active .portal-logo {
  display: block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  background: var(--orwak-logo-grey) left center no-repeat;
  background-size: auto;
  position: absolute;
  height: 200px;
  left: 0;
  top: -70px;
}


/* header:hover .portal-logo,
header.get-sticky .portal-logo,
header.menu-solutions-active .portal-logo {
  display: block;
  width: 232px; /*232px*
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  background: var(--orwak-logo) left center no-repeat;
  /* var(--orwak-logo) *
  background-size: auto 40px;
} */


header:hover .portal-logo.right,
header.get-sticky .portal-logo.right,
header.menu-solutions-active .portal-logo.right {
  background: var(--orwak-logo) right center no-repeat;
  background-size: auto 40px;
}

.portal-logo {
    background-repeat: no-repeat;
    background-position: right center;
    transition: all 1s ease;
    }

.portal-logo.left {
    background-repeat: no-repeat;
    background-position: left center;
    }

.portal-logo.w-bg {
    background-repeat: no-repeat;
    background-position: center;
    }

.portal-logo a {
    display: block;
    width: 142px;
    height: 180px;
    }

.portal-logo-bg {
  position: absolute;
  height: 100%;
  width: 170px;
  background: #fff;
  top: 0;
  z-index: -1;
}

header.get-sticky .portal-header .portal-logo {
  margin-top: 20px;
  background-size: auto 100px;
  transition: all 1s ease;
  }

header.get-sticky .portal-header .portal-logo a {
  width: 100px;
  }



/*----------------------------------------------------------------------
Main + Pagebuilder
----------------------------------------------------------------------*/

.main-content {
    width: 100%;
    }

.center {
  text-align: center;
  align-items: center;
}

.is-red-border {
  border: 2px solid var(--orwak-orange);
}

.is-blue-border {
  border: 2px solid var(--orwak-orange);
}

.is-yellow-border {
  border: 2px solid var(--orwak-yellow);
}

.is-green-border {
  border: 2px solid var(--orwak-green);
}

.is-lightgrey-ground {
    background: var(--orwak-lightgrey);
    }

.is-deepgrey-ground {
    background: var(--orwak-deepgrey);
    }

.is-white-ground {
    background: var(--orwak-white);
    }

.is-blue-ground {
    background: var(--orwak-orange);
    color: var(--orwak-white);
    }

.is-orange-ground {
    background: var(--orwak-orange);
    color: var(--orwak-white);
    }

.is-green-ground {
    background: var(--orwak-green);
    color: var(--orwak-white);
    }

.is-yellow-ground {
    background: var(--orwak-yellow);
    color: var(--orwak-white);
    }

.is-dark-ground {
    background: var(--orwak-deepgrey);
    color: var(--orwak-white);
    }

.is-blue-ground h2,
.is-blue-ground h3,
.is-blue-ground h4,
.is-green-ground h2,
.is-green-ground h3,
.is-green-ground h4,
.is-red-ground h2,
.is-red-ground h3,
.is-red-ground h4,
.is-dark-ground h2,
.is-dark-ground h3,
.is-dark-ground h4,
.is-dark-ground p,
.is-deepgrey-ground h2,
.is-deepgrey-ground h3,
.is-deepgrey-ground h4,
.is-deepgrey-ground p,
.is-orange-ground h2,
.is-orange-ground h3,
.is-orange-ground h4,
.is-orange-ground p,
.main-content .is-orange-ground ul li::marker {
    color: var(--orwak-white);
    }

.main-content ul { //.main-content ol
    margin: 0 0 30px 20px;
    list-style: square;
    }

.main-content ul li::marker {
    color: var(--orwak-orange);
    font-size: 28px;
    }

.main-content h1 {
    font-size: 42px;
    line-height: 42px;
    }

.main-content img {
    max-width: 100%;
    height: auto;
    }

.main-content .is-topline-orange {
    border-top: 6px solid var(--orwak-orange);
}

.main-content .is-bottomline-orange {
    border-bottom: 6px solid var(--orwak-orange);
}

.main-content .widget_sow-hero .sow-slider-image {
   /* // min-height: 600px; */
    }

.main-content .sow-slider-image-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    }

.main-content .is-stage-header {
    min-height: 80vh;
    height: auto;
    width: 100%;
    }

.main-content .is-stage-header .sow-slider-image {
    min-height: 80vh;
    }

.main-content .is-stage-header .sow-slider-image-wrapper {
    padding: 10% 10px 0 0px !important;
    }

.main-content .is-productfamily-header .sow-slider-image {
    min-height: 600px;
    }

.main-content .is-productfamily-header .sow-slider-image-wrapper {
    padding: 400px 10px 100px 10px !important;
    }

.main-content .is-content-header .sow-slider-image {
    min-height: 600px;
    }

.main-content .is-content-header .sow-slider-image-container h1 {
    text-transform: uppercase;
    }

.main-content .is-content-header .sow-slider-image-wrapper {
    padding: 200px 10px 20px 0px !important;
    text-align: center;
    }

.main-content .is-blog-header .sow-slider-image {
    min-height: 200px;
    }

.main-content .is-blog-header .sow-slider-image-wrapper {
    padding: 120px 10px 20px 0px !important;
    }

.sow-slider-image-container h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 65px !important;
    line-height: 65px !important;
    width: 90%;
    margin: 0 0 0 0 !important;
    padding: 10px 20px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.2) !important;
    /* background: var(--orwak-orange); */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    }


.is-content-header .sow-slider-image-container h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 65px !important;
    line-height: 65px !important;
    width: 100%;
    margin: 0 0 0 0 !important;
    padding: 20px 40px;
    text-shadow: none !important;
    /* background: var(--orwak-orange); */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    }

.sow-slider-image-container .subtitle {
    display: block;
    width: 60%;
    font-weight: 400;
    text-transform: normal;
    font-size: 26px !important;
    line-height: 26px !important;
    margin: 0 0 1.4rem 0 !important;
    padding: 0 20px 60px 20px;
    background: var(--orwak-orange);
    color: var(--orwak-white);
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    }

.sow-slider-image-container h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 52px !important;
    line-height: 52px !important;
    width: 90%;
    margin: 0 0 1.4rem 0 !important;
    }

.sow-slider-image-container h3 {
    font-weight: 400;
    font-size: 32px !important;
    line-height: 36px !important;
    width: 50%;
    margin: 0 0 1.4rem 0 !important;
    }

.sow-slider-image-container h4 {
    font-weight: 400;
    font-size: 22px !important;
    line-height: 22px !important;
    margin: 0 0 0.6rem 0 !important;
    }

.sow-slider-image-container p {
    font-size: 17px !important;
    line-height: 1.2 !important;
    }

.sow-slider-base .sow-slider-pagination {
    z-index: 160 !important;
    }

.so-widget-sow-hero .sow-slider-base .sow-slider-pagination {
    padding: 0 0 0 30px !important;
    text-align: left !important;
    }

.so-widget-sow-hero .sow-slider-pagination li a {
    border-radius: 0 !important;
    height: 20px !important;
    width: 20px !important;
    margin: 0 15px 0 0 !important;
    }

.so-widget-sow-button *,
.sow-accordion-panel-header  {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }

[class*="orwakbase"] .ow-button-base a {
    box-sizing: border-box;
    font-size: 1em;
    padding: 0.5em 1.7em;
    background: transparent;
    border: 2px solid var(--orwak-white);
    color: var(--orwak-white);
    border-radius: 0;
    }

[class*="orwakbase"] .ow-button-base a:active,
[class*="orwakbase"] .ow-button-base a:hover {
    color: var(--orwak-black);
    }

[class*="orwakbase"] .ow-button-base a.ow-button-hover:hover {
    background: var(--orwak-white);
    border-color: var(--orwak-white);
    }

[class*="orwakwhitesimple"] .ow-button-base a {
    box-sizing: border-box;
    font-size: 1em;
    padding: 0.5em 1.7em;
    background: var(--orwak-white);
    border: 2px solid var(--orwak-orange);
    color: var(--orwak-orange);
    border-radius: 0;
    }

[class*="orwakorangesimple"] .ow-button-base a {
    box-sizing: border-box;
    font-size: 1em;
    padding: 0.5em 1.7em;
    background: var(--orwak-orange);
    border: 2px solid var(--orwak-orange);
    color: var(--orwak-white);
    border-radius: 0;
    }

[class*="orwakgreen"] .ow-button-base a {
    box-sizing: border-box;
    font-size: 1em;
    padding: 0.7em 1.7em;
    background: var(--orwak-green);
    border: 2px solid var(--orwak-green);
    color: var(--orwak-white);
    border-radius: 0;
    }

[class*="orwakblue"] .ow-button-base a {
    box-sizing: border-box;
    font-size: 1em;
    padding: 0.5em 1.7em;
    background: var(--orwak-orange);
    border: 2px solid var(--orwak-orange);
    color: var(--orwak-white);
    border-radius: 0;
    }

[class*="orwakgrey"] .ow-button-base a {
    box-sizing: border-box;
    font-size: 1em;
    padding: 0.5em 1.7em;
    background: var(--orwak-midgrey);
    border: 2px solid var(--orwak-midgrey);
    color: var(--orwak-white);
    border-radius: 0;
    }

[class*="orwakwhitesimple"] .ow-button-base a:active,
[class*="orwakwhitesimple"] .ow-button-base a:hover,
[class*="orwaksimple"] .ow-button-base a:active,
[class*="orwaksimple"] .ow-button-base a:hover,
[class*="orwakgreen"] .ow-button-base a:active,
[class*="orwakgreen"] .ow-button-base a:hover,
[class*="orwakgrey"] .ow-button-base a:active,
[class*="orwakgrey"] .ow-button-base a:hover {
    color: var(--orwak-white);
    }

[class*="orwakblue-"] .ow-button-base a:active,
[class*="orwakblue-"] .ow-button-base a:hover {
  background: var(--orwak-white);
  border-color: var(--orwak-orange);
  color: var(--orwak-orange);
    }

[class*="orwakwhitesimple"] .ow-button-base a.ow-button-hover:hover,
[class*="orwaksimple"] .ow-button-base a.ow-button-hover:hover,
[class*="orwakgreen"] .ow-button-base a.ow-button-hover:hover,
[class*="orwakgrey"] .ow-button-base a.ow-button-hover:hover {
    background: var(--orwak-orange);
    border-color: var(--orwak-orange);
    color: var(--orwak-white) !important;
    }

[class*="orwaksimple"] .ow-button-base a {
    box-sizing: border-box;
    font-size: 1em;
    padding: 0.5em 1.7em;
    background: var(--orwak-white);
    border: 2px solid var(--orwak-orange);
    color: var(--orwak-orange);
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    }

.is-hover-teaser,
.is-hover-teaser * {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
    }

.is-hover-teaser {
    /* box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.5); */
    background-repeat: no-repeat;
    /* border-bottom: 12px solid transparent; */
    }

.is-hover-teaser:hover {
    margin: -5px 0 5px 0;
    /* box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.5); */
    /* border-bottom: 12px solid var(--orwak-darkgrey); */
    }

.is-hover-teaser:hover .sow-cta-base {
    margin: 0 0 0 5px;
    }




.is-hover-teaser .so-widget-sow-button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }

.is-hover-teaser .so-widget-sow-cta {
    color: var(--orwak-white);
    height: 500px;
    width: 100%;
    display: flex;
  	flex-direction: column;
  	justify-content: flex-end;
    }

.is-teaser-icon .so-widget-sow-cta {
    height: 300px !important;
}


.is-hover-teaser.product {
  background-image: url('your-image.jpg');
  background-size: auto 80% !important;       /* 70% width, height auto */
  background-repeat: no-repeat !important;
  background-position: bottom right !important;
  background-color: var(--orwak-darkgrey);
    }

.is-hover-teaser.product:hover {
  background: var(--orwak-orange);
  background-size: auto 95% !important;
}

.is-hover-teaser.product .sow-cta-base {
    padding: 20px !important;
    background: 0;
}

.is-hover-teaser.product .sow-cta-base .so-widget-sow-button {
  display: none;
}

.is-hover-teaser.product .sow-cta-title {
    font-size: 30px !important;
}

.is-hover-teaser.product .so-widget-sow-cta {
    color: var(--orwak-black);
    height: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: none;
}




.so-widget-sow-image .widget-title {
  font-size: 22px;
  line-height: 22px;
  padding: 20px 0;
  text-align: center;
}

.is-border-bottom-smokegrey {
  border-bottom: 1px solid var(--orwak-smokegrey);
  width: 70%;
  padding: 0 0 20px 0;
}

.is-icon-round-with-title .so-widget-sow-image {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.is-icon-round-with-title .sow-image-container {
   display: inline-block;
   border-radius: 50%;
   overflow: hidden;
   padding: 20px;
   width: 100px;
   height: 100px;
   background: #fff;
  }

.is-icon-round-with-title .widget-title {
    font-size: 20px;
    text-align: center;
    line-height: 22px;
    margin: 10px 0;
    }

.is-icon-round-with-title .sow-image-container .so-widget-image {
    width:100%;
    height:100%;
    object-fit: cover;
  }

.is-icon-round-with-title:hover .sow-image-container {
    padding: 18px;
    margin: -5px 0 5px 0;
    box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.2);
  }

.is-icon-round-with-title,
.is-icon-round-with-title * {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
    }


.double-teaser-high .so-widget-sow-cta {
    height: 830px;
    }

.is-hover-teaser .so-widget-sow-cta {
    background: linear-gradient(10deg, rgba(0,0,0,0.5) 30%, rgba(0,0,0,0) 70%);
    }

.is-teaser-icon .so-widget-sow-cta {
    background: none !important;
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: center !important;
    }

.is-hover-teaser:hover .so-widget-sow-cta {
    background: rgba(var(--orwak-orange-rgb), 0.8);
    }

.is-hover-teaser a {
    text-decoration: none !important;
    color: var(--orwak-white);
    }

.is-hover-teaser .sow-cta-base {
    border: none !important;
    }

.is-hover-teaser .sow-cta-base .sow-cta-text {
    float: none !important;
    text-align: left !important;
    }

.is-hover-teaser .sow-cta-title {
    font-size: 32px;
    line-height: 34px;
    margin: 0 !important;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: var(--orwak-white);
    }

.is-teaser-icon .sow-cta-base .sow-cta-text {
    text-align: center !important;
    }

.is-hover-teaser .sow-cta-base .sow-cta-text .sow-cta-subtitle {
    font-size: 0px !important;
    line-height: 0;
    visibility: hidden;
    color: var(--orwak-white);
    }

.is-teaser-icon .sow-cta-subtitle {
    justify-content: flex-end !important;
    font-size: 18px;
    line-height: 1;
    visibility: visible;
    }

.is-teaser-icon img {
    padding: 40px 0 40px 0;
    }

.is-hover-teaser:hover .sow-cta-base .sow-cta-text .sow-cta-subtitle {
    font-size: 19px !important;
    line-height: 1.2;
    visibility: visible;
    }

.is-hover-teaser .so-widget-sow-button {
    margin: 20px 0 0 0 !important;
    }

.is-hover-teaser .so-widget-sow-button a[href="#"] {
    display: none;
    }

.is-hover-item,
.is-hover-item * {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
    }

.is-hover-item:hover {
    margin: -5px 0 5px 0;
    box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.5);
    }

.is-hover-item .so-widget-sow-editor {
    background: rgba(0,0,0,0.3);
    color: var(--orwak-white);
    height: 400px;
    width: 100%;
    display: flex;
    padding: 2em 2.5em;
	flex-direction: column;
	justify-content: flex-end;
    }

.is-hover-item .so-widget-sow-editor:hover {
    background: rgba(var(--orwak-orange-rgb), 0.8);

    }

.is-hover-item h4 {
    font-size: 32px;
    line-height: 34px;
    margin: 0 !important;
    color: var(--orwak-white);
    }

.is-hover-item.is-double-item-high .so-widget-sow-editor {
    height: 830px;
    }

.is-hover-item .so-widget-sow-cta {
    background: rgba(0,0,0,0.3);
    }

.is-hover-item:hover .so-widget-sow-cta {
    background: rgba(var(--orwak-orange-rgb), 0.8);
    }

.is-hover-item .sow-cta-base .sow-cta-text {
    float: none !important;
    text-align: left !important;
    }

.is-hover-item ul,
.is-hover-item ol,
.is-hover-item p {
    font-size: 0px;
    line-height: 0;
    visibility: hidden;
    margin: .4em 0 0 0;
    }

.is-hover-item ul,
.is-hover-item ol {
    margin: .4em 0 0 20px;
    }

.is-hover-item:hover ul,
.is-hover-item:hover ol,
.is-hover-item:hover p {
    font-size: 19px;
    line-height: 1.2;
    visibility: visible;
    }

.is-hover-item.start-open ul,
.is-hover-item.start-open ol,
.is-hover-item.start-open p {
    font-size: 19px;
    line-height: 1.2;
    visibility: visible;
    }

.is-icon-item,
.is-icon-item * {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
    }

.is-icon-item {
    background-position: top right+35px !important;
    background-size: 100px 80px !important;
    background-repeat: no-repeat !important;
    padding: 40px 40px 40px 0;
    }

.is-icon-item:hover {
    background-size: 110px 80px !important;
    background-position: top right+55px !important;
    }

.is-icon-item .sow-cta-title {

    }
    /*
    border-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cstyle%3Epath%7Banimation:stroke 2s infinite linear%3B%7D%40keyframes stroke%7Bto%7Bstroke-dashoffset:776%3B%7D%7D%3C/style%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%232d3561' /%3E%3Cstop offset='25%25' stop-color='%23c05c7e' /%3E%3Cstop offset='50%25' stop-color='%23f3826f' /%3E%3Cstop offset='100%25' stop-color='%23ffb961' /%3E%3C/linearGradient%3E %3Cpath d='M1.5 1.5 l97 0l0 97l-97 0 l0 -97' stroke-linecap='square' stroke='url(%23g)' stroke-width='3' stroke-dasharray='388'/%3E %3C/svg%3E") 1;

  */
.is-icon-item .sow-cta-base {
    border: none !important;
    padding: 0;
    height: 100%;
    }


.is-icon-item .sow-cta-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}


.is-icon-item .so-widget-sow-cta {
    height: 400px;
    width: 100%;
    padding: 80px 0 0 0;
    flex-direction: column;
    justify-content: flex-start;
}

.is-icon-item-double-height .so-widget-sow-cta {
    height: auto !important;
}

.is-icon-item .sow-cta-text {
  flex-direction: column;
  justify-content: flex-start;
}
.is-icon-item .so-widget-sow-button {
  align-self: flex-start;
  justify-content: flex-end;
}

.is-icon-item-double-height .so-widget-sow-button {
  margin-top: 20px !important;
}

.is-icon-item-double-height .sow-cta-text {
  height: 800px;
}

.is-icon-item .sow-cta-title {
    font-size: 32px;
    line-height: 34px;
    margin: 0 !important;
    padding: 0 0 10px 0;
}

.is-icon-item .so-widget-sow-cta::before {
  display: flex;
  flex-direction: column;
  margin-top:-70px;
  content: "";
  height:5px;
  width:77%;
  background-color: #ff0000;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.is-icon-item:hover .so-widget-sow-cta::before {
 transform: translate(30px, 0);
  width:65%;
}

@keyframes nudge {
  0%,100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(30px, 0);
  }

}

.is-icon-item .sow-cta-subtitle {
  min-height:110px;
}

.is-icon-item .so-widget-sow-button a[href="#"] {
    display: none;
    }

.is-without-icon {
  padding-top: 0;
  padding-bottom: 0;
}

.is-without-icon .so-widget-sow-cta,
.is-without-icon .sow-cta-wrapper {
    height: auto !important;
    padding: 0;
}

.is-without-icon .so-widget-sow-cta::before {
  display: none;
}

.is-without-icon .sow-cta-subtitle::before {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  content: "";
  height: 5px;
  width: 77%;
  background-color: #ff0000;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.is-without-icon:hover .sow-cta-subtitle::before {
 transform: translate(30px, 0);
  width:65%;
}

.is-below-header-icon::after {
  display: flex;
  flex-direction: column;
  margin-top:0;
  content: "";
  height:5px;
  width:100%;
  background-color: #ff0000;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  margin-left: -100%;
  margin-top: -53%;
}

.is-feature-item {
    text-align: center;
    border-bottom: 10px solid var(--orwak-lightgrey);
    margin: 40px 0 0 0;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
    }

.is-feature-item:hover {
    border-bottom: 10px solid var(--orwak-orange);
    }

.is-feature-item h2,
.is-feature-item h2 a {
    color: var(--orwak-orange);
    }

.is-feature-item p {
    min-height: 80px;
    }

.is-content-slider .panel-layout {
    padding: 60px 80px;
    margin: 30px 60px;
    box-shadow: 0px 0px 20px 6px rgba(200, 200, 200, 0.5);
    }

.is-content-slider .sow-slider-pagination li a {
    background: var(--orwak-smokegrey) !important;
    }

.is-content-slider .sow-slider-pagination li.sow-active a {
    background: var(--orwak-orange) !important;
    }


.is-content-slider .sow-slider-pagination {
    text-align: center !important;
    bottom: 0px !important;
    padding: 0px !important;
    }

.is-content-slider .sow-slider-pagination li a {
    border-radius: 0 !important;
    height: 10px !important;
    width: 60px !important;
    margin: 0 15px 0 0 !important;
    }

.sow-slider-base .sow-slide-nav {
    z-index: 150 !important;
    }

.is-content-slider .sow-slider-base .sow-slide-nav a {
    color: var(--orwak-smokegrey) !important;
    border: none;
    }

.is-content-slider .sow-slider-base .sow-slide-nav a:hover {
    color: var(--orwak-orange) !important;
    border: none;
    }

/*----------------------------------------------------------------------
Special Contactform for products - is-contactform-product
----------------------------------------------------------------------*/
.is-contactform-product {
  position: fixed;
  height: auto;
  width: 100%;
  max-width: 1280px;
  bottom: 0;
  margin: -10vh;
  z-index: 100;
  opacity: 0;
  box-shadow: 20px -4px 20px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid var(--orwak-orange);
  transition: opacity 0.5s ease, margin 0.5s ease;
}

.is-contactform-product.active {
  margin: 0;
  opacity: 1;
  transition: opacity 0.5s ease, margin 0.5s ease;
}

.is-contactform-product img {
  position: absolute;
  bottom: 20px;
  height: 120px;
  max-width: fit-content;
}

.is-contactform-product-form {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: opacity 0.5s ease, height 0.5s ease;
}

.is-contactform-product-form.active {
    height: auto;
    max-height: 80vh;
    overflow: auto;
    opacity: 1;
    visibility: visible;
    padding: 40px;
    transition: opacity 0.5s ease, height 0.5s ease;
}

.is-contactform-product-form .wpcf7 form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.is-contactform-product-form .wpcf7 textarea {
  height: 100px;
}

.form-first-column,
.form-second-column,
.form-third-column {
  flex: 1 1 30%;
  min-width: 250px;
}


@media (max-width: 800px) {
  .is-contactform-product h4,
  .is-contactform-product img {
    display:none;
  }

  .form-first-column,
  .form-second-column,
  .form-third-column {
    flex: 1 1 100%;
  }
}



.is-fullwidth-teaser-text {
    padding: 120px 0 120px 0px;
    max-width: 625px;
    margin: 0 0 0 auto;
    }

.is-download-item,
.is-download-item * {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
    }

.is-download-item {
    min-height: 300px;
    padding: 30px 30px 0 30px;
    color: var(--orwak-midgrey);
    background: var(--orwak-logo-trans) center bottom repeat-x var(--orwak-lightgrey);
    background-size: 65% 40%; /* Background covers 60% of the height */
    transition: background-size 0.3s ease-in-out, background-color 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.is-download-item:hover {
    background: var(--orwak-logo-trans) center bottom repeat-x var(--orwak-orange);
    background-size: 65% 100%; /* Expands background to full height */
    margin: -10px 0 10px 0;
}


.is-download-item h4 {
    color: var(--orwak-midgrey);
    min-height: 190px;
    }

.is-download-item a {
    background: url(img/download.svg) left center no-repeat var(--orwak-white);
    background-size: auto 20px;
    border: 2px solid var(--orwak-white);
    padding: 10px 20px;
    color: var(--orwak-midgrey);
    }

.is-download-item:hover h4 {
    color: var(--orwak-white);
    }

.is-download-item:hover a {
    background: url(img/download.svg) left center no-repeat;
    background-size: auto 20px;
    background-position: 10px center;
    border: 2px solid var(--orwak-white);
    padding: 8px 15px 8px 40px;
    color: var(--orwak-white);
    }

.is-download-item:hover a:hover {
    border: 2px solid var(--orwak-darkgrey);
    background: url(img/download.svg) left center no-repeat var(--orwak-darkgrey);
    background-size: auto 20px;
    background-position: 10px center;
    text-decoration: none;
    }

.is-downloads-row {
    padding: 40px;
    transition: all 0.5s ease;
}

.is-downloads-row:hover {
    background-color: var(--orwak-darkgrey);
    transition: all 0.5s ease;
}

.is-downloads-row .sow-image-container .so-widget-image {
    height: 200px !important;
    width: auto !important;
}

.is-product-header-image .sow-image-container img,
.is-product-header-image .so-widget-sow-hero .sow-slider-image {
    height: 500px !important;
    width: 100%;
    object-fit: cover;
}

.is-product-header-image .widget_sow-image {
  padding: 0 !important;
}

.is-product-title {
    /*margin: -400px 0 0 0;*/
    margin-top: -350px !important;
    position: relative;
    z-index: 100;
    }


.is-product-title h1 {
    font-size: 60px;
    line-height: 54px;
}

.is-product-title .widget_media_image {
    width: 100%;
    margin: 0 auto 0 0;
    }

.is-product-title .sow-slider-image {
    display: flex !important;
    justify-content: center;
    }

.is-product-title .so-widget-image,
.is-product-title .sow-slider-background-image {
    max-height: 500px;
    width: auto !important;
    }

.is-product-headline h1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    min-width: 300px;
    margin: 60px 0 0 0;
    }

.is-product-headline h1 strong {
    display: inline-block;
    background: var(--orwak-orange);
    color: var(--orwak-white);
    font-size: 59px;
    line-height: 59px;
    padding: 15px 0;
    }

.is-product-headline sup,
.sow-slider-image-container sup {
    font-size: 50%;
    margin: 0 -15px 0 0;
    }

.is-product-headline h1 span {
    display: inline-block;
    background: var(--orwak-white);
    font-family: 'Roboto Slab', 'Georgia', serif;
    font-weight: 400;
    padding: 8px 0;
    margin: 3px 0 0 0;
    }

.is-product-headimage {
    padding: 0px 50px 0px 150px;
}

.is-product-usps .panel-grid-cell {
  cursor: pointer;
}

.is-product-usps .panel-grid-cell .sow-icon span {
    transform: scale(1); /* Increase size on hover */
    transition: transform 0.5s ease-in-out; /* Smooth effect */
    }

.is-product-usps .panel-grid-cell:hover .sow-icon span {
    transform: scale(1.4); /* Increase size on hover */
    transition: transform 0.3s ease-in-out; /* Smooth effect */
    }

.is-product-usps p span {
    font-size: 28px;
    }

.panel-grid-cell:not(.panel-grid-cell-empty) .is-product-listing {
    padding: 20px;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    background: transparent;
    transition: all 0.3s ease-in-out; /* Smooth effect */
    }

.panel-grid-cell:not(.panel-grid-cell-empty) .is-product-listing::after,
.panel-grid-cell:not(.panel-grid-cell-empty) .is-product-listing::before {
    content: "";
    position: absolute;
    background-color: black;
    transition: all 0.3s ease-in-out;
    }

.panel-grid-cell:not(.panel-grid-cell-empty) .is-product-listing::after {
    width: 80%;  /* Set border length to 80% */
    height: 2px;
    bottom: 0;
    left: 10%; /* Centers the border */
    transform: scaleX(0); /* Initially hidden */
    }

/* Left Border */
.panel-grid-cell:not(.panel-grid-cell-empty) .is-product-listing::before {
    height: 80%; /* Set border height to 80% */
    width: 2px;
    left: 0;
    bottom: 10%; /* Centers the border */
    transform: scaleY(0); /* Initially hidden */
    }

.panel-grid-cell:not(.panel-grid-cell-empty) .is-product-listing:hover {
    background: linear-gradient(to top, var(--orwak-darkgrey) 0%, var(--orwak-darkgrey) 70%, transparent 70%, transparent 100%);
    color: var(--orwak-white) !important;
    transition: all 0.3s ease-in-out; /* Smooth effect */
    }

.panel-grid-cell:not(.panel-grid-cell-empty) .is-product-listing:hover .widget-title {
    color: var(--orwak-white) !important;
    }


.panel-grid-cell:not(.panel-grid-cell-empty) .is-product-listing .so-widget-image {
    transition: transform 0.3s ease-in-out; /* Smooth effect */
    transform: scale(1); /* Increase size on hover */
    max-width: fit-content;
    }

.panel-grid-cell:not(.panel-grid-cell-empty) .is-product-listing:hover .so-widget-image {
    transition: transform 0.3s ease-in-out; /* Smooth effect */
    transform: scale(1.2); /* Increase size on hover */
    }

/*
    #panel-998-2-0-0 > .panel-widget-style {
      padding: 0px 50px 0px 150px;
    } */


.is-image-tabs .sow-tabs-tab-container {
    padding: 0 !important;
    }

.is-image-tabs .sow-tabs-panel-container {
    background: transparent !important;
    }

.is-image-tabs .sow-tabs-panel {
    padding: 0 30px 30px 30px !important;
    }

.is-image-tabs .sow-tabs-tab {
    font-size: 0 !important;
    border: 2px solid var(--orwak-white);
    margin: 0 0 5px 0 !important;
    padding: 2px !important;
    }

.is-tabs-configurator .sow-tabs-tab {
    font-size: 20px !important;
    font-weight: bold;
    border: 0 !important;
    border-bottom: 2px solid transparent !important;
    padding-bottom: 10px !important;
    }

.is-image-tabs .sow-tabs-tab:hover {
    background: transparent !important;
    border: 2px solid var(--orwak-midgrey) !important;
    }

.is-tabs-configurator .sow-tabs-tab:hover {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid var(--orwak-midgrey) !important;
    }

.is-image-tabs .sow-tabs-tab img {
    width: 60px !important;
    height: auto !important;
    margin: 0 !important;
    }

.is-tabs-configurator .sow-tabs-tab img {
    width: 250px !important;
    height: auto !important;
    margin: 0 !important;
    }

.is-image-tabs .sow-tabs-tab.sow-tabs-tab-selected {
    background: transparent !important;
    border: 2px solid var(--orwak-orange) !important;
    }

.is-tabs-configurator .sow-tabs-tab.sow-tabs-tab-selected {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid var(--orwak-orange) !important;
    }

.is-set-image-height img {
    height: 300px !important;
    width: auto;
    padding: 0 0 40px 0;
    }

.is-set-logos-size img {
    height: 140px !important;
    width: auto;
    padding: 0 35px 25px 0;
    }

.is-contact-widget,
.is-contact-widget * {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
    }

.is-contact-widget {
    position: fixed;
    right: -1000px;
    bottom: 10%;
    z-index: 600;
    width: 140px;
    height: auto;
    }

.is-contact-widget.show-contact {
    right: 0;
    }

@keyframes pulse-shadow {
    0% {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.7);
    }

    70% {
    box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0);
    }

    100% {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    }
}

.is-contact-widget .widget_media_image {
    position: relative;
    border-radius: 50%;
    border: 5px solid var(--orwak-orange);
    width: 110px;
    height: 110px;
    margin: 0 30px 0 0 !important;
    z-index: 605;
    cursor: pointer;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 1);
	  animation: pulse-shadow 2s infinite;
    }

.is-contact-widget .widget_media_image img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    /* border: 2px solid var(--orwak-white); */
    }

.is-contact-widget .widget_siteorigin-panels-builder {
    position: absolute;
    right: -1000px;
    bottom: 70px;
    background: var(--orwak-white);
    padding: 30px 30px 60px 30px !important;
    margin: 0 !important;
    box-shadow: 0px 0px 30px 6px rgba(0, 0, 0, 0.4);
    width: 450px;
    }

    /*.is-contact-widget .is-contact-widget-content*/

.is-contact-widget:hover .widget_siteorigin-panels-builder,
.is-contact-widget.active .widget_siteorigin-panels-builder {
    right: 0;
    }

.is-contact-widget:hover .widget_media_image {
    box-shadow: 0px 0px 0px 0px transparent;
    animation-play-state: paused;
    }

.is-contact-widget .widget_custom_html h4 {
    margin: 0;
    }

.is-contact-widget .widget_custom_html p {
    margin: 0 0 15px 0;
    }

.is-contact-widget .widget_custom_html a[href^="tel:"],
.main-menu a[href^="tel:"],
a.phone {
    background: url(img/phone-black.svg) left center no-repeat;
    background-size: 20px 20px;
    color: var(--orwak-black);
    padding: 0 0 0 35px;
    }

.is-contact-widget .widget_custom_html a[href^="mailto:"],
.is-contact-widget .widget_custom_html a[href^="javascript:;"],
.main-menu a[href^="mailto:"],
.main-menu a[href^="javascript:;"],
a.mail {
    background: url(img/mail-black.svg) left center no-repeat;
    background-size: 20px 20px;
    color: var(--orwak-black);
    padding: 0 0 0 35px;
    }

.main-menu a[data-icon*="contactform"] {
    background: url(img/contactform-black.svg) left center no-repeat;
    background-size: 20px 20px;
    color: var(--orwak-black);
    padding: 0 0 0 35px;
    }

.main-menu a[data-icon*="contactperson"] {
    background: url(img/contactperson-black.svg) left center no-repeat;
    background-size: 20px 20px;
    color: var(--orwak-black);
    padding: 0 0 0 35px;
    }

.is-contact-widget .active {
    right: 0;
    }

.is-contact-widget .widget_custom_html a:hover {
    color: var(--orwak-orange);
    text-decoration: none;
    }

.is-contact-widget .download-message {
    padding: 20px 0 20px 0;
    margin: 0 0 40px 0;
    border-bottom: 2px solid #f00;
    }

.is-contact-widget .download-message strong {
    padding: 0 0 5px 0;
    }

.is-contact-widget .download-message p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    }

.is-scrolltop-widget {

}

.is-scrolltop-widget,
.is-scrolltop-widget * {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
    }

.is-scrolltop-widget {
    position: fixed;
    left: -1000px;
    bottom: 20px;
    z-index: 600;
    background-color: var(--orwak-lightgrey);
    border: 1px solid var(--orwak-lightgrey);
    padding: 0px 10px 5px 10px;
    }

.is-scrolltop-widget::after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--orwak-midgrey);
    }

.is-scrolltop-widget:hover {
    background-color: var(--orwak-orange);
    border: 1px solid var(--orwak-orange);
    }

.is-scrolltop-widget:hover::after {
    border-bottom: 10px solid var(--orwak-white);
    }

.is-scrolltop-widget.show-scrolltop {
    left: 20px;
    }

.is-icon-widget h2 {
	font-size: 28px;
}

.is-icon-widget img {
	height: 100px;
	width: auto;
	padding-bottom: 20px;
}

.is-notfound {
    background: var(--orwak-orange);
    color: var(--orwak-white);
    }

.is-notfound * {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
    }

.is-notfound .is-content-header {
  background: url() no-repeat;
  background-size: cover;
  background-position-y: -110px;
  width: 100%;
  height: 50vh;
  padding-bottom: 0;
}


.is-notfound h1 {
    color: var(--orwak-white);
    }

.notfound-content {
    padding: 10vh 0 30vh 0;
    }

.notfound-button a {
    display: inline-block;
    margin: 30px 0 0 0;
    padding: 0.7em 1.7em;
    background: transparent;
    border: 2px solid var(--orwak-white);
    color: var(--orwak-white);
    text-decoration: none;
    }

.notfound-button a:active,
.notfound-button a:hover {
    color: var(--orwak-black);
    border: 2px solid var(--orwak-black);
    }

.is-has-overlay {
    position: relative;
    }

.is-has-overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    }

.is-has-overlay-blue::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,159,227,0.5);
    }

.is-has-overlay div {
    z-index: 50;
    }

.panel-row-style,
.panel-widget-style {
      scroll-margin-top: 120px;
    }


.so-premium-image-overlay {
  background-color: var(--orwak-lightgrey);
}


.is-button-buy .so-widget-sow-button a {
  font-weight: 900;
  font-size: 1.15em;
  min-width: 400px;
  height: 60px;
}



/*----------------------------------------------------------------------
Product filter (categoriesloop
----------------------------------------------------------------------*/

#filter-nav {
  width: 100%;
}

/* Container mit zweizeiliger Struktur */
#filter-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Erste Zeile: Hauptkategorien nebeneinander */
#filter-main-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Zweite Zeile: Unterkategorien jeweils untereinander */
#filter-main-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* Einzelner Block mit Haupt- und Unterkategorie */
.filter-block {
  display: contents; /* Wichtig: unterteilt block intern */
}

.main-filter {
  background: var(--orwak-darkgrey);
  color: var(--orwak-white);
  padding: 14px 24px;
  font-size: 24px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.4s;
}

.main-filter:hover,
.main-filter.is-active {
  background: var(--orwak-orange);
  color: var(--orwak-white);
}

.sub-group {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.sub-group.is-visible {
  opacity: 1;
  max-height: 600px; /* ausreichend für viele Elemente */
}


.sub-filter {
  background: var(--orwak-lightgrey);
  color: var(--orwak-midgrey);
  padding: 10px 16px;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.5s, color 0.5s;
}

.sub-filter:hover,
.sub-filter.is-active {
  background: var(--orwak-orange);
  color: #fff;
}


.sub-sub-group {
  width: 100%;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  list-style: none !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.sub-sub-group.is-visible {
  opacity: 1;
  max-height: 400px; /* genug Platz für mehrere Zeilen */
  margin-top: 10px;
}


.sub-sub-filter {
  background: var(--orwak-lightgrey);
  color: var(--orwak-midgrey);
  padding: 8px 14px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.5s, color 0.5s;
}

.sub-sub-filter:hover,
.sub-sub-filter.is-active {
  background: var(--orwak-orange);
  color: #fff;
}


#filter-main-subsub {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}


.category-description {
  width: 100%;
  padding: 20px;
}

/*----------------------------------------------------------------------
Solutions-Menu
----------------------------------------------------------------------*/

#solutions-overlay,
#solutions-overlay * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }

#solutions-overlay.before-header-active {
    margin-top: 30px !important;
}

#solutions-overlay {
    position: fixed;
    width: 100%;
    height: 0;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--orwak-white);
    z-index: 650;
    overflow-y: auto;
    }

#solutions-overlay.solution-active {
    height: calc(100% - 100px);
    min-height: fit-content;
    top: 100px;
    border-top: 3px solid var(--orwak-lightgrey);
    background-color: rgba(0, 0, 0, 0.7);
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    }

.get-sticky.menu-solutions-active #solutions-overlay.solution-active {
    height: calc(100% - 100px);
    top: 100px;
    }

.solutions-menu {
  /*  margin: 30px 0 0 0; */
    background: var(--orwak-white);
    padding: 30px 0 0 0;
    hyphens: auto;
    height: 160vh;
    }

.solutions-menu img {
    height: auto;
    width: auto;
    max-width: 160px;
    max-height: 160px;
    }

/* .solutions-menu .menu-item-img {
    display: block;
    margin: -15px -15px 10px -15px;
    } */

.solutions-menu ul ul ul a.type-blog {
    padding: 0;
    }

.solutions-menu ul ul ul a .title-blog {
    display: block;
    padding: 0 10px;
    }

.solutions-menu ul ul ul a .date {
    padding: 0 15px;
    }

/* .solutions-menu ul ul ul .menu-item-img {
    min-height: 160px;
    } */

.solutions-menu ul ul ul .menu-item-img.type-blog {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

.solutions-menu ul ul ul .menu-item-img.type-blog {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 160px;
}

.solutions-menu ul ul ul .menu-item-img.type-blog img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Make the image cover the container */
    display: block; /* Remove any whitespace around the image */
    position: absolute;
    top: 0;
    left: 0;
}

.solutions-menu ul {
  list-style: none;
  width: 300px;
  position: relative;
  hyphens: auto;
  word-wrap: break-word;
}

.solutions-menu ul:first-child {
  border-right: 3px solid var(--orwak-lightgrey);
  padding: 20px 0 4px 0;
}

.solutions-menu .wrapper > ul li:hover {
  border-right: 3px solid var(--orwak-orange);
}

.solutions-menu ul ul {
    min-width: 935px;
    position: absolute;
    top: 0;
    left: 300px;
    padding: 0 0 0 30px;
    }

.solutions-menu ul ul ul {
    min-width: 875px;
    position: relative;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 10px 0 60px 0;
    }

.solutions-menu ul li {
    /* border-right: 3px solid transparent; */
    margin: 0 -3px 20px 0;
    }


.solutions-menu ul:first-child > li > a:hover {
    color: var(--orwak-orange);
    text-decoration: none;
    }

.solutions-menu ul:first-child > li.is-cat-child > a  {
    padding: 10px 30px;
    }

.solutions-menu ul:first-child > li.is-direct-link > a {
    color: var(--orwak-smokegrey);
    }

.solutions-menu ul li a {
    display: block;
    color: var(--orwak-black);
    font-weight: 700;
    line-height: 23px;
    text-decoration: none;
    }

.solutions-menu ul li a:hover {
    color: var(--orwak-orange);
    text-decoration: none;
    }

.solutions-menu ul li li {
    border: 0px solid transparent;
    display: none;
    margin: 15px;
    }

.solutions-menu ul li li.menu-full-width-item {
    margin-bottom: 60px;
    }

.solutions-menu ul li li.menu-full-width-item .item-content {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 80px;
      width: 100%;
    }

.solutions-menu ul li li.menu-full-width-item .item-content-left {
      flex: 1;
    }

.solutions-menu ul li li.menu-full-width-item .item-content-right {
      max-width: 200px;
    }

.solutions-menu ul li li.menu-full-width-item .menu-item-img img {
      width: 100%;
      height: 90% !important;
    }

.solutions-menu ul li li li .menu-item-img {
      /* width: 100%; */
      display: inherit;
      margin: -15px -15px 10px -15px;
    }

.solutions-menu ul li li li .menu-item-img.type-blog {
      margin: 0;
    }

.solutions-menu ul li li [class*="orwakredsimple"] .ow-button-base a {
  margin-top: 20px;
  box-sizing: border-box;
  font-size: 0.9em;
  padding: 0.5em 1.4em;
  background: var(--orwak-white);
  border: 2px solid var(--orwak-orange);
  color: var(--orwak-orange);
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
}
.ow-button-base a [class^="sow-icon-"] {
  line-height: 1;
}

.solutions-menu .ow-button-base a [class^="sow-icon-"] {
  line-height: 1.5;
}

.solutions-menu ul li:hover {
   border-right: 3px solid var(--orwak-orange);
    }

.solutions-menu ul li:hover a {
    color: var(--orwak-orange);
    }

.solutions-menu ul li li a {
    background: url(img/menu-arrow-right.svg) no-repeat right center;
    background-size: 18px 18px;
    padding: 0 30px 0 0;
    display: inline;
    }

.solutions-menu ul li:hover li a {
    color: var(--orwak-black);
    }

.solutions-menu ul li:hover li a:hover {
    color: var(--orwak-orange);
    }

.solutions-menu ul li:hover li li a:hover {
    color: var(--orwak-black);
    }

.solutions-menu ul ul li:hover,
.solutions-menu ul ul ul li:hover {
    border-right: 0px solid transparent;
    }

.solutions-menu ul li li li {
    border: 0px solid transparent;
    display: inline-block;
    width: 160px;
    text-align: center;
    margin: 0 15px 15px 0;
    vertical-align: top;
    }

.solutions-menu ul li li li a,
.solutions-menu ul li:hover li li a {
    display: block;
    border-bottom: 3px solid transparent;
    padding: 15px;
    font-weight: 400;
    color: var(--orwak-black);
    background: transparent;
    }

.solutions-menu ul li:hover li li a.type-blog {
    padding: 0px;
    }

.solutions-menu ul li li li a:hover,
.solutions-menu ul li li li.current-menu-item a {
    background: var(--orwak-lightgrey);
    border-bottom: 3px solid var(--orwak-orange);
    color: var(--orwak-black);
    }

.solutions-menu ul li li li a img {
  transform: inherit;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.solutions-menu ul li li li a:hover img {
  transform: inherit;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.solutions-menu ul li li li.current-menu-item.menu-item-is-productfamily a {
    background: var(--orwak-lightgrey);
    border-bottom: 3px solid transparent;
    }

.solutions-menu ul li li li.current-menu-item.menu-item-is-productfamily {
    background: var(--orwak-lightgrey);
    border-bottom: 3px solid var(--orwak-orange);
    color: var(--orwak-smokegrey);
    font-size: 18px;
    }

.solutions-menu  ul li li li .date {
      display: block;
      font-size: 14px;
      color: var(--orwak-midgrey);
    }

.solutions-menu .menu-item-description,
.solutions-menu ul li.is-cat-child > a {
    color: var(--orwak-smokegrey);
    font-size: 18px;
    font-weight: normal;
    }

.solutions-menu ul:first-child > li.is-cat-child > a {
  display: none !important;
}

/* .solutions-menu ul li.is-cat-child {
    padding: 5px 0 5px 0;
    } */

.solutions-menu .is-double-row > a {
    word-spacing: 100vw;
    }

.solutions-menu ul li.is-cat-title > .menu-item-description,
.solutions-menu ul li.is-cat-child > .menu-item-description {
  display:none;
}

.solutions-menu .menu-item-block .menu-item-description {
  display: block;
}

.solutions-menu ul li li.menu-full-width-item .menu-item-description {
  display: block !important;
  font-size: 16px;
  /* font-weight: normal; */
}

.solutions-menu li.menu-full-width-item > a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  background: none !important;
}

.solutions-menu li.menu-full-width-item > a .menu-item-img {
  height: auto;
  min-height: auto;
}

.solutions-menu li.menu-full-width-item.button > a {
  display: none;
}


.solutions-menu .menu-title-big-red > a  {
    font-size: 44px;
    color: var(--orwak-orange) !important;
}

.solutions-menu .ow-button-base a {
    display: block;
    color: var(--orwak-orange) !important;
    width: fit-content;
}

.solutions-menu .ow-button-base a:hover {
    color: var(--orwak-orange) !important;
}



.solutions-menu .firstlevel-active > a,
.solutions-menu li.active-js > a {
    color: var(--orwak-orange) !important;
    text-decoration: none;
}

.solutions-menu li.active-js > a,
.solutions-menu li.active-js > a:hover {
  color: var(--orwak-orange) !important;
  text-decoration: none;
  padding-left: 40px !important;
  background: url(img/menu-arrow-left.svg) 10px 18px no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: 18px 18px;
}


.menu-close {
    background: url(img/menu-close.svg) no-repeat center center;
    background-size: 24px 24px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 30px;
    z-index: 950;
    }

.menu-close:hover {
    transform: rotate(180deg);
    }

.menu-close button {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    }

.activeMenu {
    display: block !important;
    }

.solutions-menu .menu-item-is-productfamily {
    padding: 25px 0;
    background: var(--orwak-lightgrey);
}

.solutions-menu ul li:hover li .menu-item-is-productfamily a:hover {
    border-bottom: 3px solid transparent;
}

.menu-item-is-productfamily .menu-item-description {
    display: inline-block;
    background: var(--orwak-midgrey);
    color: var(--orwak-white);
    width: 100%;
    padding: 5px 0;
    cursor: pointer;
    hyphens: initial;
}

.menu-item-is-productfamily:hover .menu-item-description {
    background: var(--orwak-orange);
}

.menu-item-is-productfamily .menu-item-img {
    display:none;
}


/*----------------------------------------------------------------------
Footer
----------------------------------------------------------------------*/

footer {
    background: var(--orwak-darkgrey);
    color: var(--orwak-smokegrey);
    font-size: 14px;
    }

footer small {
    font-size: 14px;
    }

footer a {
    color: var(--orwak-smokegrey);
    }

footer a:hover {
    color: var(--orwak-orange);
    text-decoration: none;
    }

footer ul {
    list-style: none;
    }

footer address {
    font-style: normal;
    color: var(--orwak-white);
    line-height: 1.4;
    /* margin: 30px 0; */
    }

.footer-logo {
    display: block;
    width: 140px;
    height: 140px;
    margin: -45px 0 20px 0;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    background: var(--orwak-logo-grey) left center no-repeat;
    /* var(--orwak-logo-grey) */
    background-size: contain;
    }

.footer-logo a {
    display: block;
    width: 140px;
    height: 140px;
    }

.footer-main {
    padding: 45px 0 15px 0;
    }

.footer-contact {
    width: 20%;
    min-width: 232px;
    }

.footer-navigation {
    margin: 115px 0 0 0;
    width: 80%;
    }

.footer-navigation div ul,
.footer-navigation .list .panel-grid-cell {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    }

.footer-navigation div ul li {
    width: calc(25% - 30px);
    margin: 0 0 30px 30px;
    }

.footer-navigation .custom-html-widget {
    /* margin: 0 0 30px 30px; */
    }

.footer-navigation div ul li a {
    font-weight: 700;
    color: var(--orwak-white);
    font-size: 16px;
    text-decoration: none;
    }

.footer-navigation div ul li li {
    width: 100%;
    margin: 0;
    }

.footer-navigation div ul li li a {
    font-weight: 400;
    font-size: 14px;
    color: var(--orwak-smokegrey);
    }

.footer-navigation div ul li li a:hover {
    color: var(--orwak-orange);
    }

.footer-navigation .social-media-links a {
    text-decoration: none;
}

.footer-navigation .social-media-links a .dashicons {
    font-size: 36px;
    padding-right: 42px;
}

.footer-navigation .social-media-links a .dashicons-linkedin {
    color: #0a66c2;
}

.footer-navigation .social-media-links a .dashicons-youtube {
    color: #ff0000;
}

.footer-navigation .social-media-links a .dashicons-facebook {
    color: #4267B2;
}

.footer-meta {
    background: var(--orwak-deepgrey);
    padding: 30px 0;
    }

.footer-meta small {
    width: 33.33%;
    }

.footer-is-imprint-menu {
    width: 66.66%;
    display: block;
    text-align: right;
    }

.footer-meta li {
    display: inline-block;
    margin: 0 0 0 30px;
    }


/*----------------------------------------------------------------------
Popup
----------------------------------------------------------------------*/
.is-center-popup {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgba(var(--orwak-darkgrey-rgba)) !important;
  align-items: center;
  backdrop-filter: blur(5px);
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.is-center-popup.active {
  visibility: visible;
  opacity: 1;
}

.is-center-popup > .panel-grid-cell {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%; /* Set the width to 80% of the screen */
  max-width: 900px; /* Optional: Set a maximum width if needed */
  border-radius: 10px;
  /* box-shadow: 1px 27px 20px -5px rgba(0, 0, 0, 0.18); */
  z-index: 999;
}

.is-center-popup.active > .panel-grid-cell::before {
  display: flex;
  position: relative;
  justify-content: flex-end;
  top: 0;
  left: 0;
  cursor: pointer;
  font-size: 28px;
  color: var(--orwak-white);
  content: '✕';
}

.is-center-popup.active > .panel-grid-cell::before:hover {
  font-size: 34px;
  color: var(--orwak-black);
}

.is-center-popup form br {
  display: none;
}

.is-center-popup form span[data-name="gdpr"] {
  width: 100%;
  display: block;
}

.is-center-popup input,
.is-center-popup .wpcf7-textarea {
  max-height: 140px;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 12px;
}

.is-center-popup .wpcf7-not-valid-tip {
  font-size: 18px;
  line-height: 1;
  padding: 0 0 10px 0;
  color: var(--orwak-white);
}

.form-two-columns,
.form-two-columns p {
  display: flex;
  gap: 10px;
  width: 100%;
}

.form-half-column {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.form-column {
  width: calc(50% - 60px);
  box-sizing: border-box;
}

.is-centerpop-button-bottom {
    position: fixed;
    bottom: -500px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    z-index:500;
    cursor: pointer;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.is-centerpop-button-bottom .panel-grid-cell {
    width: auto !important;
    cursor: pointer;
}

.is-centerpop-button-bottom.active {
  bottom: 0px;
}

.is-centerpop-button-bottom.active:hover {
  bottom: 10px;
}

.is-centerpop-button-left {
  position: fixed;
  top: 50%;
  left: -500px;
  transform: translateY(-50%) translateX(-40%) rotate(-90deg);
  transform-origin: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 500;
  cursor: pointer;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.is-centerpop-button-left.active {
  left: 0;
}

.is-centerpop-button-left.active:hover {
  left: 10px;
}

.is-centerpop-button-right {
  position: fixed;
  top: 50%;
  right: -500px;
  transform: translateY(-50%) translateX(40%) rotate(-90deg);
  transform-origin: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 500;
  cursor: pointer;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.is-centerpop-button-right.active {
  right: 0;
}

.is-centerpop-button-right.active:hover {
  right: 10px;
}


.popupcontainer,
.embedpopupcontainer {
    position: fixed;
    display:flex;
    flex-wrap: column;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color: rgba(0,0,0,0.5);
    z-index:1000;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.popupcontainer .menu-close {
    margin: 5px 5px 0 0;
    background-size: 16px 16px;
    align-self: flex-end;
    margin-bottom: auto !important;
}

.embedpopupcontainer .menu-close  {
    margin: none;
    /*background-size: 16px 16px;*/
}

.not-active {
    display: none;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.popupcontainer-inner {
    display: flex;
    align-items: center;
    justify-content:space-between;
    width: 90%;
    max-width: 850px;
    background-color: var(--orwakpopup-bg-color);
    background-position: 200px;
    color: var(--orwakpopup-text-color);
    background-size: cover;
    box-shadow: 0px 0px 30px 6px rgb(0 0 0 / 40%);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.embedpopupcontainer-inner {
    display: flex;
    align-items: center;
    justify-content:space-between;
    width: 90%;
    max-width: 1024px;
    background-color: var(--orwakpopup-bg-color);
    background-position: 200px;
    color: var(--orwakpopup-text-color);
    background-size: cover;
    box-shadow: 0px 0px 30px 6px rgb(0 0 0 / 40%);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }


.popup-message {
    align-self: flex-start;
    width: 30%;
    background-color: var(--orwakpopup-bg-color);
    padding: 15px 15px;
    font-size: 18px;
    text-align: left;
}

.popup-message p {
    padding: 20px 0;
}

.popupcontainer-inner .menu-close {
    position: inherit;
    width: 30px;
    font-size: 20px;
    color: var(--orwakpopup-text-color);
    align-self: flex-end;
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
}

.popupcontainer-inner img {
    width: 100%;
}

.popupcontainer-inner .popup-buttons {
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-between;
}

.popupcontainer-inner .accept {
    background-color: var(--orwakpopup-bg-color);
    border: none;
    border-radius: 5px;
    width: 200px;
    padding: 14px;
    font-size: 16px;
    color: var(--orwakpopup-text-color);
    box-shadow: 0px 6px 18px -5px rgba(237, 103, 85, 1);
}

.popupcontainer-inner [class*="orwakbase"] {
    margin-bottom: 10px;
}

.popupcontainer-inner [class*="orwakbase"] .ow-button-base a {
  box-sizing: border-box;
  font-size: 1em;
  padding: 0.7em 1.7em;
  background: transparent;
  border: 2px solid var(--orwakpopup-text-color);
  color: var(--orwakpopup-text-color);
}

.popupcontainer-inner [class*="orwakbase"]:hover > .ow-button-base a {
  box-sizing: border-box;
  font-size: 1em;
  padding: 0.7em 1.7em;
  background: var(--orwakpopup-text-color);;
  border: 2px solid var(--orwakpopup-text-color);
  color: var(--orwakpopup-bg-color);
}


/*----------------------------------------------------------------------
Banner Top Popup
----------------------------------------------------------------------*/

.banner-top-popupcontainer {
    position: fixed;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width:100%;
    height: 40px;
    top:0;
    left:0;
    background-color: #ff0000;
    color: white;
    font-size: 16px;
    line-height: 16px;
    transition: all 1s ease;
    z-index: 700;
    margin-top: -40px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}


.banner-top-popupcontainer.active {
  margin-top: 0px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}


.banner-top-popupcontainer img {
    height: 30px;
    width: auto;
    padding: 20px 80px 20px 0;
}

.banner-top-popupcontainer .menu-close {
    margin: 5px 40px 0 0;
    background-size: 16px 16px;
}

.close-white {
    background: url(img/menu-close-white.svg) no-repeat center center;
}

.header-drop-active {
    top: 40px !important;
}

.solutions-overlay-drop-active {
    top: 179px !important;
}


/*----------------------------------------------------------------------
Loading Configurator spinner
----------------------------------------------------------------------*/


.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid var(--orwak-orange);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--orwak-orange) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




/*----------------------------------------------------------------------
Widget Postal Codes
----------------------------------------------------------------------*/
#postcodesalessearch{
 margin: 0 0 20px 0;
}

.widget-postcodessales .selection-content {
    padding: 100px 40px 40px 350px;
}

select,
.widget-postcodessales .select2-container--default .select2-selection--single {
    font-size: 18px;
    border: 0;
    border-radius: 0px;
    border-bottom: 1px solid var(--orwak-orange);
    background-color: var(--orwak-lightgrey);
    padding: 10px;
    height: 50px;
    width: auto;
    min-width: 260px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f00 !important;
}


/*
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}*/


.select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-width: 10px 10px 0 10px !important;
      margin-left: -15px !important;
      margin-top: 6px !important;
}

.select2-search__field,
.select2-results__options,
.select2-results__option--selectable,
.select2-results__option,
.select2-results__message {
  font-size: 0.9em;
}

.select2-dropdown {
  margin: 20px 0 0 0;
  width: auto;
  min-width: 200px;
  padding: 5px;
  border: none !important;
  border-radius: 0 !important;
  background-color: var(--orwak-lightgrey);
  min-width: 300px;
  top: -70px;
  box-shadow: 0px 19px 27px 0px rgba(0,0,0,0.6);
  padding: 20px;
}

.select2-dropdown--below {

}

.select2-search--dropdown .select2-search__field {
  border-bottom: 2px solid var(--orwak-orange) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--orwak-smokegrey);
}

.is-contact-widget .widget_media_image.highlight {
  animation: highlight-shadow 1s infinite;
  animation-iteration-count: 1;
}

@keyframes highlight-shadow {
    0% {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    }

    80% {
    box-shadow: 0px 0px 0px 600px rgba(0, 0, 0, 0.3);
    }

    100% {
    box-shadow: 0px 0px 0px 800px rgba(0, 0, 0, 0);
    }
}

.button-small {
  font-size: 0.8em !important;
}


.is-contact-widget .widget_custom_html.active-search {
  right: 0 !important;
}


.smalltext {
  font-size: 18px;
}

.is-contact-widget .custom-html-widget .settings {
  float: right;
  display: none;
  transform: translateY(-10px);
  color: var(--orwak-black);
}

.is-contact-widget .custom-html-widget .settings:hover {
  color: var(--orwak-orange);
}



/* Hover-Animation for Contact Page picture */

.set-contact {
  position: relative;
  cursor: pointer;
}

.set-contact .sow-image-container .so-widget-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.set-contact-overlay {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.set-contact:hover .sow-image-container .so-widget-image {
  opacity: 0.3;
}

.set-contact:hover .sow-image-container .set-contact-overlay {
  opacity: 1;
}





/* Show or hide widget-postcodessales if cookie is set / or not */
.hide {
  transition: .5s ease;
  display: none;
}





/*----------------------------------------------------------------------
BorlabsCookie
----------------------------------------------------------------------*/
.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn {
    border-radius: 0 !important;
  	font-size: 20px;
    background: var(--orwak-orange) !important;
}

.BorlabsCookie ._brlbs-video-youtube a._brlbs-btn:hover {
    background: var(--orwak-white) !important;
    color: var(--orwak-orange) !important;
}



/*----------------------------------------------------------------------
Blog Post Artikel (CPT)
----------------------------------------------------------------------*/
.backtoblogoverview {
  background-image: url('https://downloads.orwak.com/Contents/Brand/ORWAK-About-us-Think-big-Act-small.jpg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  height: 50px;
  padding: 80px;
  max-width: 1120px;
  margin: 0 auto;
}

.is-blog-post .panel-grid:nth-of-type(2) {
  z-index: 100;
  position: relative;
  background-color: var(--orwak-white);
  padding: 80px 80px 0 80px;
  margin-top: -400px;
  min-height: 240px;
}

.is-blog-post-info {
  padding: 0 40px 40px 40px;
}

.is-blog-post-info img {
  max-width: 110px;
}

.is-blog-content-list li{
  line-height: 40px;
}

.product-archive-loop {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  box-sizing: border-box;
}

/* Base panel style */
.product-archive-loop .panel-50 {
  flex: 1 1 calc(16.66% - 20px); /* grow, shrink, basis */
  max-width: calc(16.66% - 20px);
  box-sizing: border-box;
  min-width: 100%; /* optional: to prevent shrinking too much */
}

/* 4 per row max */
@media (max-width: 1280px) {
  .product-archive-loop .panel-50 {
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}

/* 2 per row max */
@media (max-width: 768px) {
  .product-archive-loop .panel-50 {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

/* 1 per row */
@media (max-width: 480px) {
  .product-archive-loop .panel-50 {
    flex: 1 1 100%;
    max-width: 100%;
  }
}






.blog-archive-loop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	max-width: 1280px;
	margin: 0 auto;
}

.blog-archive-loop .panel-50:nth-of-type(2n+1) {
  flex-basis: calc(50% - 20px );
  margin: 0 0 20px 0;
  flex-grow: 1;
}

.blog-archive-loop .panel-50:nth-of-type(2n) {
  flex-basis: calc(50% - 20px );
  margin: 0 0 20px 20px;
  flex-grow: 1;
}

.blog-archive-loop .panel-33 {
  flex-basis: calc(33.333% - 13.33px);
  margin-bottom: 20px;
  flex-grow: 1;
}

.blog-archive-loop .panel-33:nth-of-type(3n+1) {
  margin-right: 0;
}

.blog-archive-loop .panel-33:nth-of-type(3n+2) {
  margin-left: 20px;
  margin-right: 0;
}

.blog-archive-loop .panel-33:nth-of-type(3n) {
  margin-left: 20px;
}



.blog-archive-loop .sow-cta-base a,
.blog-archive-loop .sow-cta-base a .sow-cta-text {
  text-decoration: none;
  color: var(--orwak-white);
}


.blog-archive-loop .is-hover-teaser .sow-cta-subtitle {
  font-weight: normal;
}

#blog-pagination {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.pagination a {
  padding: 0.7em 1.7em;
  background-color: var(--orwak-orange);
  color: var(--orwak-white);
  border: 2px solid transparent;
  text-decoration: none;
}

.pagination a:hover {
  background-color: var(--orwak-white);
  color: var(--orwak-orange);
  border: 2px solid var(--orwak-orange);
}

.is-content-slider .panel-grid-cell-content {
  background: var(--orwak-orange);
  padding: 60px 20px 40px 20px;
  margin: -100px 0 0 -50px;
  color: var(--orwak-white);
}

.blog-loop-slider-image a {
  color: var(--orwak-white);
  display: inline-block;
  width: 100%;
  min-width: 460px;
}

.blog-loop-slider-image a:hover {
  border: none;
}

.blog-loop-slider-image img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
}

.blog-loop-slider-simple-image
{
  width: 100%;
}


.blog-loop-slider .is-content-slider {
  box-shadow: none;
  min-height: 500px;
}

.is-blog-post .is-content-slider .panel-layout {
	box-shadow: none;
}

.blog-loop-slider .is-content-slider .panel-layout {
  	box-shadow: none;
}

.blog-shadow {
  background: #fff;
	/* box-shadow: 0px 0px 20px 6px rgba(200, 200, 200, 0.5) !important; */
  /* padding: 60px 80px;
  margin: 30px 60px; */
}

.ow-button-base a {
  text-decoration: none;
}

.is-blog-aside {
    display:flex;
    flex-wrap: no-wrap;
    justify-content: center;
    position: fixed;
    top: 18vh;
    width: 70px;
    padding: 5px;
    background-color: var(--orwak-lightgrey);
}

.bottom-blog-single {
  display: flex;
  flex-wrap: row wrap;
  justify-content: space-around;
  width: 100%;
}

.post-details-cat,
.post-details-tag {
    font-size: 18px;
  margin-bottom: 20px;
    text-decoration: none;
}

.post-details-cat a[rel=tag] {
  text-transform: uppercase;
}

.post-details-cat a[rel=tag],
.post-details-tag a[rel=tag] {
  display: inline-block;
  padding: 0.3em 1.3em;
  margin: 0.2em 0;
  color: var(--orwak-black);
  text-decoration: none;
  border: 1px solid var(--orwak-midgrey);
}

.post-details-tag a[rel=tag]::before {
  content: "#";
}

.postdetails a[rel=tag]:hover {
  background-color: var(--orwak-midgrey);
  color: var(--orwak-white);
}

/*----------------------------------------------------------------------
Social Icons
----------------------------------------------------------------------*/
.blog-social-icons {
  display:flex;
  flex-wrap: wrap ;
  align-items: flex-start;
  margin-bottom: 10px;
}

.blog-social-icons .-linkback .dashicons {
  color: var(--orwak-orange) !important;
}

.blog-social-icons a span.dashicons {
  font-size: 30px !important;
  color: var(--orwak-black) !important;
  padding: 15px;
  cursor: pointer;
}

.blog-social-icons a:hover span.dashicons {
  color: var(--orwak-orange) !important;
}




/*----------------------------------------------------------------------
Scroll position
----------------------------------------------------------------------*/

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 4px;
  background: var(--orwak-lightgrey);
  display: none;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 4px;
  background: var(--orwak-orange);
  width: 0%;
}

.progress-container-show {
  display: block;
}


/*----------------------------------------------------------------------
News Loop
----------------------------------------------------------------------*/


.news-archive-loop {
  /* display: grid; */
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
	margin: 0 auto;
}

.loop-news-item {
  border-top: 8px solid transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.loop-news-item:hover {
  border-top: 8px solid var(--orwak-orange);
}

.loop-news-item h3,
.loop-news-item p {
  color: var(--orwak-black);
}

.loop-news-item small {
  font-size: 16px;
}

.loop-news-item:hover a {
  text-decoration: none !important;
}

.loop-news-item:hover h3 {
  color: var(--orwak-orange);
}

.loop-news-item .news-image {
  width: auto;
  min-width: 240px;
	height: 340px;
  margin: 0 0 20px 0;
	overflow: hidden;
}

.loop-news-item .news-image img {
  -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
  transform: scale(1);
}

.loop-news-item:hover .news-image img {
  transform: scale(1.05);
}

.loop-news-item {
  width: 100%;
  flex-grow: 1;
  font-size: 18px;
  padding-bottom: 40px;
}

.loop-news-item img {
  width: 100%;
  min-height: 350px;
  object-fit: cover;
}

.loop-news-item .so-widget-sow-button {
  margin-top: 20px;
}

.pagination a,
.pagination .page-numbers.current {
  padding: 0.7em 1.7em;
  background-color: var(--orwak-white);
  color: var(--orwak-orange);
  border: 2px solid var(--orwak-orange);
  text-decoration: none;
}

.pagination a:hover,
.pagination .page-numbers.current {
  background-color: var(--orwak-orange);
  color: var(--orwak-white);
  border: 2px solid transparent;

}


/*----------------------------------------------------------------------
Simple Tab Styles
----------------------------------------------------------------------*/

.sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content {
  font-size: 16px;
}

.simple-tabs .widget-title {
  margin-bottom: 80px !important;
  font-size: 58px !important;
  line-height: 60px !important;
}

.simple-tabs .sow-tabs .sow-tabs-tab-container {
  background: none !important;
  padding: 0 !important;
  color: var(--orwak-black) !important;
  border-bottom: 3px solid var(--orwak-lightgrey) !important;
}

.simple-tabs .sow-tabs .sow-tabs-panel-container {
  padding: 120px 0 80px 40px !important;
  background: none !important;

}

.simple-tabs .sow-tabs .sow-tabs-panel-container .sow-tabs-panel .sow-tabs-panel-content {
    font-size: 20px !important;
}

.simple-tabs .sow-tabs .sow-tabs-panel-container .sow-tabs-panel{
  padding: 0 !important;
}

.simple-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
  background: none !important;
  color: var(--orwak-midgrey) !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  border-bottom: 4px solid transparent !important;
}

.simple-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab.sow-tabs-tab-selected,
.simple-tabs .sow-tabs .sow-tabs-tab-container .sow-tabs-tab:hover {
  background: none !important;
  color: var(--orwak-black) !important;
  border-bottom: 4px solid var(--orwak-orange) !important;
}

.has-margin-small {
  margin-bottom: 0.5rem;
}






/* General table styling */
main table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
}

/* Table header styling */
main th, main td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}

/* Alternating row colors */
main tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* Table header styling */
main th {
    background-color: #4CAF50;
    color: white;
}

/* Table row styling */
main tr:hover {
    background-color: #f5f5f5;
}





/*----------------------------------------------------------------------
Solutions Focus Content IFAT 2024
----------------------------------------------------------------------*/


.is-overview-topics,
#content-topics .content-topic-single.active {
  scale: 1;
  transition: max-height 0.5s ease-in;
}


.is-overview-topics .panel-grid-cell .so-panel {
  height: 50vh;
  margin: 0 !important;
  padding: 0 !important;
}


.is-overview-topics .panel-grid-cell .so-panel .panel-widget-style {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.is-overview-topics .panel-grid-cell {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.is-overview-topics .panel-grid-cell::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.0);
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.is-overview-topics .panel-grid-cell:hover::before {
  background-color: rgba(var(--orwak-orange-rgb), 0.5);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.is-overview-topics .panel-grid-cell h2 {
  position: relative;
  z-index: 2;
}

.is-overview-topics .panel-grid-cell {
  margin-bottom: 0 !important;
}

.is-overview-topics .panel-grid-cell .so-panel h2 {
  color: var(--orwak-white);
  padding: 60px;
  font-size: 75px;
  line-height: 65px;
  text-transform: uppercase;
  text-align: center;
}


.is-image-with-text .so-widget-sow-image {
  display: flex;
  flex-direction: row; /* Lay items out in a row */
  position: relative; /* Establish positioning context */
}


.is-image-with-text .widget-title {
  padding: 10px;
  position: absolute; /* Position divs absolutely */
  left: 0; /* Align divs to the left */
  top: 0; /* Align divs to the top */
  display: flex; /* Use flexbox for centering */
  justify-content: center; /* Center content horizontally */
  align-items: center; /* Center content vertically */
  text-align: center;
  text-transform: uppercase;
  height: 100%; /* Stretch divs to the height of the parent */
  width: 100%;
  display: none;
}


.is-headline-highlight,
.is-headline-highlight h1,
.is-headline-highlight h2 {
  font-size: 100px !important;
  line-height: 100px !important;
}


.is-headline-slogan-graphic,
.is-headline-slogan-graphic h1,
.is-headline-slogan-graphic h2 {
  font-size: 40px !important;
  line-height: 40px !important;
}

.is-red-border {
  border: 2px solid var(--orwak-orange);
}

/* .is-red-border .widget-title {
  color: var(--orwak-white);
} */


.is-red-dot-highlight {
  color: var(--orwak-white);
  text-align: center;
}

.is-red-dot-highlight::before {
  display: inline-block;
  content: '';
  background-color: #f00;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.is-deepgrey-ground-fade-bottom {
  background: linear-gradient(to bottom, #202020 5%, #252525 20%, transparent 100%)
}


.is-blur-ground {
  box-shadow: 0 20px 40px rgba(57,76,96,.15);
  backdrop-filter: blur(20px);
  border: 2px solid;
}


.is-tile-round-white {
  background: var(--orwak-white);
  border-radius: 20px;
  padding: 40px 20px;
  box-shadow: 0 20px 40px rgba(57,76,96,.5);
}

.is-tile-round-darkgrey {
  background: var(--orwak-darkgrey);
  color: var(--orwak-white);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 40px rgba(57,76,96,.5);
}

.is-tile-round-white .so-widget-sow-image img {
  max-height: 100px;
}

.is-tile-round-white .so-widget-sow-image .widget-title {
  font-size: 20px;
  margin: 10px 0 0 0;
}

.is-image-titles .widget-title {
  color: #fff;
  font-size: 18px;
}


.scroll-container {
    width: 100%;
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent line breaks */
}

.scroll-container::-webkit-scrollbar {
    width: 0; /* Hide scrollbar visually */
    height: 0;
}

.scroll-container img {
    width: auto;
    max-width: unset !important;
    height: 1000px;
}




.list-check-highlight-white ul,
.list-check-highlight-red ul {
  list-style: none;
  }

.list-check-highlight-white ul li::before,
.list-check-highlight-red ul li::before {
  content: '';
  display: inline-block;
  height: 26px;
  width: 26px;
  background-size: contain;
  margin: 10px 20px 0 0;
  }


.list-check-highlight-white ul li::before {
    background-image: url(img/check-highlight-white.svg);
}

.list-check-highlight-red ul li::before {
    background-image: url(img/check-highlight-red.svg);
}



/*----------------------------------------------------------------------
Timeline Simple History
----------------------------------------------------------------------*/

/* Vertical center line */
.is-timeline {
  position: relative;
  padding: 3em;
}

.is-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: #ccc;
  z-index: 0;
}

/* Apply horizontal gutter between left and right columns */
.is-timeline .panel-grid {
  display: flex;
  gap: 80px;
  padding: 40px;
}

.is-timeline .panel-grid-cell {
  flex: 1;
}


/* Each timeline row */
.is-timeline .widget_siteorigin-panels-builder {
  position: relative;
  padding: 2em 0;
  transition: background-color 0.3s ease;
}

/* Dot */
.is-timeline .widget_siteorigin-panels-builder::before {
  content: '';
  position: absolute;
  top: 90px;
  left: 50%;
  width: 40px;
  height: 14px;
  background-color: var(--orwak-orange);
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Hover effect: enlarge dot & background */
.is-timeline .widget_siteorigin-panels-builder:hover {
  background-color: var(--orwak-lightgrey);
}

.is-timeline .widget_siteorigin-panels-builder:hover::before {
  width: 20px;
  height: 20px;
}

/* Year heading style */
.is-timeline h3:not(.widget-title) {
  font-size: 60px;
  font-weight: 600;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.is-timeline .widget_siteorigin-panels-builder:hover h3:not(.widget-title) {
  color: var(--orwak-orange);
}






/*----------------------------------------------------------------------
Small Desktop
----------------------------------------------------------------------*/

@media only screen and (max-width: 1340px) {

    .wrapper {
        margin: 0px 30px;
        max-width: 100%;
        }

    .portal-header.wrapper {
        margin: 0;
        }

    .menu-dropdown:last-child .sub-menu
    {
      right: 0;
    }

    .menu-dropdown:last-child .sub-menu .menu-item-has-children {
      background: url(img/menu-arrow-left.svg) left center no-repeat;
      background-size: auto;
      background-size: auto;
      background-size: auto;
      background-size: 12px 12px;
    }

    .menu-dropdown:last-child .sub-menu a,
    .menu-dropdown:last-child .sub-menu .sub-menu a {
      justify-content: flex-end;
    }

    .menu-dropdown:last-child .sub-menu .sub-menu {
      margin-left: -190%;
    }

    .menu-dropdown:last-child .sub-menu .sub-menu.visible {
      margin-top: -45px;
    }

    .overlay-active .main-menu-wrapper,
    .overlay-active .language-menu-wrapper,
    #language-overlay {
        width: 50%;
        }

    .main-content .sow-slider-image-wrapper {
        padding-left: 30px !important;
        padding-right: 30px !important;
        }

    .is-fullwidth-teaser-text {
        padding: 80px 30px 80px 30px;
        max-width: 100%;
        margin: auto;
        }

    .footer-contact {
        width: 100%;
        }

    .footer-navigation {
        width: 100%;
        }

    .footer-navigation div ul li {
        width: calc(33.33% - 30px);
        margin: 0 30px 30px 0;
        }

    .solutions-menu img {
        height: auto;
        width: auto;
        max-width: 140px;
        /* max-height: 100px; */
        }


    .solutions-menu ul {
        list-style: none;
        width: 230px;
        hyphens: manual;
        }

    .solutions-menu ul ul {
        min-width: 780px;
        left: 230px;
        }


    .solutions-menu li.menu-full-width-item > a {
        justify-content: flex-end;
        }


    .solutions-menu li.menu-full-width-item > a .menu-item-img {
        height: 60px;
        min-height: auto;
        width: auto;
        margin: 0;
        padding: 10px 0;
        }

    .solutions-menu .menu-item-description,
    .solutions-menu ul li.is-cat-child a {
        font-size: 16px;
        line-height: 20px;
        width: 90%;
        }

    .solutions-menu ul ul ul {
        min-width: 780px;
        padding: 20px 0 0px 0;
        }

    .solutions-menu ul li li li {
        width: 140px;
        margin: 0 10px 0 0;
        }

    .solutions-menu ul li li a {
        background-size: 12px 12px;
    }

    .solutions-menu ul li li li a {
        font-size: 16px;
        padding: 12px !important;
        }

    .main-content .is-stage-header .sow-slider-image-wrapper {
        padding: 10% 30px 0 30px !important;
        }

    .main-content .is-productfamily-header .sow-slider-image {
        min-height: 400px;
        }

    .main-content .is-productfamily-header .sow-slider-image-wrapper {
        padding: 300px 30px 100px 30px !important;
        }

    .main-content .is-content-header .sow-slider-image {
        min-height: 400px;
        }

    .main-content .is-content-header .sow-slider-image-wrapper {
        padding: 300px 30px 100px 30px !important;
        }

    .panel-row-style {
          scroll-margin-top: 100px;
        }

    .widget_sow-editor,
    .widget_sow-button,
    .widget_sow-image-grid,
    .widget_sow-tabs,
    .widget_sow-image,
    .widget_custom_html,
    .widget_sow-post-carousel {
        padding: 0 20px !important;
    }


    .widget-postcodessales .select2-container--default .select2-selection--single {
      font-size: 16px;
    }

    .is-center-popup.active > .panel-grid-cell::before {
      padding: 0 20px;
    }

    .is-headline-highlight,
    .is-headline-highlight h1,
    .is-headline-highlight h2 {
      font-size: 60px !important;
      line-height: 60px !important;
    }


    .is-headline-slogan-graphic,
    .is-headline-slogan-graphic h1,
    .is-headline-slogan-graphic h2 {
      font-size: 25px !important;
      line-height: 25px !important;
    }

}



@media only screen and (max-width: 1320px) {

  .news-archive-loop {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 20px;
  }

}



@media only screen and (max-width: 1240px) {

  header:hover .portal-logo,
  header.get-sticky .portal-logo,
  header.menu-solutions-active .portal-logo,
  .portal-logo {
    width: 182px;
  }

  .main-navigation > li > a {
    padding: 8px 8px;
    font-size: 16px;
  }

  .menu-dropdown .sub-menu .sub-menu {
    background-color: transparent !important;
  }

  .menu-dropdown .sub-menu li a {
    padding: 8px 0;
    font-size: 16px;
  }

  .menu-dropdown .sub-menu li .sub-menu li > a {
    color: var(--orwak-black);
    padding: 8px 0;
  }

  #solutions-overlay{
    overflow-y: auto !important;
  }

  .solutions-menu ul ul {
    min-width: 600px;
  }

}


/*----------------------------------------------------------------------
Tablet
----------------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {

    body.menu-mobile-overflow {
      position: fixed;
      width: 100%;
      overflow-y: hidden;
      scrollbar-width: none;
      height: 100vh;
    }

    body.menu-overflow {
        position: relative;
        height: 100vh;
      }

    header.menu-main-active {
      height: 100vh; /* Full viewport height */
      overflow-y: auto; /* Enable vertical scrolling */
      overflow-x: hidden;
    }

    .portal-header {
      justify-content: end;
      padding: 0 20px 0 0;
      height: 60px;
    }

    header.get-sticky .portal-logo {
      height: 170px;
      background-size: auto 80px !important;
    }

    header.get-sticky .portal-header {
      padding: 0 20px 0 0;
    }

    .portal-header button {
      border: none;
      margin: 0;
      padding: 0;
      width: auto;
      background: none;
      min-width: 35px;
    }

    .portal-logo {
      align-self: end;
    }

    .before-header .mobile-hide {
      display: none;
    }

    .meta-navigation {
        width: calc(100% - 220px);
        }

    .meta-navigation button {
        display: none;
        }

    .nav-menu-toggle {
      display:block;
      margin-left: -16px;
    }

    .nav-menu-toggle.mainmenu-active {
      margin-left: -16px;
    }

    .nav-menu-toggle.mainmenu-active .icon-nav {
      background: transparent;
    }

    .nav-menu-toggle.mainmenu-active:hover .icon-nav * {
      transform: none;
    }

    .nav-menu-toggle.mainmenu-active .icon-nav:before {
      transform: rotate(-45deg) translateY(10px);
      width: 30px !important;
    }

    .nav-menu-toggle.mainmenu-active .icon-nav:after {
      transform: rotate(45deg) translate(-3px, -12px);
      width: 30px !important;
    }

    .main-navigation {
      position: absolute;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      width: calc(100% - 60px);
      min-height: 100vh;
      margin: 60px 0 0 0;
      padding: 60px 0 200px 0;
      background: var(--orwak-white);
      color: var(--orwak-black) !important;
      overflow-x: auto;
      left: -1500px;
      list-style: none;
      border-top: 2px solid transparent;
    }

    .solutions-menu ul li li li a,
    .solutions-menu ul li:hover li li a {
        max-width: 130px;
        }

    .main-navigation.mainmenu-active {
      left: 0;
      padding: 40px 30px 200px 30px;
      border-top: 2px solid var(orwak-deepgrey);
    }

    body.admin-bar #solutions-overlay.solution-active {
      top: 0;
    }

    .before-main-menu,
    .after-main-menu {
      font-size: 16px;
      padding: 0 !important;
    }

    .before-main-menu,
    .after-main-menu {
      font-size: 16px;
      padding: 0 !important;
    }


    .main-navigation ul {
      display: none;
      font-size: 17px !important;
      font-weight: 400;
    }

    .main-navigation ul.active {
      display: block;
    }

    .menu-dropdown:last-child .sub-menu
    {
      right: 0;
      opacity: 1;
      font-size: 16px;
    }

    .main-navigation > li {
      padding: 20px 0;
      font-size: 18px !important;
      border-bottom: 2px solid var(--orwak-lightgrey) !important;
    }

    .main-navigation li a {
      width: 100%;
      display: block;
    }

    .main-navigation li > a,
    .main-navigation > li:first-of-type > a {
      padding: 0;
    }

    .main-navigation li:hover > a {
      border: 0;
    }

    .main-navigation li.firstlevel-active > a {
      color: var(--orwak-orange);
    }

    .main-navigation > li.menu-item-has-children {
      background: url(img/menu-arrow-down.svg) right 24px no-repeat;
      background-size: auto;
      background-size: auto;
      background-size: 18px 18px;
    }

    .main-navigation > li.menu-item-has-children.firstlevel-active {
      background: url(img/menu-arrow-up.svg) right 24px no-repeat;
      background-size: auto;
      background-size: auto;
      background-size: 18px 18px;
    }

    .menu-side.firstlevel-active .sub-menu,
    .is-solutions-menu.solution-active .solutions-menu .wrapper div > .sub-menu,
    .firstlevel-active > .sub-menu {
      display: block;
    }

    .menu-dropdown:last-child .sub-menu a, .menu-dropdown:last-child .sub-menu .sub-menu a {
      justify-content: flex-start;
    }

    .menu-dropdown:last-child .sub-menu .menu-item-has-children {
    background: url(img/menu-arrow-down.svg) right 20px no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: 12px 12px;
    }

    .menu-dropdown:last-child .sub-menu .sub-menu {
        margin-left: 0;
        padding: 0 0 0 20px;
    }

    .menu-dropdown .sub-menu {
      padding: 0 0 20px 20px;
    }

    .menu-dropdown .sub-menu li {
      padding: 15px 0 0 0;
      width: 100%;
    }

    .menu-dropdown.visible > a {
      color: var(--orwak-black);
    }

    .menu-dropdown > a:hover, .menu-dropdown.visible > a {
      border-bottom: 0;
    }

    .main-navigation #solutions-overlay {
      position:relative;
      height: auto;
      top: 0;
    }

    .main-navigation #solutions-overlay .wrapper {
      margin: 0;
    }

    .main-navigation .solutions-menu .menu-close {
        display: none;
    }

    .main-navigation .solutions-menu li {
      padding: 0 0 0 0;
    }

    .solutions-menu ul:first-child > li > a {
        padding: 0;
    }

    .solutions-menu ul:first-child > li > a:hover {
      background: none;
    }

    .solutions-menu ul li li.menu-full-width-item .item-content {
          display: flex;
          align-items: flex-start;
          justify-content: space-between;
          flex-direction: column;
          gap: 80px;
        }


    header.banner-top-popupcontainer-active .is-solutions-menu.solution-active {
      top: 0 !important;
    }

    .solutions-menu ul li.is-cat-child {
      display: none;
    }

    .solutions-menu ul li.is-cat-child.firstlevel-active {
      display: block;
    }

    .solutions-menu ul li li.menu-full-width-item .menu-item-img img {
          width: auto;
        }

    .icon-nav,
    .icon-nav::before,
    .icon-nav::after {
        display: block;
        }

    button .main-menu-text {
        /*display: none;*/
        padding: 0 0 0 50px;
        }

    .portal-logo,
    .footer-logo {
      top: 0;
      width: 100px !important;
      background-size: auto 100px !important;
      height: 60px;
        }

    header.get-sticky .portal-header .portal-logo {
      background-size: auto 36px;
    }





    .portal-logo a,
    .footer-logo a {
        width: 140px;
        height: 130px;
        }

    .sow-slider-image-container h1,
    .sow-slider-image-container h2,
    .sow-slider-image-container h3,
    .sow-slider-image-container h4,
    .sow-slider-image-container .subtitle {
        width: 100%;
        }

    .main-content .is-stage-header .sow-slider-image-container {
        background: rgba(20,20,20,0.3);
        height: 100%;
        }

    .main-content .is-stage-header .sow-slider-image-wrapper {
        padding: 180px 30px 0 30px !important;
        }

    .main-content .is-productfamily-header .sow-slider-image {
        min-height: 360px;
        }

    .main-content .is-productfamily-header .sow-slider-image-wrapper {
        padding: 260px 10px 80px 10px !important;
        }

    .main-content .is-content-header .sow-slider-image {
        min-height: 360px;
        }

    .main-content .is-content-header .sow-slider-image-wrapper {
        padding: 160px 10px 80px 10px !important;
        }

    .is-content-header .sow-slider-image-container h1 {
      font-size: 40px !important;
      line-height: 40px !important;
    }

    .is-hover-teaser .so-widget-sow-cta {
        height: auto;
        }

    .double-teaser-high .so-widget-sow-cta {
        height: 400px;
        }

    .is-hover-teaser:hover,
    .is-hover-item:hover {
        margin: 0;
        box-shadow: 0px 0px 0px 0px transparent;
        }

    .is-hover-teaser .sow-cta-subtitle,
    .is-hover-teaser:hover .sow-cta-subtitle,
    .is-hover-item ul,
    .is-hover-item ol,
    .is-hover-item p,
    .is-hover-item:hover ul,
    .is-hover-item:hover ol,
    .is-hover-item:hover p  {
        font-size: 19px;
        line-height: 1.2;
        visibility: visible;
        }

    .is-feature-item {
        margin: 0;
        }

    .is-feature-item p {
        min-height: auto;
        padding: 0 0 30px 0;
        }

    .is-fullwidth-teaser-text {
        padding: 80px 30px 50px 30px;
        }

    .is-download-item {
        min-height: 200px;
        background-size: 40px auto;
        }

    .is-download-item:hover {
        background-size: 40px auto;
        margin: 0;
        box-shadow: 0px 0px 0px 0px transparent;
        }

    .is-download-item h4 {
        min-height: 100px;
        }

    .is-product-title {
        margin-top: -500px !important;
        min-height: 570px;
        justify-content: end !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .is-product-title .so-widget-image,
    .is-product-title .sow-slider-background-image {
        width: auto;
        max-height: 270px;
        margin: 20px auto;
        }

    .is-product-headline h1 {
        min-width: 200px;
        margin: 30px 0 0 0;
        }

    .is-product-headline h1 span {
        background: var(--orwak-lightgrey);
        font-family: 'Roboto Slab', 'Georgia', serif;
        margin: 5px 0 0 0;
        }

    .main-menu {
        margin: 0 0 60px 0;
        }

    .overlay-active .main-menu-wrapper,
    .overlay-active .language-menu-wrapper,
    #language-overlay {
        width: 100%;
        }

    .is-before-menu,
    .main-menu-links,
    .language-menu,
    .language-menu-content {
        padding: 30px 30px;
        }

    .solutions-menu-in-main-nav-title {
        text-transform: uppercase;
        color: var(--orwak-smokegrey);
        font-size: 18px;
        font-weight: 400;
        padding: 30px 0 0 30px;
        display: block;
        border-top: 3px solid var(--orwak-lightgrey);
        }

    .after-main-menu {
        padding: 30px 30px 60px 30px;
        }

    .menu-close {
      position: relative;
      margin: 30px 30px 30px 30px;
      }

    .language-menu-wrapper {
      background-color: transparent;
    }

    .mobile-menu-active .language-menu-wrapper {
      left: 0;
      width: auto;
    }

    .mobile-menu-active .language-menu-wrapper ul {
      display: block;
    }

    .language-menu-content .menu-close {
        width: 100%;
        margin: 0 0 15px 0;
        display: block;
        background-size: 18px 18px;
    }

    .language-menu-content .menu-close button {
      width: 100%;
    }

    #menu-overlay {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }

    #menu-overlay .main-menu-wrapper {
      width: 100%;
    }


    .main-menu-wrapper {
      position: relative;
      display: block;
      width: 100%;
      height: 0;
      left: inherit !important;
    }

    .firstlevel-active .main-menu-wrapper {
      height: auto;
    }

    .firstlevel-active .main-menu-wrapper .is-before-menu ul,
    .firstlevel-active .main-menu-wrapper .is-before-menu ul {
      display: block;
    }

    .main-menu {
      margin: 0;
    }

    .main-menu-links {
        padding: 0 0 20px 0;
    }

    .main-menu-links ul li {
        padding: 15px 0 0 10px;
    }

    .main-menu-links li li a,
    .main-menu-links li li a:hover {
      font-size: inherit;
    }


    .main-menu .menu-close {
      display: none;
    }

    .main-menu-links {
      border: none;
      padding: 0;
    }

    .main-menu-links li a,
    .main-menu-links li a:hover {
        padding: 0;
    }

    .menu-dropdown .sub-menu {
      flex-wrap: wrap;
      position: relative;
      width: auto;
      max-width: 100%;
      /* min-width: 100%; */
      visibility: visible;
      opacity: 1;
      /* padding: 15px 0 0 20px; */
      margin: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: var(--orwak-white);
    }

    .menu-dropdown .sub-menu li a {
      color: var(--orwak-deegrey);
    }

    .menu-dropdown .sub-menu li.current-menu-item a,
    .menu-dropdown .sub-menu li:hover a,
    .menu-dropdown .sub-menu li a:hover  {
      color: var(--orwak-orange) !important;
    }

    .menu-dropdown .sub-menu .sub-menu {
      flex-wrap: wrap;
      width: max-content;
      width: auto;
      max-width: 100%;
      min-width: 100%;
      visibility: visible;
      padding: 0 0 0 20px;
      margin: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      left: inherit;
    }

    .menu-dropdown .sub-menu .sub-menu li a {
      color: var(--orwak-smokegrey);
      font-size: 16px !important;
    }

    .menu-dropdown .sub-menu .menu-item-has-children {
      background: url(img/menu-arrow-down.svg) right 24px no-repeat;
      background-size: auto;
      background-size: 12px 12px;
    }

    .menu-dropdown .sub-menu .menu-item-has-children.firstlevel-active {
      background: url(img/menu-arrow-up.svg) right 24px no-repeat;
      background-size: auto;
      background-size: 12px 12px;
    }

    #solutions-overlay {
      top: inherit;
    }

    #solutions-overlay.before-header-active {
        margin-top: 0;
    }

    #solutions-overlay.solution-active {
      border: none;
    }

    .solutions-menu,
    .solutions-menu ul:first-child,
    .solutions-menu ul ul {
      padding: 0;
    }

    .solutions-menu ul li {
      margin: 0;
    }

    .get-sticky.menu-solutions-active #solutions-overlay.solution-active {
        height: calc(100% - 80px);
        top: 0;
        }

    .solutions-menu {
        margin: 0;
        height: auto;
        }

    .solutions-menu .wrapper div > .sub-menu {
        padding: 20px 0;
        }

    .solutions-menu .wrapper div > .sub-menu > li {
        padding: 0 0 20px 10px;
        border: none !important;
        }


    .solutions-menu img {
        height: 100%;
        width: auto;
        max-width: 100%;
        max-height: 120px;
        }

    .solutions-menu ul {
        width: 100%;
        }

    .solutions-menu ul:first-child {
        border-right: 0;
        }

    .solutions-menu li > a,
    .solutions-menu li > a:hover,
    .solutions-menu li > a:active {
        background: url(img/menu-arrow-down.svg) right center no-repeat;
        background-size: 18px 18px;
        }

    .solutions-menu li.firstlevel-active > a,
    .solutions-menu li.firstlevel-active > a:hover,
    .solutions-menu li.firstlevel-active > a:active,
    .solutions-menu ul:first-child > li > a:hover {
        background: url(img/menu-arrow-up.svg) right center no-repeat;
        background-size: 18px 18px;
        }

    .solutions-menu ul li li.menu-full-width-item .item-content-left > a {
        display: none;
    }

    .solutions-menu ul ul {
        min-width: auto;
        position: relative;
        left: 0;
        padding: 0 0 4px 0;
        }

    .solutions-menu ul ul ul {
        min-width: auto;
        position: relative;
        }

    /* .solutions-menu ul li {
        border-right: 0;
        margin: 0 0 30px 0;
        } */

    .solutions-menu ul li li {
        margin: 0 0 15px 0;
        }

    .solutions-menu ul li:hover {
        border-right: 0;
        }

    .solutions-menu ul li li li {
        width: calc(20% - 15px);
        }

    .solutions-menu .menu-title-big-red > a  {
        font-size: 24px;
    }

    .solutions-menu ul:first-child > li > a:hover {
        color: inherit !important;
    }

    .solutions-menu li.active-js > a, .solutions-menu li.active-js > a:hover {
  background: url(img/menu-arrow-left.svg) 0px 3px no-repeat;
  background-size: auto;
  background-size: 18px 18px;
}

    .is-contact-widget {
        width: 85px;
        }

    .is-contact-widget .widget_media_image {
        width: 600px;
        width: 70px !important;
        height: 70px !important;
        margin: 0 15px 0 0 !important;
        }

    .is-contact-widget .widget_media_image img {
        transition: .5s ease;
        width: 60px !important;
        height: 60px !important;
        }

    .is-contact-widget .widget_siteorigin-panels-builder {
        bottom: 40px;
        }

    .footer-meta small {
        width: 100%;
        }

    .footer-is-imprint-menu {
        width: 100%;
        text-align: left;
        }

    .footer-navigation div ul li li,
    .footer-meta li {
        display: block;
        margin: 5px 0 0 0;
        }

    .notfound-content {
        padding: 5vh 0 30vh 0;
        }


    .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main {
      min-height: 220px;
    }

   .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker[data-borlabs-cookie-content-blocker-id] .brlbs-cmpnt-cb-youtube .brlbs-cmpnt-cb-btn {
      background: var(--orwak-orange) !important;
      color: var(--orwak-white) !important;
      border-radius: 0 !important;
    }

    .widget-postcodessales .selection-content {
        padding: 20px;
        background-color: var(--orwak-white);
    }

    .is-blog-post .panel-grid:nth-of-type(2) {
      padding: 0px;
      margin-top: -40vh;
    }

    .blog-archive-loop .panel-50:nth-of-type(2n+1) {
      flex-basis: 100%;
    }

    .blog-archive-loop .panel-50:nth-of-type(2n) {
      margin: 0 0 20px 0;
      flex-basis: 100%;
    }


    .blog-archive-loop .panel-33 {
      flex-basis: calc(50% - 10px);
      margin-left: 0;
      margin-right: 0;
    }

    .blog-archive-loop .panel-33:nth-of-type(2n) {
      margin-left: 20px;
    }



    .backtoblogoverview {
        min-height: 200px;
        padding: 20px;
    }

    .bottom-blog-single {
        min-height: 200px;
    }

    .is-blog-post .panel-grid:nth-of-type(2) {
      width: 80vw;
      padding: 10px;
      margin-top: -250px;
    }


    .blog-archive-loop .is-hover-teaser .sow-cta-subtitle {
        font-size: 0px;
        line-height: 0;
        visibility: hidden;
        }

    .is-blog-aside {
        z-index: 150;
        position: fixed;
        top:inherit;
        bottom: 0;
        width: 100%;
        height: 40px;
        padding: 0;
        background-color: var(--orwak-lightgrey);
    }

    .bottom-blog-single {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
    }

    .blog-social-icons {
      display:flex;
      flex-wrap: wrap ;
      align-items: flex-start;
      margin-bottom: 10px;
    }

    .blog-social-icons a span.dashicons {
      font-size: 22px !important;
      color: var(--orwak-black) !important;
      padding: 10px;
    }

    .blog-loop-slider-image {
      padding: 20px;
      min-width: auto;
    }

    .is-content-slider .panel-grid-cell-content {
      background: var(--orwak-orange);
      padding: 40px 20px 40px 20px;
      margin: -30px 0px 0px -40px;
      color: var(--orwak-white);
    }

    .blog-shadow {
      padding: 0 0 20px 0;
      flex-direction: column;
    }

    .blog-archive-loop-3rd {
      flex-flow: column;
    }

    .is-scrolltop-widget {
        bottom: 10px;
        padding: 0px 10px 5px 10px;
        }

    .is-scrolltop-widget::after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid var(--orwak-midgrey);
        }

    .is-scrolltop-widget:hover::after {
        border-bottom: 5px solid var(--orwak-white);
        }

    .is-scrolltop-widget.show-scrolltop {
        left: 10px;
        }


    .is-centerpop-button-right .textwidget h4 {
      font-size: 16px;
    }


    .is-center-popup {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      visibility: hidden;
      opacity: 0;
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100vh;
      background-color: rgba(var(--orwak-darkgrey-rgba)) !important;
      align-items: center;
      backdrop-filter: blur(5px);
      z-index: 9999;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease;
      overflow-x: scroll;
    }

    .is-center-popup.active {
      visibility: visible;
      opacity: 1;
    }

    .is-center-popup > .panel-grid-cell {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      position: absolute;
      top: 40px;
      left: auto;
      transform: initial;
      width: 80%; /* Set the width to 80% of the screen */
      max-width: 90%; /* Optional: Set a maximum width if needed */
      border-radius: 10px;
      padding: 0;
      /* box-shadow: 1px 27px 20px -5px rgba(0, 0, 0, 0.18); */
      z-index: 999;
    }


    .is-center-popup.active > .panel-grid-cell::before {
      display: flex;
      position: relative;
      justify-content: flex-end;
      top: 0;
      left: 0;
      cursor: pointer;
      font-size: 28px;
      color: var(--orwak-white);
      content: '✕';
    }

    .sow-post-carousel-theme-overlay .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item {
        height: 390px !important;
    }

    .is-product-headimage {
      padding: 0;
    }

    .banner-top-popupcontainer {
      font-size: 12px;
      justify-content: center;
    }

    .banner-top-popupcontainer img {
      height: 20px;
      padding: 25px 0 20px 0;
    }

    .banner-top-popupcontainer .menu-close {
      margin: 5px 0px 0 40px;
    }




    table, thead, tbody, th, td, tr {
            display: block;
            width: 100%;
    }
    tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        padding: 10px;
    }
    th, td {
        text-align: left;
        padding: 8px;
        border: none;
        display: block;
    }
    th {
        background-color: transparent;
        color: black;
        font-weight: bold;
    }
    td {
        border-bottom: 1px solid #ddd;
        padding-left: 0;
    }
    td:last-child {
        border-bottom: none;
    }




}


/*----------------------------------------------------------------------
Smartphone
----------------------------------------------------------------------*/

@media only screen and (max-width: 800px) {

    body {
        font-size: 17px;
        line-height: 1.4;
        }

    body.noscroll {
      overflow: hidden;
    }

    body.menu-overflow {
        position: fixed;
        width: 100%;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }


    h1,
    .is-product-headline h1 strong {
        font-size: 34px !important;
        line-height: 36px !important;
        }

    .sow-slider-image-container h1 {
      font-size: 28px !important;
  		line-height: 30px !important;
    }
  	h2 {
  		font-size: 25px !important;
  		}
    h3 {
  		font-size: 20px !important;
  		}

    .sow-slider-image-container .subtitle {
        font-size: 20px !important;
        line-height: 22px !important;
    }

    h2,
    .main-content h1 {
        font-size: 28px;
        }

    h3 {
        font-size: 24px;
        }

    h4 {
        font-size: 22px;
        }

   /* .main-navigation {
        position: fixed;
        } */

    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="password"],
    .wpcf7-form input[type="email"],
    .wpcf7-form input[type="tel"],
    .wpcf7-form input[type="number"],
    .wpcf7-form textarea,
    .wpcf7-form select {
        padding: 12px;
        margin-bottom: 20px;
        width: 100%;
        font-size: 14px;
        }

    .wpcf7-form-control-wrap {
      margin-bottom: 0;
    }

    .meta-navigation {
        width: calc(100% - 200px);
        margin: 8px 0 0 0;
        }

    .solutions-menu ul li li li {
        width: calc(50% - 20px);
        }

    .solutions-menu li.active-js > a,
    .solutions-menu li.active-js > a:hover {
        color: var(--orwak-orange) !important;
        text-decoration: none;
        padding-left: 40px !important;
        background: url(img/menu-arrow-left.svg) 10px 3px no-repeat;
        background-size: auto;
        background-size: auto;
        background-size: 18px 18px;
    }

    .solutions-menu .wrapper div > .sub-menu > li.type-blog {
      padding: 0;
    }

    .solutions-menu ul li li li a.type-blog {
      padding: 0 !important;
    }

    .main-content .is-stage-header .sow-slider-image-wrapper {
        padding: 160px 30px 0 30px !important;
        }

  	.sow-slider-image-wrapper{
  		justify-content:right;
  		}

  	/* .main-content .is-content-header .sow-slider-image-wrapper {
			padding: 100px 10px 0px 20px !important;
		} */


    .blog-archive-loop .panel-33 {
      flex-basis: 100%;
      margin-left: 0 !important;
      margin-right: 0;
    }

    #filter-main-top {
      gap: 10px;
    }

    .main-filter {
      padding: 10px 10px;
      font-size: 18px;
    }

    .sub-filter {
      padding: 6px 12px;
      font-size: 16px;
      margin-bottom: 0 ;
    }

    .filter-main-bottom ul li h3 {
      margin-bottom: 0;
    }

    #breadcrumbs {
      white-space: nowrap;
      overflow-x: auto;
      display: flex;
      overflow-x: auto; /* or scroll */
      scrollbar-width: none; /* For Firefox */
      -ms-overflow-style: none; /* For Internet Explorer and Edge */
    }

    #breadcrumbs::-webkit-scrollbar {
      display: none;
    }

    .footer-navigation div ul li {
        width: calc(50% - 30px);
        }

    .footer-navigation div ul li li {
        width: 100%;
        }

    .footer-navigation .widget_sow-editor,
    .footer-navigation .widget_sow-button,
    .footer-navigation .widget_sow-image-grid,
    .footer-navigation .widget_sow-tabs,
    .footer-navigation .widget_sow-image,
    .footer-navigation .widget_custom_html {
      padding: 0 !important;
    }


    .is-product-header-image .sow-image-container img,
    .is-product-header-image .so-widget-sow-hero .sow-slider-image {
        height: 600px !important;
        width: 100%;
        object-fit: cover;
    }


    .is-content-slider .panel-layout {
        padding: 0 !important;
        margin: 0 !important;
        box-shadow: 0px 0px 0px 0px transparent;
        }

    .sow-slider-image-container p {
        font-size: 15px !important;
        }

    .sow-post-carousel-theme-overlay .sow-carousel-wrapper .sow-carousel-nav .slick-dots {
      display: none !important;
    }

    .sow-post-carousel-theme-overlay .sow-carousel-wrapper .sow-carousel-nav .sow-carousel-nav-arrows {
      display: inherit;
    }

    .sow-post-carousel-theme-overlay .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item {
      height: 240px !important;
    }

    .sow-post-carousel-theme-overlay .sow-carousel-item a.sow-carousel-overlay img {
      height: 170px;
      padding: 0;
    }

    .is-set-image-height img {
        height: auto !important;
        width: auto;
        max-height: 380px;
        }

    .is-set-logos-size img {
        height: 120px !important;
        width: auto;
        padding: 0 20px 20px 0;
        }

    .is-image-bottom-set img {
        max-height: 200px !important;
        height: initial !important;
        width: auto !important;
    }

    .is-same-panel-height {
        height: 400px !important;
    }

    .is-contact-widget .widget_siteorigin-panels-builder {
        max-width: 80vw;
        }

    .is-contact-widget .widget_siteorigin-panels-builder {
      padding: 20px 20px 50px 20px !important;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    }

    .popup-message {
        align-self: flex-start;
        width: 100%;
        }

    .popupcontainer-inner .popup-buttons {
        flex-wrap: column;
        }

    .popupcontainer-inner .menu-close {
        display: none;
        }

    .notfound-content {
        padding: 0 0 30vh 0;
        }

    .news-archive-loop {
      grid-template-columns: repeat(1, 1fr);
      padding: 0 10px;
    }

    .form-two-columns, .form-two-columns p {
      display: flex;
      flex-wrap: wrap;
      gap: 0
    }

    .form-two-columns span {
      width: 100%;
    }

    .form-half-column {
      flex-wrap: column;
      gap: 0;
    }

    .form-column {
      width: 100%;
    }

    .is-line-with-logo {
      display: flex;
      flex-direction: row !important;
    }

    .is-line-with-logo .panel-grid-cell:first-child {
      width: 10% !important;
    }

    .is-line-with-logo .panel-grid-cell:last-child {
      width: 90% !important;
    }

    .is-marketplace-listings .is-variant-list .widget_sow-image {
      height: auto;
    }

}


.wpml-ls-legacy-list-horizontal,
.otgs-development-site-front-end {
  display: none;
}
