body {
    overflow-x: hidden;
    background-color: #fff;
    font-size: 16px;
    color:#3b434c;
    font-family:'Open Sans', sans-serif;
    background-image: url(../Images/smt-welt.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 102px;
    background-size: cover;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

wrapper{
    background-color: #fff;
}
.logo {
    padding: 1rem 1.5rem 1rem 1.5rem;
    width: auto;
    height: 86px;
    margin-right: 1rem;
    float: left;
}
.top-bar{
    background: white;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}
#smt-menu {
    background-color: rgb(255, 255, 255, .75);
}
#smt-menu a{
    color:#3b434c;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border-color: #3b434c transparent transparent;
}
.top-bar ul {
    background-color: transparent;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h, h5, .h5, h6, .h6, p, ol, label {
    color: #3b434c;
    font-family:'Open Sans', sans-serif;
}
h1, .h1 {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    hyphens: auto;
}
h2, .h2 {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
}
h3, .h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
h4, .h4, label {
    font-size: 16px;
}
h5, .h5 {
    font-size: 15px;
    line-height: 1.1;
}
h6, .h6 {
    font-size: 13px;
    line-height: 1.1;
}
p, ol, wrapper li {
    line-height: 1.4;
}
ol li, .list ul li {
    padding-bottom: 1em;
    padding-left: 1em;
    font-weight: 400;
    line-height: 1.4;
}
[type="checkbox"] + label, [type="radio"] + label {
    display: inline-block;
    vertical-align: middle;
}
textarea  {
    min-height: 10rem;
}
strong, b, ol li::marker {
    font-weight: 600;
}
strong, b {
    font-weight: 600;
}
.intro {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
}

.headline h1, .headline h2{
    text-align: center;
    margin-bottom: 2rem;
}
.content .headline h1{
    text-align: left;
    margin-bottom: 0;
}
.content .headline h2{
    text-align: left;
    margin-bottom: 1rem;
}
/*CONTENT*/
.index {
    height: 72.5vh;
    min-height: 35rem;
    max-height: 45rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    /*padding-top: 6rem;*/
}
.index-grid {
    height: 72.5vh;
    min-height: 35rem;
    max-height: 45rem;
}
.grid-container.full, .grid-container.full .grid-container{
    background-color: transparent;
}
.content .icons>img {
    max-height: 50px;
    padding-right: 20px;
    margin-top: 5px;
    margin-left: -3px;
    float: left;
}
.boxy{
    background-color: rgba(59, 67, 76, .15);
    border-radius: 6px;
    padding: 20px 20px 0.5rem 20px;
}

.newsletter{
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    min-height: 160px;
    padding: 2rem 2rem 1rem 2rem;
    display: inline-block;
    position: relative;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    margin-bottom: 1rem;
    box-shadow: 0 0 4px #cdcdcd;
}
.button.primary{
    border: 2px solid #e0293e;
    background: #e0293e;
    color: #fff !important;
}
.button.primary:focus{
    background: #e0293e;
}
.button.primary:hover{
    border: 2px solid #e0293e;
    background: #fff;
    color: #e0293e !important;
}
.button.secondary{
    border: 2px solid #fff !important;
    background: transparent !important;
    color: #fff !important;
}
.button.secondary:hover{
    border: 2px solid #fff;
    background: #fff;
    color: #e0293e !important;
}
.headline h2 {
    margin-bottom: 4rem;
}
section{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.products{
    background-image: url(../Images/footer.jpg);
}
.orange, .product1{
    background-color: #e95d27;
}
.lila, .product2{
    background-color: #774f96;
}
.blue, .product3{
    background-color: #39892d;
}
.pink, .product4{
    background-color: #bb3187;
}
.green, .product5{
    background-color: #3374b5;
}
.yellow, .product13{
    background-color: #FCBE22;
}
.products h2{
    color: #fff;
}
.products .tile:hover{
    transition: opacity 0.5s;
}

.tiles:hover .tile:not(:hover) {
    opacity: .75;
}
.products .tiles img{
    height: 50px;
    margin-bottom: 10px;
    max-width: 50px;
}
.products .tiles .tile{
    text-align: center;
    border-radius: 6px;
    padding: 40px 5px 15px;
    min-height: 160px;
    transition: opacity 0.5s;
}
.products .tiles h3{
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.newsletter:hover{
    background-color: rgba(255, 255, 255, 1);
    transition: all 200ms;
    -webkit-transition: all 200ms;
}
.newsletter .h1{
    align-self: center;
    width: 100%;
}
.headline .more{
    margin-left: auto;
    margin-right: auto;
    display: table;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: transparent;
}

.headline .more i {
    margin-right: 14px;
}
.headline .boxy .more {
    margin-left: inherit;
    margin-right: inherit;
    margin-top: inherit;
    margin-bottom: 1rem;
}

.separator{
    margin-bottom: 1rem;
}
.button.burger {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    background-color: transparent;
    color: #3b434c;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-flex;
    font-weight: 600;
}
.button.burger i {
    font-size: 30px;
    padding-right: 1rem;
}
.button.burger p {
    margin-bottom: 0;
}
.hotline {
    padding: 1.65rem;
    width: auto;
    display: inline-flex;
    font-weight: 600;
    float: right;
}

.button.fernwartung {
    margin-bottom: 2rem;
    margin-top: 2rem;
    background-color: #426c95;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-flex;
    float: right;
    margin-right: 1.5rem;
    font-weight: 600;
}
.button.burger p {
    margin-bottom: 0;
}

.more{
    color: #3b434c !important;
}
.more:hover {
    background: #fff;
    border: 2px solid #e0293e;
    color: #e0293e !important;
}
.newsletter .h1 span{
    font-weight: 800;
}

.slick-dots li.slick-active button::before {
    opacity: 1 !important;
    color: #e03145 !important;
}
.slick-dots li button::before {
    opacity: 1 !important;
    color: #cdcdcd !important;
}
.slick-next::before, .slick-prev::before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 30px !important;
}
.slick-next, .slick-prev {
    width: 30px !important;
    height: 30px !important;
}
.slick-next::before {
    content: "\f054" !important;
}
.slick-prev::before {
    content: "\f053" !important;
}
.slick-dots{
    padding-right: 25px !important;
    bottom: -40px !important;
}
.accordion{
    margin-top: 2rem;
}
.accordion-title {
    border: none;
    background-color: rgba(59, 67, 76, .15);
    font-size: 16px;
    color: #3b434c !important;
    font-weight: 600;
}
.accordion-title:hover {
    color: #e0293e !important;
}
.accordion-title::before {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.about.faq .accordion {
    margin-top: 2rem;
    background: transparent;
}
.about.faq .accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(59, 67, 76, 0.2);
}
.about.faq .accordion-title {
    position: relative;
    border: 0;
    background: transparent;
    color: #e0293e !important;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.35;
    padding: 1rem 2.5rem 1rem 0;
}
.about.faq .accordion-title:hover,
.about.faq .accordion-title:focus {
    background: transparent;
    color: #e0293e !important;
}
.about.faq .accordion-title::before {
    content: "";
    position: absolute;
    color: #e0293e;
    right: 0.1rem;
    width: 1rem;
    height: 2px;
    background: #e0293e;
    top: calc(1rem + 0.68em);
    transform: translateY(-50%) rotate(0deg);
    line-height: 1;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.about.faq .accordion-title::after {
    content: "";
    position: absolute;
    right: 0.1rem;
    width: 1rem;
    height: 2px;
    background: #e0293e;
    top: calc(1rem + 0.68em);
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center;
    transition: transform 0.2s ease, opacity 0.2s ease;
}
.about.faq .accordion-item.is-active > .accordion-title::after {
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
}
.about.faq .accordion-content {
    border: 0;
    background: transparent;
    color: #3b434c;
    padding: 0 0 1.25rem 0;
}
.more{
    text-transform: uppercase;
    text-align: right;
    border: solid 2px #3b434c;
    background-color: transparent
}

.more a::after{
    content: '»';
    display: inline;
    padding-left: .5rem;
    font-size: 20px;
}
.teaser .more a{
    color: #3b434c !important;
    font-size: 14px;
    line-height: 1.1;
}
.teaser .more{
    margin-bottom: 0;
    margin-top: 1rem;
    padding-right: 1rem;
}
.product img{
    text-align: center;
}
.title-bar {
    justify-content: center;
    background: white;
    position: fixed;
    z-index: 1001;
    top: 102px;
    width: 100%;
    left: 0;
}
.title-bar .menu-icon {
    z-index: 10000;
}
.menu-icon::after {
    background: #3b434c;
    -webkit-box-shadow: 0 7px 0 #3b434c, 0 14px 0 #3b434c;
    box-shadow: 0 7px 0 #3b434c, 0 14px 0 #3b434c;
    content: '';
}


.slider-gallery-container{
    bottom: 0;
    position: absolute;
}
.slider-gallery .slick-next {
    right: -20px !important;
}
.slider-gallery .slick-prev {
    left: -20px !important;
}
.slick-prev::before, .slick-next::before {
    color: #e0293e !important;
}
.slider-home, .slider-gallery, .slider-product, .slider-product-nav {
    opacity: 0;
    transition: all 200ms;
    -webkit-transition: all 200ms;
}
.slider-home.slick-initialized, .slider-gallery.slick-initialized, .slider-product.slick-initialized, .slider-product-nav.slick-initialized {
    opacity: 1;
}
wrapper .grid-x a {
    color: #e0293e;
}
.slick-slide img {
    width: 100%;
    height: auto;
}

.product .slick-slide img {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.headline .icon {
    color: #cdcdcd;
    font-size: 2.75rem;
    display: flex;
}
.headline .icon > div {
    width: 80px;
    align-self: center;
    min-width: 80px;
    max-width: 80px;
}
.headline .icon::before {
    display: inline-block;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
    width: 80px;
    height: auto;
    text-align: center;
}
.headline .icon nav {
    padding-left: 1rem;
}
.headline {
    padding-top: .5em;
    padding-bottom: .5em;
}
.products .headline {
}
.content .headline {
    padding-top: 0;
    padding-bottom: .5em;
}
.content .content-img {
    padding-top: 0;
    padding-bottom: .5em;
    margin-bottom: 1rem;
}
.social ul li div{
    background-color: rgba(59, 67, 76, .3);
    border-radius: 6px;
    padding: 1rem calc(1rem + 6px) 1rem 1rem;
    margin-bottom: 5px;
    transition: background-color ease-in-out .25s;
    text-align: center;

}

.social ul li div:hover {
    background-color: rgba(59, 67, 76, .8);
    transition: background-color ease-in-out .25s;
}

.social ul{
    list-style: none;
}
.social ul li i{
    color: #fff;
    font-size: 30px;
}
.social{
    position: fixed;
    right: -6px;
    top: 18%;
    z-index: 1000;
}
.cta .grid-x, .headline .grid-x, .list .grid-x, footer .grid-x{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.cta .button{

}
.grid-container.full.cta{
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #3b434c;
    color: #fff;
}
.grid-container.full.cta p, .grid-container.full.cta h2{
    color: #fff;
}
.grid-container.full.cta h2{
    font-weight: 400;
}
.list .grid-x .cell > .grid-x > .cell > .grid-x{
    padding-left: 0;
    padding-right: 0;
}
.list .link .grid-x{
    padding-top: 1rem;
    width: 100%;
}
wrapper .icon {
    color: #cdcdcd;
    font-size: 2.75rem;
    display: flex;
}
wrapper .image {
    color: #cdcdcd;
    font-size: 17px;
    display: flex;
}
wrapper .icon img, wrapper .image img{
    box-shadow: none !important;
    padding: 0 1rem;
}
wrapper .icon > div, .list-cell.image > div {
    width: 80px;
    align-self: center;
    min-width: 80px;
    max-width: 80px;
}
.index-container{
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
}
.index .grid-x{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
}
.index .align-top, .index-2 .align-top, wrapper{
    padding-top: 6rem;
}
.footer-cell {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.footer-cell > .grid-x > .cell > .grid-x {
    padding-left: 0;
}
footer ul {
    margin-left: 0;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 3;
}
footer ul a {
    color: inherit;
}
footer img {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
footer p, footer a {
    font-size: 13px;
    color: #c1c1c1;
    text-transform: uppercase;
}
.imprint {
    padding-bottom: 2rem;
    border-top: 1px solid #efefef;
}
footer .grid-container:first-child {
    padding-top: 1rem;
}
.breadcrumbs a:hover, .breadcrumbs a:focus, .wrapper a:hover, .wrapper a:focus, footer a:hover, footer a:focus {
    color: #e0293e;
}
.breadcrumbs li:not(:last-child)::after {
    content: "»";
    color: #c1c1c1;
    margin: 0 0.5rem;
}
.breadcrumbs a {
    color: #c1c1c1;
}
.breadcrumbs li {
    color: #6f6f6f;
}
.breadcrumbs {
    margin: 0 0 0 0;
}
section.breadcrumb{
    padding-bottom: 0;
}
.bold {
    font-weight: 600;
}
.responsive-embed.widescreen, .flex-video.widescreen {
    padding-bottom: 52%;
}
hr {
    margin: 0;
    border-bottom: 1px solid #efefef;
}
.button {
    padding: 1.2em 1em;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    color: #3b434c;
    font-family:'Open Sans', sans-serif;
}
.button.orange {
    background-color: #f1864e;
    color: #fff;
}
.button.orange:hover {
    background-color: #ff965e;
}

.headline .icon.orange::before {
    content: none;
}
.headline .icon.orange div {
    width: 80px;
    align-self: center;
    min-width: 80px;
    max-width: 80px;
}
.headline .icon.orange img {
    margin: 0;
    padding: 0 1rem;
}
wrapper .box .grid-x {
    background-color: #8b9095;
    padding-top: 2em;
    padding-bottom: 1em;
}
wrapper .box .icon-left {
    color: #cdcdcd;
    display: flex;
}
wrapper .box .icon-left p::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f05a";
    padding-right: 1rem;
    font-size: 1.5rem;
    margin-top: -1rem;
}
wrapper .box p {
    color: #fff;
}
wrapper .box a {
    color: #c1c1c1;
}
wrapper .box .fas {
    right: inherit;
    left: inherit;
    margin-top: inherit !important;
    font-size: 3rem;
    position: relative;
    margin-bottom: 1rem;
    color: #b1b1b1;
}
.product {
    padding-top: 1.5em;
}
.map {
    padding-bottom: 1.5em;
}
.pagination {
    margin-top: 2rem !important;
}
.slider-products {
    margin-top: -6rem;
}
.index-2 {
    height: 72.5vh;
    min-height: 25rem;
    max-height: 45rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}
.news .gallery{
    margin: 14px;
    background-color: rgba(59, 67, 76, .15);
    border-radius: 6px;
}
.news .gallery img{
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.job .gallery{
    margin: 14px;
    background-color: rgba(59, 67, 76, .15);
    border-radius: 6px;
    transition: .2s;
}
.job .gallery:hover{
    background-color: rgba(59, 67, 76, .1);
    transition: .2s;
}


.job .gallery.azubi{
    margin: 14px;
    background-color: rgba(163, 176, 67, .15);
    border-radius: 6px;
    transition: .2s;
}
.job .gallery.azubi:hover{
    margin: 14px;
    background-color: rgba(163, 176, 67, .1);
    transition: .2s;
}
.news .gallery div{
    padding: 20px;
}
.news .gallery h3 {
    min-height: 48px;
}
.content .news .gallery h3 {
    min-height: inherit;
}
.content .news .gallery p {
    margin-bottom: 0;
}

.job .gallery div{
    padding: 20px;
}
.slider-news {
    margin-bottom: 4rem;
}
.slider-news .slick-slide {
    padding-left: 14px;
    padding-right: 14px;
}
.slider-news .cell div{
    padding: 20px;
    background-color: rgba(59, 67, 76, .15);
    border-radius: 0 0 6px 6px;
    transition: background-color 0.2s;
}
.slider-news .cell:hover div{
    background-color: rgba(59, 67, 76, .1);
}
.slider-news .cell img{
    border-radius: 6px 6px 0 0 ;
}
/* Testimonial Section */
:root {
    --primary-red: #e30613;
    --dark-bg: #2d3436;
    --text-main: #1d1d1f;
    --text-muted: #636e72;
    --border-color: #edf2f7;
    --card-bg: #ffffff;
}

.testimonial-section {
    margin: 80px auto;
    padding: 0 20px;
    text-align: center;
}

.testimonial-section .section-label {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--text-muted);
    font-size: 0.85rem;
    margin-bottom: 40px;
    display: block;
}

.slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.slider-testimonials {
    max-width: 850px;
    margin: 0 auto;
}
.quote-card {
    flex: 1;
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 28px;
    padding: 80px 60px 50px;
    position: relative;
    box-shadow: 0 30px 60px rgba(0,0,0,0.05);
    text-align: left;
    height: 500px;
    overflow: hidden;
}

.quote-card-inner {
    display: flex;
    flex-direction: column;
    min-height: 240px;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}


.quote-content {
    position: relative;
    z-index: 2;
    flex: 1;
}

.quote-text {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.025em;
    margin-bottom: 50px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    min-height: 110px;
    position: relative;
    padding-top: 2rem;
}



.quote-card .footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f1f1f1;
    padding-top: 30px;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: auto;
}

.logo-box img {
    height: 38px;
    width: auto;
    display: block;
}

.author-info {
    text-align: right;
}

.author-info strong {
    display: block;
    font-size: 1.15rem;
    font-weight: 700;
}

.author-info span {
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* Pfeile Navigation */
.nav-arrow {
    background: none;
    border: none;
    color: #ced6e0;
    cursor: pointer;
    padding: 15px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-arrow:hover {
    color: var(--text-main);
    transform: scale(1.15);
}

.nav-arrow svg {
    width: 44px;
    height: 44px;
}

/* Pagination Dots */
.dots-container {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 50px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dfe6e9;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dot.active {
    width: 28px;
    border-radius: 5px;
    background: var(--primary-red);
}

/* Mobile Optimierung */
@media (max-width: 768px) {
    .quote-card { padding: 60px 30px 40px; }
    .quote-text { font-size: 1.35rem; text-align: center; }
    .quote-card .footer-row { flex-direction: column; text-align: center; }
    .author-info { text-align: center; }
    .nav-arrow { display: none; }
}
.slider-gallery .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
}
.slick-next {
    right: 0 !important;
}
.slick-prev {
    left: 0 !important;
}
.more-2::after {
    content: "\f054" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    padding-left: 6px;
    color: #e0293e;
}
.more-2 {
    color: #e0293e;
}
.product-nav.cell {
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}
.search i {
    position: absolute;
    right: 1.75rem;
    top: .75rem;
}
.search div {
    position: relative;
}

li.is-active>a{
    color: #e0293e !important;
}

.menu a:hover{
    color: #e0293e !important;
}

.reveal ul {
    list-style-type: none;
    margin-left: 0;
}
.reveal{
    padding:2rem 2rem 1rem 2rem;
}
.reveal .button {
    margin-top: 30px;
}
.products .grid-margin-x .cell{
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
}
.callout-stripe {
    position: absolute;
    background-color: rgba(59, 67, 76, .8);
    transform: rotate(-45deg);
    left: -4.5rem;
    top: -1.5rem;
    width: 305px;
    text-align: center;
    margin-top: 4rem;
    margin-left: 0rem;
    padding: 1rem 1rem 0;
    transition: background-color 0.2s;
}
.callout-stripe:hover {
    background-color: rgba(59, 67, 76, .95);
    transition: background-color 0.2s;
}
.callout-stripe .more-2{
    color: #e0293e;
}
.callout-stripe p, .callout-stripe h3  {
    color: #ffffff;
}
.callout-stripe h3  {
    margin-bottom: 0;
}
.full{
    position: relative;
    overflow: hidden;
}

.presse{
    position: relative;
}
.presse .gallery{
    position: sticky;
    top: 1rem;
}
.presse h2, .presse img{
    margin-bottom: 1em;
}
.presse img {
    border-radius: 6px !important;
}

/* Start Timeline */



/* End timeline */

.calculator [type='text']{
    margin: 0.5rem 0 0.5rem;
}



/* Small only */
@media screen and (max-width: 39.9375em) {
    .headline .grid-x, .list > .grid-x, footer .grid-x {
        padding-left: .15rem;
        padding-right: .15rem;
    }
    .index-container {
        padding-left: 1em;
        padding-right: 1em;
    }
    .list-cell .list-cell {
        margin-left: 0.9375rem;
        margin-right: 0.9375rem;
        width: calc(100% - 1.875rem);
    }
    #smt-menu {
        position: absolute;
        top: 141px;
        z-index: 10000;
        width: 100%;
        left: 0;
        background-color: rgb(255, 255, 255, .95);
        border-bottom: 1px solid #efefef;
        box-shadow: 0 4px 5px rgb(59 67 76 / 20%);
    }
    .title-bar {
        margin-top: 0px;
        padding-bottom: 14px;
        border-bottom: 1px solid #efefef;
        box-shadow: 0 4px 5px rgb(59 67 76 / 20%);
    }
    .top-bar-right {
        float: right;
        position: absolute;
        right: 24px;
    }
    .menu.align-center li {
        display: block;
    }
    .top-bar {
        border-bottom: none;
    }
    .presse .gallery {
        margin: 2px;
    }
    .top-bar .medium-horizontal {
        animation: fadeInAnimation ease .5s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }
    @keyframes fadeInAnimation {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    body{
        margin-top: 143px;
    }

}


/* Medium and up */
@media screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu{
        background-color: rgba(255, 255, 255, .95);
        border: none;
        border-top: 1px solid #e0293e;
        border-bottom: 1px solid #e0293e;
        box-shadow: 0 0 1px 1px rgb(0 0 0 / 10%);
    }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
        display: none !important;
    }
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        padding-right: 1rem;
    }

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #smt-menu {
        position: absolute;
        top: 143px;
        z-index: 1000;
        width: 100%;
        left: 0;
        background-color: rgb(255, 255, 255, .95);
        border-bottom: 1px solid #efefef;
        box-shadow: 0 4px 5px rgb(59 67 76 / 20%);
    }
    .title-bar {
        padding-bottom: 1rem;
        border-bottom: 1px solid #efefef;
        box-shadow: 0 4px 5px rgb(59 67 76 / 20%);
    }

    .top-bar .medium-horizontal {
        animation: fadeInAnimation ease 2.5s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }
    @keyframes fadeInAnimation {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .top-bar {
        border-bottom: none;
    }
    body{
        margin-top: 143px;
    }

}

/* Large and up */
@media screen and (min-width: 64em) {
    #smt-menu {
        margin-top: 24px;
    }
    #smt-menu li{
        width: auto;
    }
    .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
        display: none;
    }
    .top-bar {
        box-shadow: 0 2px 5px rgb(59 67 76 / 20%);
    }
}

/* Avoid fouc */
@media screen and (max-width: 39.9375em) {
    .no-js .top-bar {
        display: none;
    }
}

@media print, screen and (min-width: 40em) {
    .no-js .title-bar {
        display: none;
    }
}
/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

.flag {
    width: 25px;
}


/* Start Timeline */




.timeline .timeline-item::after, .timeline .timeline-item::before {
    clear: both;
    content: '';
    display: block;
    width: 100%;
}

.timeline {
    margin: 30px auto;
    padding: 0 10px;
    position: relative;
    transition: all 0.25s ease-in;
    width: 100%;
}

.timeline::before {
    background: #3b434c;
    content: '';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 3px;
}

.timeline::after {
    clear: both;
    content: '';
    display: table;
    width: 100%;
}

.timeline a {
    color: #3b434c;
    font-weight: bold;
    transition: all 0.25s ease-in;
}

.timeline a:hover {
    box-shadow: 0 1px 0px 0px #3b434c;
    transition: all 0.25s ease-in;
}

.timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
}

