/*
Theme Name: Mechatec
Theme URI: http://mechatec.nl
Description: Wordpress thema voor Mechatec
Author: Comceptum - Michael Doorneweerd
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: mechatec
*/

:root  {
    --base: 15px;
    --extrahuge: calc(var(--base) * 12);
    --huge: calc(var(--base) * 8);
    --extralarge: calc(var(--base) * 6);
    --largehuge: calc(var(--base) * 5);
    --large: calc(var(--base) * 4);
    --mediumlarge: calc(var(--base) * 3);
    --medium: max(22.5px, calc(var(--base) * 2));
    --small: max(15px, calc(var(--base) * 1.5));
    --extrasmall: max(10px, calc(var(--base) * 1));
    --tiny: max(7.5px, calc(var(--base) * 0.75));

    --container: 1195px;
    --navigationwidth: calc((var(--container) / 100 * 58.333333) + calc((100vw - var(--container)) / 2));
    --backgroundsize: 60px;
}

@font-face {
    font-family: 'Font Awesome 6 Pro';
    src: url('fonts/FontAwesome6Pro-Light.eot');
    src: url('fonts/FontAwesome6Pro-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome6Pro-Light.woff2') format('woff2'),
        url('fonts/FontAwesome6Pro-Light.woff') format('woff'),
        url('fonts/FontAwesome6Pro-Light.ttf') format('truetype'),
        url('fonts/FontAwesome6Pro-Light.svg#FontAwesome6Pro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    src: url('fonts/FontAwesome6Brands-Regular.eot');
    src: url('fonts/FontAwesome6Brands-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome6Brands-Regular.woff2') format('woff2'),
        url('fonts/FontAwesome6Brands-Regular.woff') format('woff'),
        url('fonts/FontAwesome6Brands-Regular.ttf') format('truetype'),
        url('fonts/FontAwesome6Brands-Regular.svg#FontAwesome6Brands-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 Pro Solid';
    src: url('fonts/FontAwesome6Pro-Solid.eot');
    src: url('fonts/FontAwesome6Pro-Solid.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome6Pro-Solid.woff2') format('woff2'),
        url('fonts/FontAwesome6Pro-Solid.woff') format('woff'),
        url('fonts/FontAwesome6Pro-Solid.ttf') format('truetype'),
        url('fonts/FontAwesome6Pro-Solid.svg#FontAwesome6Pro-Solid') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 Sharp';
    src: url('fonts/FontAwesome6Sharp-Regular.eot');
    src: url('fonts/FontAwesome6Sharp-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/FontAwesome6Sharp-Regular.woff2') format('woff2'),
        url('fonts/FontAwesome6Sharp-Regular.woff') format('woff'),
        url('fonts/FontAwesome6Sharp-Regular.ttf') format('truetype'),
        url('fonts/FontAwesome6Sharp-Regular.svg#FontAwesome6Sharp-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: var(--small);
    margin-top: 0;
    line-height: 1.25;
    position: relative;
    display: block;
    font-weight: 600;
    text-wrap: balance;
    color: #D80A30;
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) :is(b, strong) {
    color: #191919;
}

h1,
.h1 {
    font-size: 68px;
    margin-bottom: var(--mediumlarge);
	 line-height: 1;
}

.h2,
h2 {
    font-size: 40px;
}

.h3,
h3 {
    font-size: 36px;
}

.h4,
h4 {
    font-size: 32px;
}

.h5,
h5 {
    font-size: 24px;
}

.h6,
h6 {
    font-size: 20px;
    color: inherit;
    font-weight: 500;
    line-height: 1.25
}

/*html {
    overflow-x: hidden;
}*/

body {
    font-size: 16px;
    font-weight: 300;
    font-family: "obvia", sans-serif;
    overflow-x: hidden;
    line-height: 1.675;
    color: #191919;
    background: #FFFFFB;
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

body.overflow-hidden {
    overflow-y: hidden;
    overflow-x: hidden;
}

main {
}

p {
    margin-top: 0;
    margin-bottom: var(--small);
}

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

a:hover {
    text-decoration: none;
}

ul,
ol {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: var(--small);
}

ul li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
}

label {
    font-weight: 300;
    margin-bottom: 5px;
    color: rgb(25 25 25 / 70%);
    display: block;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 5px solid #D80A30;
}

blockquote {
    font-size: 32px;
    margin: var(--mediumlarge) 0;
    color: #D80A30;
    line-height: 1.25;
    font-weight: 500;
    position: relative;
}


blockquote p:before {
    content: '“';
     /*margin-right: 7.5px;*/
    /*position: absolute;
    top: 0;
    left: calc(var(--medium) * -1)*/
}


blockquote p:after {
    content: '”';
   /* margin-left: 7.5px;*/
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
       line-height: 1.25;
    width: 100%;
    position: relative;
    padding: 15px;
    border:0;
    background-color: #ffffff;
    font-weight: 300;
    border: 1px solid rgb(25 25 25 / 50%);

}


input:active,input:focus {
    border-color: #D80A30
}

select {
    background-image: linear-gradient(45deg,transparent 50%,rgb(60 60 59 / 50%) 50%),linear-gradient(135deg,rgb(60 60 59 / 50%) 50%,transparent 50%);
    background-position: calc(100% - 20px) 50%,calc(100% - 15px) 50%,100% 0;
    background-size: 5px 5px,5px 5px,5px 5px;
    background-repeat: no-repeat;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}



::-webkit-input-placeholder {
    color: rgb(25 25 25 / 30%);
}

::-moz-placeholder {
    color: rgb(25 25 25 / 30%);
}

:-ms-input-placeholder {
    color: rgb(25 25 25 / 30%);
}

::-moz-selection {
    background-color: #D80A30;
    color: #ffffff;
}

::selection {
    background-color: #D80A30;
    color: #ffffff;
}

::-moz-selection {
    background-color: #D80A30;
    color: #ffffff;
}

:focus {
    outline: 0 !important;
}

table {
   margin-bottom: var(--small);
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

table thead tr,
table tr:first-child {
    background: #D80A30;
    color: #ffffff;
    font-weight: 500
}


table tbody tr:nth-child(even) {
    background: #EFEFEF;
}

table tr :is(td, th) {
    padding: 5px 15px;
}

table tr th {
    font-weight: 500;
}



b,
strong {
    font-weight: 600;
}

small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
     font-family: inherit;
  font-size: inherit;
  line-height: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.row {
    margin-right:  calc(var(--extrasmall) * -1);
    margin-left: calc(var(--extrasmall) * -1);
}

.row [class*="col-"] {
    padding-right: var(--extrasmall);
    padding-left: var(--extrasmall);
}

@media (min-width: 992px) {

    .row.huge-gutters {
        margin-right:  calc(var(--extralarge) * -1);
        margin-left: calc(var(--extralarge) * -1);
    }

    .row.huge-gutters [class*="col-"] {
        padding-right: var(--extralarge);
        padding-left: var(--extralarge);
    }

    .row.extralarge-gutters {
        margin-right:  calc(var(--large) * -1);
        margin-left: calc(var(--large) * -1);
    }

    .row.extralarge-gutters [class*="col-"] {
        padding-right: var(--large);
        padding-left: var(--large);
    }

    .row.large-gutters {
        margin-right:  calc(var(--mediumlarge) * -1);
        margin-left: calc(var(--mediumlarge) * -1);
    }

    .row.large-gutters [class*="col-"] {
        padding-right: var(--mediumlarge);
        padding-left: var(--mediumlarge);
    }

    .row.medium-gutters {
        margin-right:  calc(var(--medium) * -1);
        margin-left: calc(var(--medium) * -1);
    }

    .row.medium-gutters [class*="col-"] {
        padding-right: var(--medium);
        padding-left: var(--medium);
    }

    .row.small-gutters {
        margin-right:  calc(var(--small) * -1);
        margin-left: calc(var(--small) * -1);
    }

    .row.small-gutters [class*="col-"] {
        padding-right: var(--small);
        padding-left: var(--small);
    }

    .row.normal-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.normal-gutters > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/*.row.small-gutters {
    margin-right: -10px;
    margin-left: -10px;
}

.row.small-gutters [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
*/

.row.no-gutters {
        margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class*="col-"] {
        padding-right: 0;
    padding-left: 0;
}

.btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 20px 72.5px 20px 20px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border: 0;
    color: #ffffff;
    z-index: 1;
    background: #D80A30;
    overflow: hidden;
    font-weight: 500;
    line-height: 1.125;
    min-width: 180px;
    text-align: left;
    cursor: pointer;
}

.btn.btn--simple {
    padding: 17.5px 20px;
}

.btn:before {
   content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    border-radius: 100%;
    z-index: -1;
    width: 30px;
    height: 30px;
    background-color: #E03958;
    -webkit-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
    pointer-events: none;
}

.btn:hover:before {
    -webkit-transform: translateY(-50%) scale(15);
    transform: translateY(-50%) scale(15);
}

.btn.btn--simple:before { 
    right: unset;
    left: 50%;
}

.btn.btn--simple:hover:before { 
    -webkit-transform: translate(-50%, -50%) scale(15);
    transform: translate(-50%, -50%) scale(15);
}


.btn:not(.btn--simple):after {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Sharp';
    line-height: 1;
    position: absolute;
    background: #E03958;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 30px;
    height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    right: 15px;
    font-size: 14px;
}


.btn[href*='.pdf']:after {
    content: '';
        -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.btn:not(.btn--simple):hover:after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.btn.btn--secondary {
    background: #191919
}

.btn.btn--secondary:before,
.btn.btn--secondary:after {
    background: #D80A30
}

.btn.btn--tertiary {
    background: #FFFFFF;
    color: #D80A30
}

.btn.btn--tertiary:before,
.btn.btn--tertiary:after {
    background: #E9E9E9;
    color: #D80A30   
}

.btn.btn--outline {
    box-shadow: 0 0 0 1px #D80A30 inset;
    background: transparent;
    color: #D80A30;
}

.btn.btn--outline:before {
   background: #D80A30;
   right: 50%;
}


.btn.btn--outline:after {
   background: #D80A30;
}


.btn.btn--outline:hover:after {
   background: #E03958;
}


.btn.btn--outline:hover {
    color: #ffffff
}

.btn.btn--tertiary.btn--outline {
    box-shadow: 0 0 0 1px #ffffff inset;
    color: #ffffff;
}

.btn.btn--tertiary.btn--outline:before,
.btn.btn--tertiary.btn--outline:after {
    background: #E03958;
    color: #ffffff   
}

.btn:has(b) {
    font-weight: 400;
}



/* Main styles */

header {
    position: sticky;
    z-index: 10;
    background: #191919;
    top: 0;
    right: 0;
    left: 0;
}


header .navigation-logo {
    width: 100%;
    max-width: 150px;
    position: relative;
    margin: 0;
    z-index: 1;
    margin-right: var(--medium);
    line-height: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: block;
    padding: var(--small) 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform-origin: top left
}

body:not(.scrolled) header .navigation-logo {
    top: 75%;
    max-width: 210px;
}

header .navigation {
   
}

header .navigation .navigation-top {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
     align-items: center; 
    justify-content: space-between;
     background: #D80A30;
    color: #ffffff;
    gap: var(--medium);
    line-height: 1;
    z-index: 2
}

header .navigation .navigation-top:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: var(--navigationwidth);
    background: #D80A30;
    pointer-events: none;
    z-index: -1
}

header .navigation .navigation-bottom {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
     align-items: center; 
    justify-content: space-between;
    background: #ffffff;
    gap: var(--medium);
    line-height: 1;
}

header .navigation .navigation-bottom:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80vw;
    background: #EFEFEF;
    pointer-events: none;
    z-index: -1;
    width: var(--navigationwidth);
}



header .navigation :is(.navigation-top, .navigation-bottom) > ul {
    margin-bottom: 0;
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
    gap: var(--small);
    line-height: 1;
    padding: 0 0 0 var(--medium);
    width: 100%
}

header .navigation :is(.navigation-top, .navigation-bottom) > ul > li {
    display: inline-block;
}

header .navigation :is(.navigation-top, .navigation-bottom) > ul > li > a {
    padding: var(--small) 0;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    list-style: none;
}

header .navigation :is(.navigation-top, .navigation-bottom) > ul > li:hover > a {
    color: #D80A30;
}

header .navigation :is(.navigation-top) > ul > li:hover > a {
    color: #191919;
}

header .navigation :is(.navigation-top, .navigation-bottom) > ul > li.current-menu-item > a {
    font-weight: 600;
}


header .navigation :is(.navigation-top, .navigation-bottom) > ul > li.menu-item-has-children > ul {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 0;
    width: 100%;
    max-width: var(--container);
    background: #ffffff;
    top: calc(var(--headerheight) - 0.5px);
    padding: var(--mediumlarge) var(--large);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotateX(90deg) translateX(-50%);
    transform: rotateX(90deg) translateX(-50%);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-columns: 3;
    columns: 3;
    -webkit-column-gap: var(--small);
    column-gap: var(--small);
    /*line-height: 2;*/
    line-height: 1.375;
    box-shadow: 0px 5px 15px 0px rgb(25 25 25 / 25%);
    z-index: -1;
    padding-right: calc(420px + var(--large));
    text-align: left;
}


header .navigation :is(.navigation-top, .navigation-bottom) > ul > li.menu-item-has-children > ul:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 420px;
    background-image: var(--background);
    background-size: cover;
    background-position: center center
}

/*header .navigation :is(.navigation-top, .navigation-bottom) > ul > li.menu-item-has-children.open:before {
    content: '';
    position: absolute;
    top: 100%;
    width: 15px;
    height: 10px;
    z-index: 1;
    background: #191919;
    transform: translateX(-50%);
    left: 50%;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}*/


header .navigation .navigation-bottom > ul > li:last-child {
    margin-left: auto;
}

header .navigation .navigation-bottom > ul > li:last-child > a {
    background: #EFEFEF;
    position: relative;
    z-index: 1;
    padding: var(--small) 0 var(--small) var(--small);
    line-height: 1;
    color: #D80A30;
    font-weight: 500;
}

header .navigation .navigation-bottom > ul > li.menu-item-has-children > a:after {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Sharp';
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
        color: #D80A30;
}

header .navigation .navigation-bottom > ul > li.menu-item-has-children.open > a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

header .navigation :is(.navigation-top, .navigation-bottom) > ul > li.menu-item-has-children.open > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg) translateX(-50%);
    transform: rotateX(0deg) translateX(-50%);
}