.timeline .timeline-item .timeline-icon {
    background: #3b434c;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin-left: -23px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50px;
    padding-top: 13px;
    margin-bottom: 5px;
    transition: background-color ease-in-out .25s;
    text-align: center;
}

.timeline .timeline-item .timeline-icon img,
.timeline .timeline-item .timeline-icon svg {
    left: 14px;
    position: relative;
    top: 11px;
}

.timeline .timeline-item .timeline-icon svg {
    top: 14px;
}
.timeline .timeline-item .timeline-icon i {
    color: white;
}

.timeline .timeline-item .timeline-content {
    text-align: right;
    transition: all 0.25s ease-in;
    width: 45%;
    background: transparent;
}

.timeline .timeline-item .timeline-content p {
    color: #3b434c;
}
.timeline .timeline-item .timeline-content img {
    margin: 20px 0;
}

.timeline .timeline-item .timeline-content p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
}

.timeline .timeline-item .timeline-content .timeline-content-date {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}

.timeline .timeline-item .timeline-content .timeline-content-month {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 400;
}

.timeline .timeline-item .timeline-content.right {
    float: right;
    text-align: left;
}

.scrollFade {
    opacity: 1;
    pointer-events: all;
}
.scrollFade--hidden {
    opacity: 0;
    pointer-events: none;
}
.scrollFade--visible {
    opacity: 1;
    pointer-events: all;
}
.scrollFade--animate {
    transition: opacity 0.75s ease-in-out;
}