header .navigation :is(.navigation-top, .navigation-bottom) > ul > li > ul > li:first-child {
    color: #D80A30;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    -webkit-column-span:all;
    column-span:all;
    margin-bottom: var(--tiny)
}

header .navigation :is(.navigation-top, .navigation-bottom) > ul > li > ul > li:not(:first-child) {
    margin-bottom: 7.5px;
    display: block;
}

header .navigation :is(.navigation-top, .navigation-bottom) > ul > li > ul > li:not(:first-child) a {
    display: block;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-left: 22.5px;
    position: relative;
}

header .navigation :is(.navigation-top, .navigation-bottom) > ul > li > ul > li:not(:first-child) a:before {
   content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Sharp';
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #D80A30;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 1px;

}



header .navigation :is(.navigation-top, .navigation-bottom) > ul > li > ul > li:not(:first-child) a:hover {
    color: #D80A30;
}

header .navigation :is(.navigation-top, .navigation-bottom) > ul > li > ul > li:not(:first-child) a:hover:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

header .navigation :is(.navigation-top, .navigation-bottom) > ul > li > ul > li:not(:first-child):has(ul) > a {
	color: #D80A30;
	font-weight: 600;
	padding-left: 0;
	margin-bottom: 7.5px;
}

header .navigation :is(.navigation-top, .navigation-bottom) > ul > li > ul > li:not(:first-child):has(ul) > a:before {
	content: unset;
}
header .navigation :is(.navigation-top, .navigation-bottom) > ul > li > ul > li:not(:first-child) ul {
	margin-bottom: 0;
}

header .navigation .navigation-login {
    color: #ffffff;
    display: block;
    font-weight: 600;
    white-space: nowrap;
}

header .navigation .navigation-login:before {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Sharp';
    line-height: 1;
    font-size: 14px;
    margin-right: 10px;
}



header .wpml-ls{

}

header .wpml-ls ul {
    margin-bottom: 0;
    line-height: 0;
    padding: 0;
}

header .wpml-ls ul li{
    list-style: none;
    position: relative;
}

header .wpml-ls ul li a {
    display: block;
    white-space: nowrap;
}

header .wpml-ls ul li:has(ul li) a.wpml-ls-item-toggle:after {
      content: '';
       font-family: 'Font Awesome 6 Sharp';
       font-weight: 400;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    line-height: 0;
    vertical-align: middle;
}

header .wpml-ls ul li:hover a.wpml-ls-item-toggle:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

header .wpml-ls ul li a img{
        width: 27.5px;
    vertical-align: middle;
    margin-right: 7.5px;
}

header .wpml-ls ul li ul.wpml-ls-sub-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1
}

header .wpml-ls ul li ul.wpml-ls-sub-menu li{
    margin-top: 10px;
}

header .wpml-ls ul li:hover ul.wpml-ls-sub-menu {
    opacity: 1;
    visibility: visible;
}



/* Navbar toggler */

header .navigation-account {
    width: 52.5px;
    height: 52.5px;
    color: #ffffff;
    z-index: 1;
    background: #D80A30;
      display: flex;
    justify-content: center;
    align-items: center;
}

header .navigation-account:after {
    content: "";
    font-weight: 400;
    font-family: "Font Awesome 6 Sharp";
    line-height: 1;
    font-size: 16px;
}

header .navigation-toggler {
    position: relative;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    display: block;
    color: #D80A30;
    line-height: 0;
    cursor: pointer;
    width: 52.5px;
    height: 52.5px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}



header .navigation-toggler .icon-bar {
    display: block;
    width: 25px;
    height: 2.5px;
}

header .navigation-toggler.collapsed .icon-bar {
    background-color: currentColor;
}

header .navigation-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

header .navigation-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

header .navigation-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    width: 25px;
    margin-left: 0;
}

header .navigation-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

header .navigation-toggler .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: currentColor;
}

header .navigation-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6.5px;
}

header .navigation-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

header .navigation-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 6.5px;
}



/* header */

section.header {
    position: relative;
    background: #191919;
    color: #ffffff;
    overflow: hidden;
   
}

section.header:before {
    content: '';
    position: absolute;
    top: var(--extralarge);
    right: 0;
    bottom: 0;
    left: 0;
     background-image: url(images/pattern-single.svg);
    background-size: var(--backgroundsize);
    background-position: top left;
    pointer-events: none;
}


section.header .header-image {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 66.666%;
    height: 100%;
    width: var(--navigationwidth);
}

section.header .header-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


section.header .header-content {
    z-index: 2;
    position: relative;
    padding: var(--extrahuge) var(--extralarge) var(--extrahuge) 0;
}



section.header .header-content h1 {
   margin-right: calc(var(--extrahuge) * -4);
   text-wrap: inherit;
   color: #ffffff
}

section.header .header-content :is(.read-less, .label) {
    margin-bottom: var(--mediumlarge)
}


section.header .header-content a:not(.btn, .read-less) {
    text-decoration-line: underline;
    text-decoration-thickness: 1.25px;
    text-underline-offset: 5px;
    text-decoration-color: currentColor;
}



section.header .header-content p {
 

}

section.header .header-content *:last-child {
    margin-bottom: 0;
}

section.header .header-content .header-content__buttons {
       margin-top: var(--medium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}




/* header */

section.subheader {
    position: relative;
    background: #191919;
    color: #ffffff;
    overflow: hidden;
   
}

section.subheader .subheader-image {
    position: relative;
    display: block;
    padding-bottom: 66.666%;
    height: 100%;
    width: var(--navigationwidth);
}


section.subheader .subheader-image .subheader-image__arrow {
    background: #D80A30;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    height: 52.5px;
    width: 52.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}

section.subheader .subheader-image .subheader-image__arrow:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 50vw;
    background-color: #ffffff;
}

section.subheader .subheader-image .subheader-image__arrow:after {
       content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Sharp';
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    animation: bounce 2s infinite;
}

section.subheader:has(.subheader-usps) .subheader-image {
    height: 120%;
}

section.subheader .subheader-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