.info {
    margin-bottom: 1em;
}
.info .large-8 {
    margin-bottom: 1em;
}
.info .boxy, .info .news {
    margin-bottom: 1em;
}
.sidebar {
    margin-top: 1em;
}
.button.primary i {
    padding-right: 1em;
}




.b-description_readmore {
    position: relative;
    line-height: 25px;
    font-size: 1em;
    text-align: left;
    box-sizing: border-box;
}
.b-description_readmore_wrapper {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: none !important;
    width: 100%;
    margin-top: 3em;
}
.b-description_readmore img {
    margin: 15px 0 25px 0;
}
.b-description_readmore_button {
    display: inline-block;
    width: 150px;
    cursor: pointer;
    text-transform: uppercase;
    color: #e0293e;
}
.b-description_readmore_button:hover {
    color: #e0293e;
    background: white;
    border-color: #e0293e;
}
.b-description_readmore_ellipsis:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 25px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), white 75%);
}
.b-description_readmore_button::before{
    content: "\f078" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    padding-right: 6px;
    color: #e0293e;
}
.b-description_readmore_button_active{
    margin-top: 1rem;
}
.b-description_readmore_button_active::before{
    content: "\f077" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    padding-right: 6px;
    color: #e0293e;
}

ul.tx-indexedsearch-browsebox {
    display: flex;
    flex-direction: row;
    margin: 0;
}