section.subheader .subheader-background {
    position: relative;
    display: block;
    padding-bottom: 66.666%;
    height: 100%;
    width: 60vw;
    background-image: url(images/pattern-single.svg);
    background-size: var(--backgroundsize);
    background-position: top right;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}



section.subheader .subheader-content {
    z-index: 2;
    position: relative;
    padding: var(--extrahuge) var(--extralarge) var(--extrahuge) 0;
}

section.subheader .subheader-content h1 {
   margin-right: calc(var(--extrahuge) * -2);
/*    text-wrap: inherit; */
   color: currentColor;
}

section.subheader .subheader-content :is(h5, .h5):first-child {
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

section.subheader .subheader-content p {
        opacity: 0.6;
}
section.subheader .subheader-content *:last-child {
    margin-bottom: 0;
}

section.subheader .subheader-content .subheader-content__buttons {
    margin-top: var(--medium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

section.subheader .subheader-usps {
    color: #FFFFFF;
    background: #D80A30;
    padding: var(--medium) var(--medium);
    position: relative;
    z-index: 2;
}

section.subheader .subheader-usps:after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 50vw;
    background: #ffffff;
    z-index: -1;
}

section.subheader .subheader-usps ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: var(--small);
    margin-bottom: 0;
    line-height: 1;
}

section.subheader .subheader-usps ul li {
    list-style: none;
}

section.subheader .subheader-usps ul li:before {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Sharp';
    margin-right: 10px;
}



/* Person */

section.person {
    padding-top: var(--extralarge);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

section.person:after {
    content: '';
    background: #F2F2F2;
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100% - var(--extralarge));
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
}
section.person .person-image {
    line-height: 0;
    position: relative;

}

section.person .person-content {
     padding-left: var(--huge);
     padding-bottom: var(--huge)
}

section.person .person-content:before {
    content: url(images/icon.svg);
    width: 60px;
    display: inline-block;
    line-height: 0;
    margin-bottom: var(--medium);
}

section.person .person-content :is(h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6) {
    margin-left: calc(var(--huge) * -0.75)
}

section.person .person-content .person-content__buttons {
    margin-top: var(--medium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


/* Article */

article.article {
    position: relative;
    margin: var(--huge) 0;
}


article.article:has(.article-header, .article-content--background) {
    margin-top: 0;
}


article.article .article-header {
    display: block;
    position: relative;
    aspect-ratio: 2 / 1;
    margin-top: -52.5px;
    margin-bottom: var(--mediumlarge);
}


article.article .article-header img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

article.article .article-header__arrow {
    background: #D80A30;
    color: #ffffff;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1;
    display: block;
    height: 52.5px;
    width: 52.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

article.article .article-header__arrow:after {
       content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Sharp';
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    animation: bounce 2s infinite;
}

article.article .article-content {
    max-width: 720px;
    position: relative;
}

article.article .container > .article-content {
    max-width: 100%;
}

article.article .article-content.article-content--background {
    max-width: 100%;
    padding: var(--large);
    background: #ffffff;
    margin-top: -105px;
}

article.article .article-content :is(h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6) {
    margin-bottom: var(--extrasmall);
}

article.article .article-content img {
    width: auto;
    max-width: 100%;
}

article.article .article-content .alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

article.article .article-content .alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

article.article .article-content a:not(.btn, .article-content__arrow) {
        color: #D80A30;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2.5px;
    text-decoration-color: #D80A30;
}

article.article .article-content ul li {
    position: relative;
    padding-left: 15px;
}

article.article .article-content ul li:before {
        content: '•';
    position: absolute;
    left: 0;
}

article.article .article-content > ol {
    counter-reset: counter;
}

article.article .article-content > ol > li {
    position: relative;
    padding-left: 15px;
}

article.article .article-content > ol > li:before {
    counter-increment: counter;
    content: counter(counter) ". ";
    position: absolute;
    left: 0;
}

article.article .article-content *:last-child {
    margin-bottom: 0;
}

article.article .article-content .article-content__arrow {
    background: #D80A30;
    color: #ffffff;
    position: absolute;
    left: 100%;
    z-index: 1;
    display: block;
    height: 52.5px;
    width: 52.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 52.5px;
}

article.article .article-content .article-content__arrow:after {
       content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Sharp';
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    animation: bounce 2s infinite;
}

article.article .article-content .article-content__buttons {
    margin-top: var(--medium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


article.article .article-image {
    display: block;
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}


article.article .article-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

article.article .article-sidebar {
    padding: max(22.5px, calc(var(--base) * 2.5));
    background: #EFEFEF;
    margin-top: calc(var(--medium) * 2);
    position: sticky;
    top: calc(var(--headerheight) + calc(var(--medium) * 2));
}

article.article .article-sidebar :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    color: #191919
}

article.article .article-sidebar :is(h6, .h6) {
    color: #D80A30;
    text-transform: uppercase;
    margin-bottom: var(--tiny);
    font-weight: 600;
}

article.article .article-sidebar ul {
    line-height: 1.5;
}

article.article .article-sidebar ul:not(:last-child) {
    margin-bottom: var(--medium);
}
article.article .article-sidebar ul li b {
        color: #D80A30;
    font-weight: 300;
}

article.article .article-sidebar ul li:not(:last-child) {
    margin-bottom: 7.5px;
}

article.article .article-sidebar ul li:nth-child(2) {
    font-size: 20px;
    font-weight: 600;
}
article.article .article-sidebar ul li a[href*="tel:"]:before {
  content: "";
    font-weight: 400;
    font-family: 'Font Awesome 6 Pro solid';  
    padding-right: 10px;
    color: #D80A30;
}

article.article .article-sidebar ul li a[href*="mailto:"] {
color: #D80A30;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2.5px;
    text-decoration-color: #D80A30;
}

article.article .article-sidebar ul li a[href*="maps"] span {
    color: rgb(25 25 25 / 60%);
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2.5px;
    text-decoration-color: rgb(25 25 25 / 60%);
}

article.article .article-sidebar ul li a[href*="maps"]:after {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Sharp';
    margin-left: 10px;
    font-size: 14px;
     color: rgb(25 25 25 / 60%);
}


article.article .article-sidebar .article-sidebar__buttons {
    margin-top: var(--medium);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 0;
}

/*article.article .article-sidebar .article-sidebar__buttons .btn {
    width: 100%;
    text-align: center;
}*/

/* Article */

section.vacancies {
    position: relative;
    padding: var(--huge) 0 var(--extrahuge) 0;
    background: #D80A30;
    color: #ffffff;
    margin: 0 var(--mediumlarge);
}

section.vacancies .vacancies-header {
    margin-bottom: var(--large)
}

section.vacancies .vacancies-header :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    color: inherit;   
}

section.vacancies .vacancies-header *:last-child {
    margin-bottom: 0;
}

section.vacancies .vacancy {
    margin-bottom: 0
}

section.vacancies .vacancy li {
    margin-bottom: 0;
     display: block;
    position: relative;
    border-bottom: 1px solid #E03958;
    padding: var(--medium) 0;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.vacancies .vacancy li:hover {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}


section.vacancies .vacancy li a {
    display: flex;
    flex-wrap: wrap;
    gap: var(--medium);
}

section.vacancies .vacancy li a:after {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Sharp';
    line-height: 1;
    background: #E03958;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 30px;
    height: 30px;
    font-size: 14px;
}

section.vacancies .vacancy li a :is(h5, .h5) {
    margin-right: auto;
    text-transform: uppercase;
    color: inherit;
    margin-bottom: 0
}

section.vacancies .vacancy li a :is(.vacancy-hours,.vacancy-tags) {

}

section.vacancies .vacancy li a .vacancy-hours:before {
        content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Sharp';
    margin-right: 10px;
    font-size: 14px;
}


section.vacancies .vacancy li a .vacancy-tags:before {
        content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Sharp';
    margin-right: 10px;
    font-size: 14px;
}



/* Imageblock */

section.imageblock {
    position: relative;
    margin: var(--huge) 0;
    z-index: 1
}

section.header + section.imageblock {
    margin-top: calc(var(--extralarge) * -1);
}

section.imageblock:has(.imageblock-image--full) {
    padding-bottom: var(--extralarge) 
}

section.imageblock:has(+ section.person) {
    margin-bottom: 0
}

section.imageblock:has(+ section.person):before  {
        content: '';
    background: #F2F2F2;
    position: absolute;
    height: 75%;
    bottom: 0;
    width: calc(100% - var(--extralarge));
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
}

section.imageblock.imageblock--reverse .row {
    flex-direction: row-reverse;
}


section.imageblock .imageblock-content {
    
   
}

section.imageblock.imageblock--background .imageblock-content {
    padding: var(--extralarge);
    position: relative;
    color: #ffffff;
    background: #D80A30;
}


section.header + section.imageblock .imageblock-content {
     background: #ffffff;
     padding: var(--extralarge);
    position: relative;
}

section.subheader + section.imageblock .imageblock-content {
    padding-left: var(--extralarge);
    padding-right: var(--extralarge);
}


section.imageblock .imageblock-content :is(h5, .h5):first-child {
    color: #888888;
        margin-bottom: var(--tiny);
} 


section.imageblock.imageblock--background .imageblock-content :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    color: currentColor;
}

section.imageblock .imageblock-content a:not(.btn) {
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2.5px;
    text-decoration-color: currentColor;
}

section.imageblock .imageblock-content *:last-child {
    margin-bottom: 0
}


section.imageblock .imageblock-content .imageblock-content__person {
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--small);
     margin-top: var(--medium);
}

section.imageblock .imageblock-content .imageblock-content__person img {
    width: 75px;
    border-radius: 50%;
}

section.imageblock .imageblock-content .imageblock-content__buttons {
    margin-top: var(--medium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


section.imageblock .imageblock-image {
    position: relative;
    display: block;
    padding-bottom: 66.666%;
    height: 100%;
    overflow: hidden;
}


section.imageblock .imageblock-image.imageblock-image--full {
    width: 50vw;
    
    padding-bottom: 66.666%;
}

section.person + section.imageblock .imageblock-image.imageblock-image--full {
    top: calc(var(--huge) * -1.5);
    bottom: calc(var(--huge) * -1);
    height: calc(100% + calc(var(--huge) * 2.5));
}

section.imageblock.imageblock--reverse .imageblock-image.imageblock-image--full {
    float: right;
}


section.vacancies + section.imageblock .imageblock-image {
    top: calc(var(--huge) * -1.5);
    height: calc(100% + calc(var(--huge) * 1.5));
}



section.header + section.imageblock .imageblock-image :is(img, video) {
    top: calc(var(--extralarge) + var(--mediumlarge))
}

section.imageblock .imageblock-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


/* Gallery */

section.gallery {
    margin: var(--huge) 0;
    position: relative;
    overflow-x: hidden;
}


section.gallery .gallery-header {
        margin-bottom: var(--extrasmall);
    position: relative;
}

section.gallery .gallery-header *:last-child {
    margin-bottom: 0
}

section.gallery .gallery-slider {

}

section.gallery .gallery-slider .slick-list {
    overflow: visible;
}

section.gallery .gallery-slider .gallery-slider__image {
      position: relative;
    display: block;
    overflow: hidden;
   aspect-ratio: 1 / 1;
}

section.gallery .gallery-slider .gallery-slider__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


section.gallery .gallery-slider .gallery-slider__image:hover img {
 -webkit-transform: scale(1.1);
   transform: scale(1.1);
}

/* Block */

section.block {
    position: relative;
    background: #EFEFEF;
    z-index: 1;
}

section.block.block--reverse .row {
    flex-direction: row-reverse;
}

section.block .block-content {
    padding: var(--extralarge) 0;
}

section.block .block-content :is(h5, .h5):first-child {
    color: #888888;
    margin-bottom: var(--extrasmall);
} 

section.block .block-content a:not(.btn) {
    text-decoration-line: underline;
    text-decoration-thickness: 1.25px;
    text-underline-offset: 5px;
    text-decoration-color: currentColor;
}

section.block .block-content .block-content__buttons {
    margin-top: var(--medium);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

section.block .block-image {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    width: 50vw;
    padding-bottom: 66.666%;
}

section.block.block--reverse .block-image {
    float: right;
}

section.block .block-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


/* Teams */

section.teams {
    margin: var(--huge) 0;
    position: relative;
}

section.teams .teams-header {
    margin-bottom: var(--medium);
}

section.teams .teams-header ul {
    display: flex;
    flex-wrap: wrap;
    gap: var(--tiny);
}

section.teams .teams-header ul li {

}

section.teams .teams-header ul li label {
   background: #EFEFEF;
    font-weight: normal;
    line-height: 1;
    padding: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.teams .teams-header ul li label:has(input:checked),
section.teams .teams-header ul li label:hover {
    background: #D80A30;
    color: #ffffff;
}

section.teams .teams-header *:last-child {
    margin-bottom: 0
}

section.teams .team {
    position: relative;
    display: block;
    background: #ffffff;
    height: calc(100% - var(--medium));
    margin-bottom: var(--medium);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 8.198px 58.298px 0px #DBD5D0;
}


section.teams .team:hover {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}


section.teams .team .team-image {
     position: relative;
    display: block;
    overflow: hidden;
   /*aspect-ratio: 3 / 4;*/
   padding-bottom: 125%;
   height: 100%;
}



section.teams .team .team-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.teams .team .team-content {
    padding: var(--mediumlarge) var(--medium);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}


section.teams .team .team-content h5 {
    margin-bottom: 5px;
}




section.teams .team .team-content ul {
    margin-bottom: 0;
}

section.teams .team .team-content ul li {
    list-style: none
}

section.teams .team .team-content ul li a[href*='tel:'] {
    font-weight: 600
}

section.teams .team .team-content ul li a[href*='tel:']:before {
    content: "\f879";
    font-weight: 400;
    font-family: 'Font Awesome 6 Pro solid';
    color: #D80A30;
    display: inline-block;
    margin-right: 7.5px;
    line-height: 1;
}

section.teams .team .team-content .team-content__linkedin {
    position: absolute;
    bottom: var(--extrasmall);
    right: var(--extrasmall);
    line-height: 1;
    color: #D80A30;
    font-size: 32px;
}

section.teams .team .team-content .team-content__linkedin:before {
    content: '';
    font-weight: normal;
    font-family: 'Font Awesome 6 Brands';
}


/* Cards */

section.cards {
    margin: var(--extralarge) 0;
    position: relative;
}

section.cards .cards-header {
   margin-bottom: var(--medium);
    position: relative;
}



section.cards .cards-header ul {
    display: flex;
    flex-wrap: wrap;
    gap: var(--tiny);
}

section.cards .cards-header ul li {

}

section.cards .cards-header ul li label {
   background: #EFEFEF;
    font-weight: normal;
    line-height: 1;
    padding: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.cards .cards-header ul li label:has(input:checked),
section.cards .cards-header ul li label:hover {
    background: #D80A30;
    color: #ffffff;
}


section.cards .cards-header *:last-child {
    margin-bottom: 0;
}

section.cards .card {
    position: relative;
    display: block;
    border: 0;
    z-index: 1;
    aspect-ratio: 1 / 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    margin-bottom: calc(var(--extrasmall) * 2)
}

section.cards .card:hover {
     -webkit-transform: scale(1.025);
    transform: scale(1.025);
}

section.cards .card .card-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


section.cards .card .card-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


section.cards .card .card-image .card-image__label {
    position: absolute;
    right: var(--extrasmall);
    top: var(--extrasmall);
    background: #D80A30;
    color: #ffffff;
    line-height: 1;
    padding: 7.5px 15px;
    border-radius: 30px;
    font-size: 14px;
    animation: card-label 2s infinite;
}

section.cards .card .card-content {
    padding: var(--extrasmall);
    position: absolute;
    left: var(--extrasmall);
    right: var(--extrasmall);
    bottom: var(--extrasmall);
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transform: translateY(87px);
    -webkit-transform: translateY(87px);
}

section.cards .card:hover .card-content {
    background-color: #D80A30;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

section.cards .card .card-content :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    color: #ffffff;
    margin-bottom: calc(var(--extrasmall) * 2)
}

section.cards .card .card-content span {
    margin-top: var(--medium);
    display: inline-block;
}

section.cards .card .card-content *:last-child {
    margin-bottom: 0;
}

section.cards .card .card-content:after {
    content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Sharp';
    line-height: 1;
    background: #E03958;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 30px;
    height: 30px;
    font-size: 14px;
    position: absolute;
    right: var(--extrasmall);
    bottom: var(--extrasmall);
}


/* Posts */

section.posts {
    margin: var(--huge) 0;
    position: relative;
    overflow-x: hidden;
}


section.posts .posts-header {
    margin-bottom: var(--medium);
    position: relative;
}

section.posts .posts-header :is(h5, .h5) {
        margin-bottom: var(--tiny);
}

section.posts .posts-header ul {
    display: flex;
    flex-wrap: wrap;
    gap: var(--tiny);
}

section.posts .posts-header ul li {

}

section.posts .posts-header ul li label {
   background: #EFEFEF;
    font-weight: normal;
    line-height: 1;
    padding: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.posts .posts-header ul li label:has(input:checked),
section.posts .posts-header ul li label:hover {
    background: #D80A30;
    color: #ffffff;
}

section.posts .posts-header *:last-child {
    margin-bottom: 0
}

section.posts .posts-slider .slick-list {
    overflow: visible;
}

section.posts .post {
    position: relative;
    display: block;
    border: 0;
    z-index: 1;
    /* overflow: hidden;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: var(--mediumlarge);
    height: calc(100% - var(--mediumlarge))
}

section.posts .post:hover {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}

section.posts .posts-slider .post {
    margin-bottom: 0;
    height: auto;
}

section.posts .post .post-image {
    position: relative;
    display: block;
    aspect-ratio: 3 / 2;
    /*overflow: hidden;*/
}

section.posts .post .post-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.posts .post .post-image .post-image__label {
    position: absolute;
    right: var(--extrasmall);
    top: var(--extrasmall);
    background: #F2F2F2;
    line-height: 1;
    padding: 7.5px 15px;
    border-radius: 30px;
    font-size: 14px;
    animation: post-label 2s infinite;
}

section.posts .post .post-image .post-image__arrow {
       background: #D80A30;
       color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    z-index: 1;
    display: block;
    height: 45px;
    width: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.posts .post .post-image .post-image__arrow:after {
       content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Sharp';
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    line-height: 1;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.posts .post .post-image:hover .post-image__arrow:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

section.posts .post .post-content {
    padding-top: var(--small);
}

section.posts .post .post-content .post-content__date {
    opacity: 0.7;
    font-size: 14px;
    margin-bottom: 5px;
}

section.posts .post .post-content :is(h1, h2, h3, h4, h5, h6) {
   
}

section.posts .post .post-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

section.posts .post .post-content *:last-child {
    margin-bottom: 0;
}

section.posts .posts-footer {
    margin-top: var(--mediumlarge);
    position: relative;
    text-align: center;
}

/* Steps */

section.steps {
    margin: var(--huge) 0;
    position: relative;
}

section.steps .steps-header {
    position: sticky;
    top: calc(var(--headerheight) + var(--medium));
        max-width: 480px;
}

section.steps .steps-header p:last-of-type {
    margin-bottom: 0
}

section.steps .steps-header .steps-header__buttons {
    padding-top: var(--medium);
    line-height: 0;
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


section.steps ul.steps-content {
    padding: var(--largehuge) 0;
    position: relative;
    margin-bottom: 0
}

section.steps ul.steps-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 7.5px;
    bottom: 0;
    border-left: 1px solid #D9D9D9;
}

section.steps ul.steps-content li {
    padding-left: var(--large);
    position: relative;
    margin-bottom: var(--large)
}


section.steps ul.steps-content li:last-child,
section.steps ul.steps-content li *:last-child {
    margin-bottom: 0;
}

section.steps ul.steps-content li:before {
    content: '';
    position: absolute;
    left: 0;
    background: #D80A30;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    z-index: 1;
    animation: steps-animation 2s infinite;
}

/* Video */

section.video {
    margin: var(--huge) 0;
    position: relative;
}

section.video .video-embed { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

section.video .video-embed iframe { 
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* CTA */

section.cta .cta {
    background: #EFEFEF;
    padding: var(--medium) var(--mediumlarge);
}

section.cta .cta .cta-person {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

section.cta .cta .cta-person .cta-person__image {
    position: relative;
    width: 105px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    margin-right: var(--medium);
    overflow: hidden;
}

section.cta .cta .cta-person .cta-person__image img {
     position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.cta .cta .cta-person .cta-person__content :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) :is(b, strong) {
    color: #888888;
}

section.cta .cta .cta-person .cta-person__content *:last-child {
    margin-bottom: 0
}

section.cta .cta .cta-buttons {
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

}


/* Video */

section.video .video-image {
    position: relative;
    display: block;
    aspect-ratio: 3 / 1.5;
    overflow: hidden;
}

section.video .video-image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.video .video-image .video-image__playpause {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(images/play.svg);
    background-size: max(90px, 12.5%);
    background-repeat: no-repeat;
    background-position: center center;
    filter: drop-shadow(0px 3px 56px #000000AA);
}


section.video .video-image .video-image__playpause.playing {
   /* content: "";*/
    opacity: 0;
}

/* Gravity Forms */

.gform_wrapper.gravity-theme .gform_fields {
        grid-column-gap: var(--small) !important;
    grid-row-gap: var(--extrasmall) !important;
    margin-bottom: var(--extrasmall) !important;
}

/* Breadcrumbs */

.breadcrumbs {
       background: #ffffff;
    display: inline-block;
    margin-bottom: 0;
    position: absolute;
    right: var(--large);
    line-height: 1.125;
    padding: 7.5px 10px;
    z-index: 1;
    top: var(--small);
    color: #191919;
}

.breadcrumbs .breadcrumb_seperator {
    color: #B7B7B7;
    margin: 0 5px;
}

.breadcrumbs .breadcrumb_last {
    color: #D80A30;
}

/* Slick slider */

.slick-dots {
    position: relative;
    margin-bottom: 0;
    line-height: 0;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    pointer-events: none;
}

.slick-dots li {
    list-style: none;
    flex: 1;
}


.slick-dots li button {
    font-size: 0;
    width: 100%;
    height: 4px;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    background: #E0E0E0
}

.slick-dots li.slick-active button {
    background: #D80A30;
}


/* Fancybox */

.fancybox-bg {
    background: #191919;
}

.fancybox-is-open .fancybox-bg {
    opacity: .75;
}


/* Footer*/

footer {
    position: relative;
    background: #191919;
    color: #ffffff;
    margin-top: var(--huge);
      
}

footer:before {
    content: '';
    position: absolute;
    top: calc(var(--mediumlarge) + var(--huge));
    right: 0;
    bottom: 0;
    left: 0;
   /* background-image: url(images/pattern.svg);
    background-size: cover;*/
    background-image: url(images/pattern-single.svg);
    background-size: var(--backgroundsize);
    background-position: top left;
    pointer-events: none;
}


footer:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: var(--huge);
    background: #ffffff;
    z-index: 0;
    pointer-events: none;
}

footer .footer-block {
    
    position: relative;
    z-index: 1
}

footer .footer-block .footer-block__content {
    padding: var(--large);
    position: relative;
    background: #D80A30;
    color: #ffffff;
}


footer .footer-block .footer-block__content :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    color: currentColor;
}

footer .footer-block .footer-block__content a:not(.btn) {
    text-decoration-line: underline;
    text-decoration-thickness: 1.25px;
    text-underline-offset: 5px;
    text-decoration-color: currentColor;
}

footer .footer-block .footer-block__content .footer-block__buttons {
    margin-top: var(--extralarge);
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


footer .footer-block .footer-block__image {
    position: relative;
    display: block;
    padding-bottom: 66.666%;
    height: 100%;
    overflow: hidden;
}

footer .footer-block .footer-block__image :is(img, video) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



footer .footer-main {
    padding: var(--extralarge) 0;
    
}

footer .footer-main .footer-main__background {
       background: #191919;
    padding: var(--large);
    border: 1px solid #414140CC;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer .footer-main ul.footer-main__contact {
   
    line-height: 2;

}

footer .footer-main ul.footer-main__contact li {
    list-style: none;
}


footer .footer-main ul.footer-main__contact li a {
   color: #8F8F8F;
}

footer .footer-main ul.footer-main__contact li a:after {
       content: '';
    font-weight: 400;
    font-family: 'Font Awesome 6 Sharp';
    margin-left: 10px;
    font-size: 14px;
}



footer .footer-main ul.footer-main__menu  {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: var(--extrasmall);
    column-gap: var(--extrasmall);
    line-height: 2.5;
    margin-bottom: 0
}

footer .footer-main ul.footer-main__menu li {
    list-style: none;
}

footer .footer-main ul.footer-main__menu li a {
    display: block;
}

footer .footer-main ul.footer-main__menu li a:hover {
    text-decoration-line: underline;
    text-decoration-thickness: 1.25px;
    text-underline-offset: 7.5px;
    text-decoration-color: currentColor;
}



footer .footer-copyright {
    padding: var(--small) 0;
    background: #191919;
    font-size: 14px;
    z-index: 1;
    position: relative;
	 border-top: 1px solid #414140CC;
}

footer .footer-copyright .footer-copyright__text {
    margin-bottom: 0
}


footer .footer-copyright ul.footer-copyright__menu  {
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: var(--extrasmall);

}

footer .footer-copyright ul.footer-copyright__menu li {
    list-style: none;
    display: inline-block;
}

footer .footer-copyright ul.footer-copyright__menu li:not(:last-child):after {
    content: '•';
    margin-left: var(--extrasmall)
}


body.loading {
    overflow-y: hidden;
    overflow-x: hidden;
}


body.loading:before {
    content: '';
    background: #191919;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:11;
    position: fixed;
    opacity: 0.75;
}


body.loading:after {
    content: '';
    width: 60px;
    height: 60px;
    border-width: 7.5px;
    border-style: solid;
    border-color: #D80A30;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    z-index: 12;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
}






/* Social media */

.social-media {
    line-height: 1;
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    margin-top: auto;
}

.social-media li {
    display: inline-block;
}

.social-media li:last-child {
    margin-right: 0
}

.social-media li a {
    height: 45px;
    width: 45px;
    text-align: center;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #D80A30;
    color: #ffffff;
    font-size: 18px;
}

.social-media li a:hover {
    background-color: #E03958;
}

.social-media li a:before {
    content: attr(data-icon);
    font-weight: normal;
    font-family: 'Font Awesome 6 Brands';
}





/* Embed container */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container img,
.embed-container object,
.embed-container embed { 
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/* Responsive */


@media (max-width: 1600px) {
    :root  {
    }
}   

@media (max-width: 1400px) {
    :root  {
        --base: 12.5px;
    }
}

@media (max-width: 1200px) {


    :root  {
        --base: 10px;
        --container: 1095px;
    }

    h1,
    .h1 {
        font-size: 56px;
    }

    .h2,
    h2 {
        font-size: 36px;
    }

    .h3,
    h3 {
        font-size: 32px;
    }

    .h4,
    h4 {
        font-size: 28px;
    }

    header .navigation {
        font-size: 15px;
    }

   

}

@media (max-width: 992px) {

    
    :root  {
        --base: 7.5px;

        --extrahuge: calc(var(--base) * 8);
        --huge: calc(var(--base) * 7);
        --backgroundsize: 45px;
    }
   

        
    h1,
    .h1 {
        font-size: 32px;
       
    }

    .h2,
    h2 {
        font-size: 30px;
    }

    .h3,
    h3 {
        font-size: 28px;
    }

    .h4,
    h4 {
        font-size: 24px;
    }

    .h5,
    h5 {
        font-size: 20px;
    }

    .h6,
    h6 {
        font-size: 18px;
    }

    body {
        font-size: 15px;
    }

    .btn {
        zoom: 0.9;
    }

    blockquote {
        font-size: 24px;
    }

    header .navigation-logo,
    body:not(.scrolled) header .navigation-logo {
        max-width: 150px;
        position: relative;
        -webkit-transform: unset;
        transform: unset;
        top: unset;
    }
    
    header .navigation {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: scroll;
        background: #191919;
        
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        top: var(--headerheight);
        display: block;
        z-index: 0;
        text-align: center;
    }

    header .navigation.open {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    header .navigation :is(.navigation-top, .navigation-bottom) {
        flex-flow: column;
        gap: var(--medium);
         padding: var(--medium) 0;
    }

    header .navigation .navigation-bottom {
        padding-bottom: 0
    }

    header .navigation :is(.navigation-top, .navigation-bottom) > ul {
        flex-flow: column;
        padding: 0;
        gap: var(--medium);
    }

    header .navigation :is(.navigation-top, .navigation-bottom) > ul > li > a {
        padding: 0;
    }

    header .navigation :is(.navigation-top, .navigation-bottom) > ul > li > ul > li:first-child {
        text-align: center;
        font-size: 18px
    }

    header .navigation .navigation-bottom > ul > li:last-child {
        margin-left: unset;
        width: 100%;
    }

    header .navigation .navigation-bottom > ul > li:last-child a {
        width: 100%;

    }

    header .navigation :is(.navigation-top, .navigation-bottom) > ul > li.menu-item-has-children > ul {
        top: 0;
        padding-right: 0;
        z-index: 1;
        -webkit-columns: 2;
        columns: 2;
       padding: var(--medium) 22.5px;
        box-shadow: unset;
        border-bottom: 1px solid #EFEFEF;
    }

    header .navigation :is(.navigation-top, .navigation-bottom) > ul > li.menu-item-has-children > ul:after {
        content: unset;
    }

    header .navigation :is(.navigation-top, .navigation-bottom) > ul > li.menu-item-has-children.open > ul {
        position: relative;
    }
  
    section.header:before {
        top: 0;
    }


    section.header .header-image {
        width: auto;
        margin-left: -22.5px;
        margin-right: -22.5px;
    }


    section.header .header-content {
        padding: var(--extrahuge) 0;
    }
    section.header .header-content h1 {
        margin-right: 0
    }

    section.subheader .subheader-image,
    section.subheader .subheader-background {
        width: auto;
        margin-left: -22.5px;
        margin-right: -22.5px;
        height: auto !important;
    }
   
    section.subheader .subheader-content {
        padding: var(--huge) 0;
    }
    section.subheader .subheader-content h1 {
        margin-right: 0;
    }

    section.subheader .subheader-usps ul {
        align-items: start;
        flex-flow: column;
    }

    section.subheader .subheader-usps {
        margin-left: -22.5px;
        margin-right: -22.5px;
    }

    section.subheader .subheader-usps:after {
        content: unset;
    }


    section.cta .cta .cta-person {
       margin-bottom: var(--mediumlarge)
    }
   

    section.teams .team .team-content .team-content__linkedin {
        font-size: 24px;
    }

    section.block .block-image {
          width: auto;
        margin-left: -22.5px;
        margin-right: -22.5px;
    }

    section.steps .steps-header {
        margin-bottom: var(--largehuge)
    }

    article.article .article-header__arrow {
        right: 0;
        left: unset;
    }

    article.article .article-content {
        max-width: 100%
    }

    article.article .article-content .article-content__arrow {
        display: none;
    }

    section.header + section.imageblock {
        margin-top:var(--large);
    }

    section.subheader + section.imageblock .imageblock-content {
        padding-left: 0;
        padding-right: 0;
    }

    section.imageblock:not(.imageblock--background) [class*='col']:not(:last-child) {
        margin-bottom: var(--large)
    }

    section.imageblock:has(.imageblock-image--full) {
        padding-bottom: 0
    }

    section.imageblock .imageblock-image.imageblock-image--full,
    section.person + section.imageblock .imageblock-image.imageblock-image--full {
        width: auto;
        top: 0;
        bottom: 0;
        height: auto;
        padding-bottom: 66.666%;
        margin-left: -22.5px;
        margin-right: -22.5px;
    }


    section.imageblock.imageblock--background .imageblock-content {
        padding: var(--large);
    }

    section.vacancies + section.imageblock .imageblock-image {
        top: 0;
        height: auto;
    }

    section.header + section.imageblock .imageblock-content {
        padding: 0;
    }


    section.header + section.imageblock .imageblock-image :is(img, video) {
        top: unset;
    }

    section.person .person-content:before {
        width: 45px;
    }

    section.person .person-content :is(h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6) {
        margin-left: 0;
    }

    section.person .person-content {
        padding: 0 var(--large);
        margin-bottom: var(--large)
    }

    section.person .person-image {
        transform: scale(1.375);
        transform-origin: top center;
        top: unset;
    }

    section.vacancies {
    padding: var(--huge) 0;
    }

    section.vacancies .vacancy li a {
            gap: var(--small);
    }

    section.vacancies .vacancy li a :is(h5, .h5) {
        flex: 0 0 100%;
    }

    section.cards .card .card-content {
            transform: translateY(67px);
    -webkit-transform: translateY(67px);
    }





}   


@keyframes post-label {
    0% {
        box-shadow: 0 0 0 0px rgb(242 242 242 / 50%);
    }
    100% {
        box-shadow: 0 0 0 7.5px rgb(242 242 242 / 0%);
    }
}

@keyframes card-label {
    0% {
        box-shadow: 0 0 0 0px rgb(216 10 48 / 50%);
    }
    100% {
        box-shadow: 0 0 0 7.5px rgb(216 10 48 / 0%);
    }
}

@keyframes steps-animation {
    0% {
        box-shadow: 0 0 0 0px rgb(216 10 48 / 50%);
    }
    100% {
        box-shadow: 0 0 0 7.5px rgb(216 10 48 / 0%);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
  } 



@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    40% {
        transform: translate(-50%, 0%) rotate(90deg);
    }
    60% {
        transform: translate(-50%, -25%) rotate(90deg);
    }
}