ul.tx-indexedsearch-browsebox li {
    margin-right: 1rem;
    list-style: none;
}



@media screen and (max-width: 39.9375em) {
    .timeline {
        margin: 30px;
        padding: 0;
        width: 90%;
    }
    .timeline::before {
        left: 0;
    }
    .timeline .timeline-item .timeline-content {
        float: right;
        text-align: left;
        width: 90%;
    }
    .timeline .timeline-item .timeline-content::before, .timeline .timeline-item .timeline-content.right::before {
        border-left: 0;
        border-right: 7px solid #3b434c;
        left: 10%;
        margin-left: -6px;
    }
    .timeline .timeline-item .timeline-icon {
        left: 0;
    }
    .timeline .timeline-item .timeline-icon i {
        color: white;
    }
    .testimonials {
        margin: 48px 0;
    }
    .testimonial-wrapper {
        display: block;
        padding: 0 14px;
    }
    .nav-arrow {
        display: none;
    }
    .section-label {
        margin-bottom: 22px;
    }
    .quote-box {
        padding: 36px 18px 24px;
    }
    .quote-box:before {
        left: 8px;
        top: 0;
        font-size: 84px;
    }
    .quote-text {
        font-size: 1.15rem;
        line-height: 1.45;
        margin-bottom: 22px;
    }
    .footer-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .logo-placeholder img {
        max-width: 170px;
        max-height: 50px;
    }
    .author-box {
        text-align: left;
    }
    .name {
        display: block;
        font-size: 1.2rem;
    }
    .role {
        display: block;
        margin-left: 0;
        padding-left: 0;
        border-left: 0;
        margin-top: 2px;
        font-size: 0.95rem;
    }
    .role strong {
        font-size: 1.08em;
    }
    .nav-dots {
        margin-top: 20px;
    }
}



/* End timeline */
.quote-card::before {
    content: "“";
    position: absolute;
    top: -20px;
    left: 40px;
    font-size: 220px;
    font-family: serif;
    color: var(--primary-red);
    opacity: 0.08;
    line-height: 1;
    pointer-events: none;
}