/******************************************************************************

    style.css
    LaserSoft Imaging Website

    Created by Rexhep Hamiti on 4/1/18.
    Copyright © 2018 LaserSoft Imaging AG. All rights reserved.

******************************************************************************/

:root {
    --white: white;
    --blue: #216eae;
    --blueDark: #095594;
    --blueLight: #5ea6e0;
    --grey: #f0f0f0;
    --greyDark: #64707b;
    --none: rgba(0, 0, 0, 0);

    --fontSizeSmall: 0.8rem;
    --fontSize: 1rem;
    --fontSizeMedium: 1.2rem;
    --fontSizeLarge: 1.4rem;
    --fontSizeExtraLarge: 2rem;
    --borderRadius: 1rem;
    --borderRadiusButton: 0.4rem;
    --gap: 1rem;
    --padding: 1rem;
    --panelPadding: 2rem;
    --containerWidth: 1100px;
    --blueBorder: 0.1rem solid #216eae;
    --transition: all 0.15s ease-in-out;
}

/* source-sans-pro-700 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url('fonts/source-sans-pro-v19-latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('fonts/source-sans-pro-v19-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/source-sans-pro-v19-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('fonts/source-sans-pro-v19-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/source-sans-pro-v19-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/source-sans-pro-v19-latin-700.svg#SourceSansPro') format('svg');
    /* Legacy iOS */
}

/*Google Fonts*/
@font-face {
    font-family: 'Source Sans Pro';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/SourceSansPro-Regular.ttf') format('truetype');
}

/* source-sans-pro-italic - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-display: swap;
    font-style: italic;
    font-weight: 400;
    src: url('fonts/SourceSansPro-Italic.ttf') format('truetype');
}

/* source-sans-pro-600 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-display: swap;
    font-style: bold;
    font-weight: 600;
    src: url('fonts/SourceSansPro-Bold.ttf') format('truetype');
}

/* source-sans-pro-700 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-display: swap;
    font-style: bold;
    font-weight: 700;
    src: url('fonts/SourceSansPro-Bold.ttf') format('truetype');
}

/* source-sans-pro-600 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-display: swap;
    font-style: normal;
    font-weight: 600;
    src: url('fonts/SourceSansPro-Black.ttf') format('truetype');
}

/* source-sans-pro-700 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url('fonts/SourceSansPro-Black.ttf') format('truetype');
}

/* source-sans-pro-900 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-display: swap;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/SourceSansPro-Black.ttf') format('truetype');
}

/* source-sans-pro-italic-700 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-display: swap;
    font-style: italic;
    font-weight: 700;
    src: url('fonts/SourceSansPro-BoldItalic.ttf') format('truetype');
}

/* source-sans-pro-italic-900 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-display: swap;
    font-style: italic;
    font-weight: 900;
    src: url('fonts/SourceSansPro-BlackItalic.ttf') format('truetype');
}

/* source-sans-pro-light - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-display: swap;
    font-style: light;
    font-weight: 300;
    src: url('fonts/SourceSansPro-Light.ttf') format('truetype');
}

/* source-sans-pro-light-italic - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-display: swap;
    font-style: italic;
    font-weight: 300;
    src: url('fonts/SourceSansPro-LightItalic.ttf') format('truetype');
}

/* source-sans-pro-extra-light - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-display: swap;
    font-style: light;
    font-weight: 200;
    src: url('fonts/SourceSansPro-ExtraLight.ttf') format('truetype');
}

/* source-sans-pro-extra-light-italic - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-display: swap;
    font-style: italic;
    font-weight: 200;
    src: url('fonts/SourceSansPro-ExtraLightItalic.ttf') format('truetype');
}

/* source-sans-pro-semi-bold - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-display: swap;
    font-style: bold;
    font-weight: 600;
    src: url('fonts/SourceSansPro-SemiBold.ttf') format('truetype');
}

/* source-sans-pro-semi-bold-italic - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-display: swap;
    font-style: italic;
    font-weight: 700;
    src: url('fonts/SourceSansPro-SemiBoldItalic.ttf') format('truetype');
}

/*H1 SilverFast only*/
@font-face {
    font-family: 'URWClassicoRegular';
    font-display: swap;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Classico-URW-T-OT-Medium-Italic_10977.ttf');
}


html,
body {
    height: 100%;
}

body {
    font-family: "Source Sans Pro", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #41464b;
}

a {
    font-family: 'Source Sans Pro', sans-serif;
    color: #216eae;
    cursor: pointer;
}

.footerLinkDiv {
    font-family: 'Source Sans Pro', sans-serif;
    color: #64707b;
    font-size: 16px;
    margin-bottom: 3px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
}

.footerLinkDiv:hover {
    color: #216eae;
}

p {
    font-family: "Source Sans Pro", sans-serif;
    color: #64707b;
    font-size: 15px;
    font-weight: 400;
}

b,
strong {
    font-weight: 700;
}

th {
    font-weight: normal;
}

/*====================================================
                   NAVIGATION
======================================================*/

/*Just for blinking*/

/* @keyframes blink {
    50% {
      opacity: 0.0;
    }
  }
  .blink {
    animation: blink 1s step-start 0s infinite;
  } */



/* Top Navbar */

.top-menubar-nav {
    display: none;
}

header .topmenu {
    background: #616b74;
    border-top: solid 1px #616b74;
    border-bottom: solid 1px #616b74;
}


/* Top Contacts */

header .topmenu ul {
    margin: 0;
}

header .topmenu .top-contacts {
    line-height: 25px;
}

header .topmenu .top-contacts li {
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
    /* margin-right: 15px; */
    display: inline-block;
}

header .topmenu .top-contacts li a {
    color: #fff;
}

header .topmenu .top-contacts i {
    color: #fff;
    font-size: 13px;
    margin-right: 3px;
}


/* Top Data */

header .topmenu .top-data {
    text-align: right;
}

header .topmenu .top-data li {
    padding: 5px 11px;
    margin-left: -4px;
    display: inline-block;
}

header .topmenu .top-data li:first-child {
    margin-left: 0;
}

header .topmenu .top-data li a {
    font-size: 12px;
}

header .topmenu .top-data li a:hover {
    text-decoration: none;
}

header .topmenu .top-data li a.log-top {
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

header .topmenu .top-data li a.log-top:hover {
    color: #8bbc08;
}

header .topmenu .top-data li a.flags {
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

header .topmenu .top-data .flags li:hover,
header .topmenu .top-data .flags li:active {
    background: #f0f0f0;
}


/*Edit by fd*/

html,
body {
    scroll-behavior: smooth !important;
}

#btn-go-to-main,
#btn-go-to-movie {
    font-size: 22px;
    padding: 3px 14px;
    border-radius: 0;
    border: 1px solid #fff !important;
    color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.5) 1.95px 1.95px 6.6px;
}

#btn-go-to-movie {
    margin-left: 20px;
}

#btn-go-to-main:hover,
#btn-go-to-movie:hover {
    border: 1px solid #216eae !important;
}

@media (max-width: 768px) {

    #btn-go-to-main,
    #btn-go-to-movie {
        display: none;
    }
}

.icon-shadow {
    fill: #fff;
    filter: drop-shadow(1px 0px 2px #000);
    width: 20.5px;
    height: 33px;
}

/*Special Container width for topbar and nav*/


@media (min-width: 1600px) {
    .container-topbar {
        max-width: 1500px;
        margin-right: auto;
        margin-left: auto;
    }

    .container-nav {
        max-width: 1550px;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        align-items: center;
        /* justify-content: unset !important; */
    }
}

@media (max-width: 1600px) {
    .container-topbar {
        max-width: 1400px;
        margin-right: auto;
        margin-left: auto;
    }

    .container-nav {
        max-width: 1400px;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: unset !important;
    }
}


@media (max-width: 1500px) {
    .container-topbar {
        max-width: 1300px;
        transition: all 1s ease;
    }

    .container-nav {
        max-width: 1300px;
        transition: all 1s ease;
    }
}

@media (max-width: 1400px) {
    .container-topbar {
        max-width: 1200px !important;
        transition: all 1s ease;
    }

    .container-nav {
        max-width: 1200px !important;
        transition: all 1s ease;
    }
}

@media (max-width: 1250px) {
    .container-topbar {
        max-width: 1150px !important;
        transition: all 1s ease;
    }

    .container-nav {
        max-width: 1150px !important;
        transition: all 1s ease;
    }
}

@media (max-width: 1200px) {
    .container-nav {
        max-width: 1050px !important;
        transition: all 1s ease;
    }
}

@media (max-width: 1230px) {
    .container-topbar div>div {
        justify-content: center;
        display: flex;
    }

    .container-topbar div {
        justify-content: center;
    }
}

@media (max-width: 991px) {

    .container-nav .navbar-brand,
    .container-nav div {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}



/* Social icons */
.top-icons,
.desc-icons {
    font-size: 14px;
    color: #fff;
}

.top-icons {
    position: relative;
    top: -1px;
}

.nav-link .fas.fa-video {
    top: 0;
}

/*Search*/
.search_banner {
    margin-bottom: 20px;
}

.search_image {
    float: right;
    max-width: 150px;
    margin-left: 15px;
    margin-bottom: 10px;
}


/*Lsi Header Images*/

.lsi-section-header {
    padding: 60px 0 !important;
    min-height: 400px !important;
}

@media (max-width: 768px) {
    .lsi-section-header {
        height: auto !important;
        transition: all 1s ease !important;
        min-height: unset !important;
    }
}

@media (min-width: 1400px) {
    .lsi-section-header {
        min-height: 600px !important;
    }
}


/*Slider*/
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.carousel-item {
    /* background-image: url("/wp-content/uploads/2021/11/photographer-692035.jpg"); */
    background-repeat: no-repeat;
    max-width: 100%;

}

.carousel-inner {
    height: inherit;
}

.carousel:not(.lsi-icon-nav.carousel),
.carousel-item {
    width: 100%;
    height: 312px;
    transition: all 1s ease;
}

.overlay {
    width: inherit;
    position: absolute;
    width: 85%;
    /* background-color: rgb(31, 13, 1, .25); */
    border-radius: 15px !important;
    padding: 1rem;
    left: 1%;
    right: 1%;
    margin-right: auto;
    margin-left: auto;
    transition: all 1s ease;
    /* box-shadow: rgba(31, 13, 1, 0.3) 0px 1px 2px 0px, rgba(31, 13, 1, 0.15) 0px 2px 6px 2px; */
}

.overlay_content {
    color: #fff;
    text-align: center;
}

.overlay_content h1,
.overlay_content h3 {
    color: #fff;
}

.overlay_content h1 {
    font-size: 4.5rem !important;
    text-shadow: 2px 2px 2px rgb(172, 171, 171);
    font-family: 'URWClassicoRegular';
}

.overlay_content h3 {
    font-size: 2.4rem !important;
    text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.84);
}

/*Chefwunsch, Algarvebild Überschriftenverschiebung*/
@media (min-width: 1150px) {
    .overlay_content {
        margin-bottom: 60px;
    }
}

@media (min-width: 1400px) {
    .algarve-img {
        background-size: unset !important;
    }

    .overlay_content {
        margin-bottom: 30px;
    }
}

/*End of Chefwunsch, Algarvebild Überschriftenverschiebung*/

.overlay_content hr {
    color: #fff;
    border-top: 2px solid #fff;
    width: 50%;
}

.overlay_top,
.overlay_middle,
.overlay_bottom {
    position: relative;
}

.overlay_top .overlay {
    bottom: -40px;
}

.overlay_middle .overlay {
    bottom: -100px;
}

.overlay_bottom .overlay {
    bottom: -130px;
}

@media (min-width: 1400px) {
    .overlay_top .overlay {
        bottom: -35px;
    }

    .overlay_middle .overlay {
        bottom: -100px;
    }

    .overlay_bottom .overlay {
        bottom: -160px;
    }
}

@media (min-width: 1400px) {

    .overlay {
        width: 44%;
        transition: all 1s ease;
    }
}

@media (max-width: 1000px) {

    .overlay {
        transition: all 1s ease;
    }

    .overlay_content h1 {
        font-size: 3.5rem !important;
    }

    .overlay_content h3 {
        font-size: 1.5rem !important;
    }
}



@media (max-width: 768px) {
    .overlay {
        transition: all 1s ease;
        position: unset !important;
    }

    .overlay_content h1 {
        font-size: 2.5rem !important;
    }

    .overlay_content h3 {
        font-size: 1.2rem !important;
    }
}

@media (max-width: 600px) {
    .overlay {
        transition: all 1s ease;
    }
}


.content1,
.content2,
.content3 {
    width: 60%;
}

@media (max-width: 992px) {
    #myCarousel {
        top: 4px;
    }
}

@media (max-width: 900px) {

    .carousel:not(.lsi-icon-nav.carousel),
    .carousel-item,
    .carousel-inner {
        width: 100%;
        height: 312px;
        transition: all 1s ease;
    }

    .content1,
    .content2,
    .content3 {
        width: 100%;
    }
}

@media (min-width: 900px) {
    .carousel img:not(.lsi-icon-nav.carousel img) {
        width: 100%;
        height: auto;
        transition: all 1s ease;
    }

    .content1,
    .content2,
    .content3 {
        bottom: 5rem;
        position: relative;
    }
}

@media (min-width: 1400px) {

    .content1,
    .content2,
    .content3 {
        bottom: 4rem;
        position: relative;
    }

    .carousel:not(.lsi-icon-nav.carousel),
    .carousel-item,
    .carousel-inner {
        width: 100%;
        height: 500px;
        transition: all 1s ease;
    }
}


.carousel-caption1 p,
.carousel-caption2 p,
.carousel-caption3 p {
    color: #fff;
}

.btn-general {
    border-radius: .3rem !important;
}

.carousel-caption {
    z-index: 4;
    bottom: 12px !important;
}



/* @media (min-width: 1400px) {
    #myCarousel p {
        margin-bottom: 1.25rem;
        font-size: 1.25em;
        line-height: 1.6;
        transition: all 1s ease;
    }
} */

/* @media (max-width: 1400px) {
    #myCarousel p {
        margin-bottom: 1.25rem;
        font-size: 1em;
        line-height: 1.6;
        transition: all 1s ease;
    }

    #myCarousel h1 {
        font-size: 2em;
        transition: all 1s ease;
    }
}  wenn original slider erwünscht, diesen part wieder einblenden*/

@media(max-width: 1100px) {
    #myCarousel p {
        margin-bottom: 1.25rem;
        font-size: .8em;
        line-height: 1.6;
        transition: all 1s ease;
    }

    #myCarousel h1 {
        font-size: 1.5em;
        transition: all 1s ease;
    }
}

.carousel-control-next img,
.carousel-control-prev img {
    width: 10%;
}

.carousel-indicators li {
    border: 1px solid #41464b;
}

/*award*/


.award,
.as {
    width: 75% !important;
}


@media (min-width:1600px) {

    .award,
    .as {
        width: 50% !important;
    }

}

.carousel-caption.row {
    bottom: 2.2rem;
}



/*Made in Germany Logo*/

#div_mig_logo {
    position: relative;
}

#mig_logo {
    position: absolute;
    right: 55px;
    /* box-shadow: 0 3px 10px rgb(0 0 0 / 0.2); */
    border-radius: 10px;
    z-index: 0;
    /* background-color: #fff; */
    top: -60px;
    transition: all 1s ease;
    width: 160px;
    z-index: 1;
}


@media (max-width: 992px) {
    #mig_logo {
        width: 123px;
        top: -55px;
        right: 10px;
        transition: all 1s ease;
    }
}


@media (max-width: 768px) {
    #mig_logo {
        width: 123px;
        top: -88px;
        transition: all 1s ease;
    }

}

@media (max-width: 576px) {
    #mig_logo {
        width: 123px;
        top: -50px;
        right: 30px;
        transition: all 1s ease;
    }

}


/*carousel2*/
#section_carousel {
    /* background-color: #c6c6c6; */
}

#carousel {
    padding-bottom: 40px;
    /* padding-top: 40px; */
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

#section_carousel .carousel-inner {
    border-radius: 10px;
}

#myCarousel.carousel,
#myCarousel.carousel .carousel-item {
    width: 100%;
    height: 280px !important;
    transition: all 1s ease;
}

#myCarousel.carousel .content1,
#myCarousel.carousel .content2,
#myCarousel.carousel .content3 {
    width: 65%;
}

@media (max-width: 992px) {
    #myCarousel.carousel {
        top: 4px;
    }
}

@media (max-width: 900px) {

    #myCarousel.carousel:not(.lsi-icon-nav.carousel),
    #myCarousel.carousel .carousel-item,
    #myCarousel.carousel .carousel-inner {
        width: 100%;
        height: 230px !important;
        transition: all 1s ease;
    }

    #myCarousel.carousel .content1,
    #myCarousel.carousel .content2,
    #myCarousel.carousel .content3 {
        width: 100%;
    }
}

@media (min-width: 900px) {
    .carousel-fade img {
        width: 100%;
        height: auto;
        transition: all 1s ease;
    }

    #myCarousel.carousel .content1,
    #myCarousel.carousel .content3 {
        bottom: 1rem;
        position: relative;
    }

    #myCarousel .carousel .content2 {
        top: 2rem;
    }
}

@media (min-width: 1400px) {

    #myCarousel.carousel .content1,
    #myCarousel.carousel .content3 {
        bottom: 1rem;
        position: relative;
    }

    #myCarousel.carousel .content2 {
        bottom: -1rem;
        position: relative;
    }

    #myCarousel.carousel,
    #myCarousel.carousel .carousel-item,
    #myCarousel.carousel .carousel-inner {
        width: 100%;
        height: 280px !important;
        transition: all 1s ease;
    }
}

@media(max-width: 1100px) {
    #myCarousel.carousel p {
        margin-bottom: 1.25rem;
        font-size: .8em;
        line-height: 1.6;
        transition: all 1s ease;
    }

    #myCarousel.carousel h1 {
        font-size: 1.5em;
        transition: all 1s ease;
    }
}

#myCarousel.carousel .carousel-control-next img,
#myCarousel.carousel .carousel-control-prev img {
    width: 10%;
}

#myCarousel.carousel .carousel-indicators li {
    border: 1px solid #41464b;
}

.carousel-fade .carousel-control-prev,
.carousel-fade .carousel-control-next {
    display: none;
}

/*award*/


#myCarousel.carousel .award,
#myCarousel.carousel .as {
    width: 75% !important;
}


@media (min-width:1600px) {

    #myCarousel.carousel .award,
    #myCarousel.carousel .as {
        width: 50% !important;
    }
}

#myCarousel.carousel .carousel-caption.row {
    bottom: 2.2rem;
}

/*Section Vision*/
#vision {
    margin-top: 0;
    padding-top: 100px;
    margin-bottom: 0;
    padding-bottom: 60px;
}

#vision h3,
.vision h3 {
    font-size: 2.5em;
}

#vision h1,
.vision h3 {
    color: #216eae;
    font-size: 4em;
    font-weight: normal;
}

#vision p span {
    color: #216eae;
}

#vision p {
    font-size: 1.2em;
    max-width: 900px;
    line-height: 1.5;
}

/*Responsive iFrame*/
@media (max-width: 766px) {
    .embed-responsive-item {
        width: inherit !important;
        height: 100% !important;
    }
}

/*Responsive iFrame*/

@media (min-width: 767px) {
    .embed-responsive {
        width: 60% !important;
        margin-right: auto;
        margin-left: auto;
    }
}


.youtube-design2 {
    cursor: unset !important;
}

.youtube-design2 ul {
    color: #fff;
}

.youtube-design2 ul:hover {
    color: #fff;
}

/*Section Video*/


.video-play-button {
    position: absolute;
    z-index: 10;
    top: 75%;
    left: 35%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ba1f24;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fa183d;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}


.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}


@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


#video {
    max-width: unset !important;
}

#video h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: normal;
    margin: 40px auto 10px auto;
}

#video h4,
.video-part h4 {
    font-size: 1.7em !important;
    line-height: 1.5;
}

#video h5,
.video-part h5 {
    font-size: 1.3em !important;
    color: #64707b !important;
    line-height: 1.5;
}

@media (max-width: 576px) {
    .video-part img {
        max-width: 100% !important;
        height: auto !important;
    }

}

@media (min-width: 992px) {
    .video-part {
        display: table;
    }
}

@media (max-width: 992px) {
    .video-part h4 {
        padding-top: 20px !important;
    }

    .video-part h5 {
        padding-bottom: 20px !important;
    }
}

/*Section News*/

#news {
    margin-top: 0;
    max-width: unset !important;
    background-color: #d6d6d6 !important;
}

#news .lsi-cont-sm {
    padding-bottom: 0px !important;
    padding-top: 40px !important;
}

#news .row {
    max-width: 1350px;
    margin-right: auto;
    margin-left: auto;
}

#news h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: normal;
    margin: 40px auto 10px auto;
}

#news h4 {
    font-size: 1.7em !important;
}

#news h5 {
    color: #64707b;
    font-size: 1.3em;
}

#news .card {
    border-radius: 15px;
    border: none;
    background-color: #fff;
    /* background: linear-gradient(to bottom, rgba(240, 240, 240, 1), transparent); */
}

#news .card-header {
    border-radius: 15px;
    border: none;
    background-color: transparent;
}

#news img {
    /* width: 34%;
    float: left;
    margin: 5px 24px 0px 24px; */
    width: 100%;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#news .card-text,
#news a {
    font-size: 1.2em;
    line-height: 1.5;
}

#news .card {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

#news .card-footer {
    background-color: transparent;
    border-top: none !important;
}


.news_hr {
    height: 1px;
    border: none;
    border-top: 1px solid lightgray;
}

@media (max-width: 992px) {

    .new-1,
    .new-2 {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    #news .card-body {
        padding-right: 2.2rem !important;
        padding-left: 2.2rem !important;
        padding-top: 2.2rem !important;
        padding-bottom: 1.7rem !important;
    }
}

/*
Section Products #products {
    padding-top: 70px;
    margin-top: 0;
}

#products .lsi-cont-sm {
    padding-bottom: 40px;
    padding-top: 40px !important;
}

#products h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: normal;
    margin: 40px auto 10px auto;
}

#products h4 {
    font-size: 1.7em !important;
}

#products h6 {
    color: #64707b;
    font-size: 1em !important;
}

#products span {
    color: #64707b;
    display: block;
}

#products p {
    font-size: 1.2em;
}

.product-paragraph1 {
    min-height: 115.2px;
}

.product-paragraph2 {
    min-height: 57.6px;
}

#products .card {
    border-radius: 15px;
    border: none;
    background-color: #fff;
    padding-top: 20px;
}

#products .card-header {
    border-radius: 15px;
    border: none;
    background-color: transparent;
}


#products .card-body div button {
    margin: 0 10px 0 10px;
}

#products img {
    border-radius: 1rem;
    margin: 0 24px 10px 24px;
}

#products.card-text {
    font-size: 1em;
    line-height: 1.7;
}

#products {
    margin-right: 0;
    margin-left: 0;
    max-width: unset;
}

#products .row {
    max-width: 1350px;
    margin-right: auto;
    margin-left: auto;
}

#products .card {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

#products #btn-informationen,
#products #btn-buy,
#products #btn-demo {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    color: #216eae;
}

#products #btn-informationen:hover,
#products #btn-buy:hover,
#products #btn-demo:hover {
    background-color: #216eae !important;
    color: #fff !important;
}

@media (max-width: 992px) {

    .products-1,
    .products-2 {
        margin-bottom: 2.5rem;
    }

    #products .product-paragraph1,
    #products .product-paragraph2 {
        min-height: unset !important;
    }
}

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

    #btn-informationen,
    #btn-demo,
    #btn-buy {
        font-size: 95%;
        margin: 0;
    }

    #products .product-paragraph1,
    #products .product-paragraph2 {
        min-height: 86px !important;
    }

    #products .card-header {
        min-height: 125px;
    }
}
*/


/*Section Before/After*/

#before_after {
    padding-top: 0;
    margin-top: 0;
}

#before_after .lsi-cont-sm {
    padding-bottom: 50px;
}

#before_after .lsi-title {
    margin-bottom: 40px;
}


#before_after h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: normal;
    margin: 40px auto 10px auto;
}

#before_after h4 {
    font-size: 1.5em;
}

#before_after p {
    font-size: 1.1em !important;
}

@media (max-width: 768px) {
    #before_after {
        max-width: 600px !important;
    }
}

@media (max-width: 620px) {
    #before_after {
        max-width: 400px !important;
    }
}


/*Section Testimonial*/
.spacer {
    height: calc(100% - 200px);
    width: 0px;
    float: right;
}

.bottomRight {
    height: 200px;
    float: right;
    clear: right;
    margin-left: 20px;
    /* margin-top: 10px; */
}

/* @media (max-width: 768px) {
    .bottomRight {
        margin-top: 30px;
    }
} */

#testimonial {
    margin-top: 0;
    border-radius: 10px;
    padding: 0 48px 48px 48px;
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;

}

#testimonial .lsi-cont-sm {
    padding-bottom: 50px;
}

#testimonial h2 {
    text-align: center;
    font-size: 3em;
    font-weight: normal;
    margin: 40px auto 10px auto;
    padding-top: 30px;
}

#testimonial span {
    display: block;
    font-size: 1.1em;
}

#testimonial p.frank-doorhof {
    font-size: 1.1em;
    line-height: 1.5;
}

#testimonial p {
    font-size: 1.4em;
    line-height: 1.5;
}

#testimonial .row:nth-child(2),
#testimonial .row:nth-child(3) {
    padding: 0 150px 0px 150px !important;
}

.testimonial-description {
    margin-right: 0;
    margin-left: auto;
}

.div-quote {
    position: relative;
}

.div-quote i {
    position: absolute;
    top: -20px;
    left: -40px;
    color: #d6d6d6 !important;
}

@media (max-width: 1350px) {
    #testimonial {
        max-width: 1200px !important;
    }

    #testimonial .row:nth-child(2),
    #testimonial .row:nth-child(3) {
        padding: 0 70px 0px 70px !important;
    }
}

@media (max-width: 1200px) {
    #testimonial {
        max-width: 1000px !important;
    }

    #testimonial .row:nth-child(2),
    #testimonial .row:nth-child(3) {
        padding: 0 70px 0px 70px !important;
    }
}


@media (max-width: 992px) {
    .testimonial-img {
        padding: 30px 30px 0 30px;
    }

    .testimonial-img span {
        padding: 0px 40px 0px 30px;
    }

    .testimonial-description {
        margin: unset !important;
    }

    #testimonial {
        border-top-left-radius: unset;
        border-bottom-right-radius: unset;
    }

    #testimonial .row:nth-child(2) {
        padding: unset !important;
    }

    .testimonial-description p {
        padding: unset !important;
    }

    #testimonial .row:nth-child(2),
    #testimonial .row:nth-child(3) {
        padding: unset !important;
    }
}



@media (max-width: 768px) {
    .bottomRight+p {
        display: inline-block !important;
    }


    .div-quote i {
        left: 10px;
        top: -40px;
    }

    .spacer {
        height: calc(100% - 320px);
        transition: all 1s ease;
    }

    .bottomRight {
        height: 320px;
        transition: all 1s ease;
    }

    .fas.fa-quote-left.fa-4x {
        font-size: 3em !important;
    }
}

@media (max-width: 500px) {
    .spacer {
        height: calc(100% - 200px);
        transition: all 1s ease;
    }

    .bottomRight {
        height: 200px;
        transition: all 1s ease;
    }
}

/*Section Supported Scanners*/

#supported-scanners h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: normal;
    margin: 40px auto 10px auto;
}

#supported-scanners p {
    font-size: 1.2em !important;
    line-height: 1.5;
}

#supported-scanners .lsi-title {
    padding: 0 48px 48px 48px;
}

#supported-scanners {
    padding-top: 40px !important;
}

#supported-scanners .bg-gray {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

#supported-scanners .lsi-section-footer {
    padding-top: 50px !important;
}

.bg-supported-scanners {
    display: block;
    position: relative;
    background-color: rgba(240, 240, 240, .5);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.bg-supported-scanners:after {
    content: "";
    background: url("/wp-content/uploads/2021/11/IMG_0263-1536x1152.jpg.webp");
    opacity: 0.4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#supported-scanners .bg-supported-scanners:after {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#supported-scanners .uvm {
    color: #41464b;
    font-size: 2.5rem;
}

@media (max-width: 1350px) {
    #supported-scanners {
        max-width: 1200px !important;
    }
}

@media (max-width: 1200px) {
    #supported-scanners .uvm {
        font-size: 1.7em !important;
        vertical-align: top;
    }

    #supported-scanners {
        max-width: 1000px !important;
    }
}

@media (max-width: 768px) {

    #supported-scanners img,
    #supported-scanners .uvm {
        font-size: 1rem;
    }

    #supported-scanners img {
        margin: 3rem;
    }
}

#supported-models-app .items .card-body {
    flex: unset !important;
}

#supported-models-app .items .card-body {
    margin-top: auto;
}

#supported-models-app .items .card-body .card-title {
    min-height: 48px;
}

ul.product_desc_list {
    min-height: 96px;
}


/*Section Newsletter*/
#newsletter {
    max-width: unset !important;
}

#newsletter h2 {
    font-size: 2.5rem;
    font-weight: normal;
}

#newsletter {
    padding-top: 0 !important;
}

#newsletter button {
    margin-top: 50px;
}

#newsletter .fa-arrow-right {
    color: #fff;
}

#newsletter input {
    border-radius: 50px;
    height: 50px;
    /* border: 2px solid #8ab930; */
    /* background-color:  rgba(0, 119, 237); */
    color: #fff;
    /* border-color: #8ab930; */
    border-color: #fff;
    border-width: 2px;
    padding-left: 1rem;
}

#newsletter .input-pulse {
    -webkit-animation: pulse 4s infinite 3s cubic-bezier(0.25, 0, 0, 1) !important;
    animation: pulse 2s infinite 5s cubic-bezier(0.25, 0, 0, 1);
    /* box-shadow: 0 5px 15px 1px #fff; */
    position: relative;
    background-color: rgba(103, 164, 230);
    transition: all 1s ease;
}

#newsletter .input-pulse::placeholder {
    color: white;
}

#newsletter .input-pulse:focus,
#newsletter .input-pulse:active {
    box-shadow: 0 0 0 .2rem rgba(0, 119, 238, .5) !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .5) !important;
    background-color: rgb(103, 165, 230);
    -webkit-animation: unset !important;
    animation: unset !important;
    transition: all 1s ease;
}

#newsletter {
    background-color: #216eae;
}

#newsletter p {
    font-size: 1.2em;
}

.input-box {
    position: relative;
}

.input-box .nl_button {
    position: absolute;
    top: 34%;
    right: 2.5rem;
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: unset !important;
}

.input-box .nl_button {
    color: white;
    border: none !important;
    box-shadow: none !important;
    border-style: none !important;
    border-width: none !important;
}

.input-box .nl_button:hover:focus:active {
    transform: scale(1.3);
    text-decoration-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-style: none !important;
    border-width: none !important;
}


/*WP 5.9.1. Image Verstellungen korrigieren*/
.img_repair {
    height: unset !important;
    max-width: unset !important;
}


.list-subject {
    cursor: pointer;
    width: 95%;
    padding-left: 10px;
    color: #41464b;
    font-size: 1.15em !important;
    font-weight: normal;
}

.model-list {
    width: 95%;
    font-size: 0.95em !important;
}

.model-list li {
    line-height: 1.5;
}

#accordion-scanner .card-header {
    border: 1px solid rgba(0, 0, 0, .125);
}

#accordion-scanner .collapse {
    border: 1px solid rgba(0, 0, 0, .125);
}


@media (max-width: 768px) {
    #accordion-scanner .row {
        justify-content: center;
    }
}

/*Supported Scanners Aufzählung*/
.product_desc_list {
    text-align: left;
}

/*VLT-List*/

.vlt-list {
    color: #fff;
    background-color: #616b74;
    display: flex;
}

.vlt-list-container {
    margin-right: auto;
    margin-left: auto;
}

.vlt-list li {
    list-style-type: none;
    margin: 30px 0;
}

.vlt-list li i.sui-arrow-circle-down {
    font-size: 1.5em !important;
}

.vlt-list li a {
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
}

.lazy-image-wrapper {
    padding: 1rem !important;
}

.image_preview .lazy-image-main {
    max-height: 140px !important;
}

.c-more .more_links {
    text-align: center;
    border-width: 1px;
    border-radius: 0px;
    font-size: 17px;
    padding: 10px 15px;
    font-weight: 400;
    text-transform: uppercase;
    border-color: #216eae;
    background-color: #216eae;
    color: #fff;
    border-radius: .3rem !important;
    display: inline-block;
}

.more_links:hover {
    text-decoration: none;
    color: #fff !important;
}

.lsi-sub-nav-item {
    visibility: hidden;
}

.lsi-sub-nav-item.pageloaded {
    visibility: visible;
}

/*Check List*/

.list-check {
    padding-left: 0;
}

.list-check li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: green;
    padding-right: 20px;
}

.list-check li {
    list-style-type: none;
    display: flex;
}

.list-check li p {
    margin-bottom: 8px;
}

/*floatbox Design change*/
#fbInnerEdge,
#fbBackground {
    background-color: black !important;
}

/*Carousel Fade-Effekt*/

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .8s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);

}

.carousel-item img {
    transition: all 1s;
    transform: scale(1);
}

.carousel-item.active img {
    transform: scale(1.2);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity ease-out .7s;
}

#resellerlist .card-header button {
    color: #41464b;
    font-size: 1.5rem;
    text-decoration: none;
}

.reseller_countries button {
    width: 194px;
    background-color: #fff;
    color: #216eae;
    border-color: #216eae;
}

@media (max-width: 992px) {
    .reseller_countries button {
        width: 150px;
    }

    .resellerlist .card-body {
        padding-right: 0;
        padding-left: 0;
    }
}

.btn-supported-models {
    display: inline-flex;
    padding: 15px;
}

.btn-supported-models i {
    padding-right: 10px;
}

.div-supported-models .card-body {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.div-supported-models p {
    display: grid;
}

/*News Slider*/

#news-slider:active,
#news-slider:focus,
#news-slider::marker {
    outline: none !important;
    box-shadow: none !important;
}

#news-slider {
    height: 660px;
    overflow-x: hidden;
}

#news-slider::-webkit-scrollbar {
    display: none;
}

/*Diesen Part bitte ab News 14 löschen*/

#news-slider .news-slider-even {
    width: 127% !important;
}

@media (max-width: 1200px) {
    #news-slider .news-slider-even {
        width: 142% !important;
    }
}

@media (max-width: 789px) {
    #news-slider .news-slider-even {
        width: 149% !important;
    }
}

@media (max-width: 700px) {
    #news-slider .news-slider-even {
        width: 145% !important;
    }
}

@media (max-width: 500px) {
    #news-slider .news-slider-even {
        width: 170% !important;
    }
}

/*Diesen Part bitte ab News 14 löschen*/

/* Hide scrollbar for IE, Edge and Firefox */
#news-slider {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#news-slider .card-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#news-slider .card-carousel .my-card {
    width: 600px;
    position: relative;
    z-index: 1;
    -webkit-transform: scale(0.6) translateY(-2rem);
    transform: scale(0.6) translateY(-2rem);
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
    background: #c6c6c6;
    /* background: linear-gradient(to top, #2e5266, #6e8898); */
    transition: 1s;
}

#news-slider .card-carousel .my-card img {
    width: 320px;
    height: 425px;
    /* object-fit: cover; */
}

@media (max-width: 700px) {
    #news-slider .card-carousel .my-card img {
        width: 250px;
        height: 312px;
        /* object-fit: cover; */
    }
}

@media (max-width: 400px) {
    #news-slider .card-carousel .my-card img {
        width: 200px;
        height: 262px;
        /* object-fit: cover; */
    }
}


#news-slider .card-carousel .my-card .date {
    position: absolute;
    top: 107%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 2rem;
    font-weight: 300;
    color: #64707b;
}

#news-slider .card-carousel .my-card.active {
    z-index: 3;
    -webkit-transform: scale(1) translateY(0) translateX(0);
    transform: scale(1) translateY(0) translateX(0);
    opacity: 1;
    pointer-events: auto;
    transition: 1s;
}

#news-slider .card-carousel .my-card.prev,
#news-slider .card-carousel .my-card.next {
    z-index: 2;
    -webkit-transform: scale(0.8) translateY(-1rem) translateX(0);
    transform: scale(0.8) translateY(-1rem) translateX(0);
    opacity: 0.6;
    pointer-events: auto;
    transition: 1s;
}

#news-slider .card-carousel .my-card.prev a,
#news-slider .card-carousel .my-card.next a {
    cursor: default;
    pointer-events: none;
}

.rt-container {
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
}

.rt-row:before,
.rt-row:after {
    display: table;
    line-height: 0;
    content: "";
}

.rt-row:after {
    clear: both;
}

[class^="col-rt-"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 0 15px;
    min-height: 1px;
    position: relative;
}


@media (min-width: 768px) {
    .rt-container {
        width: 750px;
    }

    [class^="col-rt-"] {
        float: left;
        width: 49.9999999999%;
    }

    .col-rt-6,
    .col-rt-12 {
        width: 100%;
    }

}

@media (min-width: 1200px) {
    .rt-container {
        width: 1170px;
    }

    .col-rt-1 {
        width: 16.6%;
    }

    .col-rt-2 {
        width: 30.33%;
    }

    .col-rt-3 {
        width: 50%;
    }

    .col-rt-4 {
        width: 67.664%;
    }

    .col-rt-5 {
        width: 83.33%;
    }


}

@media only screen and (min-width:240px) and (max-width: 768px) {

    .ScriptTop h1,
    .ScriptTop ul {
        text-align: center;
    }

    .ScriptTop h1 {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .ScriptTop ul {
        margin-top: 12px;
    }

    .ScriptHeader h1,
    .ScriptHeader h2,
    .scriptnav ul {
        text-align: center;
    }

    .scriptnav ul {
        margin-top: 12px;
    }

    #float-right {
        float: none;
    }

}

/*XS*/
@media (max-width: 400px) {

    section#vision .container-fluid,
    section#news .container-fluid,
    section#section_carousel .container-fluid,
    section#products .container-fluid,
    section#before_after .container-fluid,
    section#testimonial .container-fluid,
    section#supported-scanners .container-fluid,
    section#newsletter .container-fluid {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    section#news .card-body,
    section#products .card-body {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    section#vision h2,
    section#news h2,
    section#section_carousel h2,
    section#products h2,
    section#before_after h2,
    section#testimonial h2,
    section#supported-scanners h2,
    section#newsletter h2 {
        font-size: 2.5rem !important;
    }
}

@media (max-width: 600px) {
    #section_carousel .btn-general {
        padding: 5px 10px !important;
        font-size: 14px !important;
    }

    #myCarousel.carousel .content2 {
        bottom: -1rem;
        position: relative;
    }


    .carousel .overlay {
        width: 90%;
    }
}

@media (max-width: 400px) {

    .carousel .overlay {
        width: 100%;
    }
}

.card-references {
    width: 22rem;
    background-color: #fff;
    transition: all 1s ease;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/* .card-references:hover {
    background-color: #fff;
    transition: all .5s ease;
} */

.card-references img {
    float: left;
    padding-right: 10px;
    padding-bottom: 5px;
}

.card-references a {
    color: #216eae !important;
}

.card-references a:hover {
    color: #2d9cdb !important;
}

/*Fix Floatbox-Popup*/
/*Wirkt sich auf andere Popups negativ aus*/
/* @media (min-width: 1400px) {
    #fbBox {
        height: 700px !important;
    }
    #fbContent {
        height: 650px !important;
    }
    #fbContentWrapper {
        height: 650px !important;
    }
} */

/*Flickity Fix Resize Problem*/
.lsi-icon-nav {
    padding-top: 5px;
    padding-bottom: 10px !important;
}


/* Language flags: To-Do: This is not needed in WordPress anymore */
.img-flag {
    position: relative;
    width: 20px;
    height: 15px;
}

/* Responsive Topbar */

@media (max-width: 991px) {
    header .topmenu ul {
        text-align: center !important;
    }

    header .topmenu .top-data li {
        top: 1px;
        padding: 6px 10px;
        margin-left: -5px;
        position: relative;
        border: solid 1px #616b74;
        /* Remove it, set to 0 (Rexhep) */
    }
}

/*Search Functionality*/
.navbar-collapse .navbar-nav {
    position: relative !important;
}

.outer {
    background-color: #fff;
    padding: 15px;
    width: 100%;
    right: 0;
    top: 60px;
    z-index: 9999;
}


.inner {
    line-height: 0;
}

#search-field {
    background-color: #f9f9f9;
}

.btn-search {
    width: 50px;
    top: 10px;
    right: 0;
    color: #64707b;
}

@media (max-width: 991px) {
    .outer {
        top: 260px;
    }
}

/*delete this only from somewhere else, 9999 to 99, its important*/
#navbarResponsive {
    justify-content: end;
    z-index: 99;
}

/*End of Search Functionality*/


/* Navbar */

#mainNav .menu-item-language {
    display: none;
}

#mainNav .menu-item {
    text-align: center !important;
    min-width: 85px !important;
}

#mainNav {
    font-family: "Source Sans Pro" !important;
    font-size: 18px !important;
}

#mainNav {
    margin-left: auto !important;
    z-index: 100;
}

@media (min-width: 77px) {
    #mainNav.navbar-expand-lg {
        height: 69px !important;
    }
}

@media (max-width: 770px) {
    .navbar-expand-lg {
        height: unset !important;
    }
}

#mainNav .nav-link {
    padding: 0 5px !important;
    color: white;
}

@media (max-width: 991px) {
    #mainNav .nav-link {
        padding: .5rem 1rem !important;
    }
}

.affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0px 0.5px 4px #c3c2c2;
}

.affix-sub {
    position: fixed;
    top: 65px;
    right: 0;
    left: 0;
    z-index: 1050;
    box-shadow: 0px 2px 4px -1px #c3c2c2;
}

.navbar {
    padding: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: #fff;
}

.navbar-header {
    padding-left: 85px;
}

.justify-content-end {
    padding-right: 85px;
}

.navbar-nav {
    float: right;
}

.navbar-nav>li {
    height: 65px;
    line-height: 65px;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    transition: all .5s ease-in-out;
}

.navbar-nav>li:hover,
.navbar-nav>li:active {
    border-bottom: 2px solid #0077EE;
    background: #f0f0f0;
}

.navbar-nav .current {
    border-bottom: 2px solid #0077EE;
}

.navbar-nav>li>a {
    color: #49525a !important;
    font-weight: 500;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    margin: 0 10px;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:active {
    color: #0077EE !important;
}

.navbar-nav .current>a {
    color: #0077EE !important;
}

/* This is item shop bar */

.navbar-nav li>.shopping {
    color: #49525a;
    cursor: pointer;
    /* font-size: 15px; */
    z-index: 0;
    min-width: 30px;
    margin-top: 3px;
    padding: 28px 0;
    text-align: center;
    display: inline-block;
}

.navbar-nav li>.shopping:hover {
    color: #0077EE;
}

/* This is item search bar */

.navbar-nav li>.search {
    color: #49525a;
    cursor: pointer;
    z-index: 0;
    min-width: 30px;
    margin-top: 3px;
    padding: 28px 0;
    text-align: center;
    display: inline-block;
}

.navbar-nav li>.search:hover {
    color: #0077EE;
}

.navbar .search-open {
    right: 50%;
    top: 65px;
    display: none;
    height: 50px;
    width: 40%;
    padding: 4px;
    position: absolute;
    background: #fff;
    z-index: 1001;
    transform: translate(50%, 0%);
}

.navbar .search-open input,
.navbar .search-open span {
    height: 40px;
    border-color: #0077EE;
    line-height: 40px;
}

.navbar .search-open span {
    background: #0077EE;
    color: #fff;
}

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    border-radius: 0;
}

.navbar-toggle .navbar-toggler-icon {
    background-color: #fff !important;
}

.navbar-collapse {
    max-height: none !important;
}

.vesco-top-nav ul.navbar-nav>li>a.active {
    color: #0077EE !important;
}

@media (min-width: 992px) {

    .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
        position: absolute;
        left: -280px;
    }

    .dropdown-cust.mega-menu .dropdown-item {
        border-right: 1px solid #e0e0e0;
    }

    .dropdown-cust.mega-menu {
        margin-top: 0px;
        min-width: 450px;
        padding: 0;
        border-top: 2px solid #0077EE;
        border-left: 2px solid rgba(1, 1, 1, 0);
        border-right: 2px solid rgba(1, 1, 1, 0);
        border-bottom: 2px solid #0077EE;
        border-radius: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
        position: absolute;
        left: -300px;
    }
}


@media (max-width: 991px) {

    .navbar>.container .navbar-nav {
        float: left;
        border-top: 1px solid #ddd;
        width: 100%;
        background-color: #fff;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        padding: 12px 0px;
        margin-left: -10px;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .navbar>.container .navbar-toggler {
        margin-right: 10px;
        line-height: 1.8;
    }

    .navbar .search-open {
        right: 0;
        width: 100%;
        transform: translate(0%, 0%);
    }

    .navbar-nav>li {
        height: auto;
        line-height: 35px;
        border-bottom: 3px solid rgba(0, 0, 0, 0);
        transition: all .5s ease-in-out;
    }

    .navbar-nav>li.active,
    .navbar-nav>li:hover,
    .navbar-nav>li:active {
        border-bottom: 2px solid #ddd;
        background: #f0f0f0;
    }

    .navbar li>.search {
        display: none;
    }

    .navbar .search-open {
        right: 0;
        top: 0;
        display: block;
        height: auto;
        line-height: 50px;
        padding: 4px;
        position: relative;
        box-shadow: none;
        background: none;
        z-index: 1;
    }

    .navbar li>.shopping {
        display: none;
    }

}

@media (max-width: 767px) {


    .affix-sub {
        top: 80px;
    }

    .top-menubar .nav li.menu-item:nth-child(3):not(.menu-item-language),
    .top-menubar .nav li.menu-item:nth-child(4):not(.menu-item-language),
    .top-menubar .nav li.menu-item:nth-child(5):not(.menu-item-language) {
        display: none;
    }

    .container {
        max-width: 100%;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin: 6px 10px;
    }

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        padding: 6px 0px;
    }

    /* .navbar-nav>li {
        line-height: 25px;
        padding: 0 20px;
        border-bottom: 3px solid rgba(0, 0, 0, 0);
        transition: all .5s ease-in-out;
        border-bottom: 1px solid #ddd;
    } auskommentiert wegen search field neu*/

    .navbar-nav>li:last-child {
        padding: 0px;
    }

    .navbar-nav>li.dropdown .dropdown-menu {
        margin-bottom: 15px;
    }

    .top-menubar-nav {
        display: block;
    }
}




/*************************************************
*
*    LSISubNav
*
************************************************/

.lsi-sub-nav {
    text-align: center;
}

/*Flickity Highlights Properties*/

.lsi-sub-nav .lsi-sub-nav-item:not(.lsi-icon-nav-carousel2 .lsi-sub-nav-item) {
    width: 120px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

/*Flickity other Sub-Menus Properties*/

.lsi-icon-nav-carousel2 .lsi-sub-nav-item {
    width: 134px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.lsi-sub-nav img {
    margin: 10px auto 8px;
    height: 40px;
}

.lsi-sub-nav i {
    margin: 10px auto 8px;
    height: 60px;
    font-size: 56px;
    color: #41464b;
    height: 60px;
    display: block;
}

.lsi-sub-nav h4 {
    font-size: 12px;
    color: #41464b;
}

.lsi-sub-nav .active i,
.lsi-sub-nav .active h4 {
    color: #fff;
}

.lsi-sub-nav a:hover,
.lsi-sub-nav a:hover i,
.lsi-sub-nav a:hover h4 {
    color: #fff;
    text-decoration: none;
}

.d-md-flex>.lsi-sub-nav-item .smooth-scrolls .fa-list-ul {
    margin-top: 16px;
}

.bg-lsi-web-gray-trans .lsi-sub-nav i {
    margin-top: 10px;
    margin-bottom: 8px;
    /* left: 50%; */
    font-size: 30px;
    color: #fff;
    height: 34px;
}

.bg-lsi-web-gray-trans .lsi-sub-nav a {
    font-size: 12px;
    color: #fff;
    display: block;
    text-align: center;
}

.bg-lsi-web-gray-trans .lsi-sub-nav a img {
    display: block;
}

.lsi-sub-nav-item.selected a {
    color: #216eae;
    background: white;
    border-radius: 10px;
    padding-top: 1px;
}

/* .bg-lsi-web-gray-trans .lsi-sub-nav .active i,
.bg-lsi-web-gray-trans .lsi-sub-nav .active a {
    color: #216eae;
} */

.bg-lsi-web-gray-trans .lsi-sub-nav a:hover,
.bg-lsi-web-gray-trans .lsi-sub-nav a:hover i,
.bg-lsi-web-gray-trans .lsi-sub-nav a:hover a {
    /* color: #216eae; */
    color: #E8E8E8;
    text-decoration: none;
}

/* New Design for the front page buttons directly under the header image */

.bg-lsi-web-frontpage {
    background: none;
}

.bg-lsi-web-frontpage .lsi-sub-nav i {
    margin-top: 10px;
    margin-bottom: 8px;
    /* left: 50%; */
    font-size: 2.4rem;
    color: white;
    height: 34px;
}

.bg-lsi-web-frontpage.navigation_big .flickity-viewport {
    height: 120px !important;
    margin-top: 2rem;
    margin-bottom: 1rem;
    overflow: visible;
}

.bg-lsi-web-frontpage.navigation_big .lsi-icon-nav-carousel2 .lsi-sub-nav-item {
    width: unset;
    min-width: 174px;
}

@media (max-width: 1300px) {
    .bg-lsi-web-frontpage.navigation_big .flickity-viewport {
        height: 100px !important;
    }
}

@media (max-width: 992px) {
    .bg-lsi-web-frontpage.navigation_big .flickity-viewport {
        height: 90px !important;
    }

    .bg-lsi-web-frontpage.navigation_big .lsi-icon-nav-carousel2 .lsi-sub-nav-item {
        min-width: 140px;
    }
}

.bg-lsi-web-frontpage .lsi-icon-nav {
    padding-bottom: 0px !important;
}

.bg-lsi-web-frontpage .lsi-sub-nav a {
    font-size: 12px;
    color: white;
    display: block;
    text-align: center;
    padding: 0.6rem;
    background-color: #216eae;
    border: 0.1rem solid #216eae;
    border-radius: 0.3rem;
    transition: all 0.15s ease-in-out;
}

.bg-lsi-web-frontpage .lsi-sub-nav a img {
    display: block;
}

.bg-lsi-web-frontpage .lsi-sub-nav a:hover,
.bg-lsi-web-frontpage .lsi-sub-nav a:hover i,
.bg-lsi-web-frontpage .lsi-sub-nav a:hover a {
    /* color: #216eae; */
    color: #216eae;
    background-color: white;
    text-decoration: none;
    scale: 1.05;
    transition: all 0.15s ease-in-out;
}

@media (max-width: 585px) {
    .lsi-sub-nav .lsi-sub-nav-item {
        width: 80px;
    }

    .lsi-sub-nav img {
        height: 50px;
    }

    .lsi-sub-nav i {
        font-size: 50px;
    }
}

@media (max-width: 420px) {
    .lsi-sub-nav img {
        height: 40px;
    }
}

/* Make feature nav flow above header image */
.lsi-feature-nav {
    position: absolute;
    width: 100%;
}

@media (max-width: 789px) {
    .lsi-feature-nav {
        position: unset !important;
        width: 100%;
    }
}

.lsi-feature-nav.combined {
    position: relative;
}

.subnav-container {
    position: absolute;
    width: 100%;
}

.subnav-container.affix-sub {
    position: fixed;
}


/*************************************************
*
*    LSIButton
*
************************************************/

.btn-general {
    background-color: transparent;
    text-align: center;
    border-width: 1px;
    border-radius: 0px;
    font-size: 17px;
    padding: 10px 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-white {
    border-color: #216eae;
    background-color: #216eae;
    color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    background-color: white;
    color: #216eae;
    cursor: pointer;
}

.btn-green {
    border-color: #216eae;
    color: #216eae;
}

.btn-green:hover,
.btn-green:focus {
    background-color: #216eae;
    color: #fff;
    cursor: pointer;
}

.btn-lsi-green-white {
    border-color: #216eae;
    background-color: #216eae;
    color: #fff;
}

.btn-lsi-green-white:hover {
    background-color: #fff !important;
    color: #216eae !important;
    cursor: pointer;
}

/*
 *  Button for footer + x.
 *  Only visible in mobile versions.
 */

.btn-mobile {
    /* background-color: transparent;
    color: #fff; */
    cursor: pointer;
}

.btn-mobile:hover,
.btn-mobile:focus {
    color: #216eae;
}

/*************************************************
*
*    LSISections
*
*    Info:
*      sm - is the shortcut for Section Main, NOT for small!
*
************************************************/

.new-row {
    padding-top: 100px;
}

.text-left {
    text-align: left;
}

/*
*  LSI generic section
*/

.lsi-section {
    /* padding: 100px 0; */
    padding: 40px 0;
    max-width: 100%;
    text-align: center;
}

.lsi-section-content {
    /* padding-top: 100px; */
    padding-top: 80px;
}

@media (max-width: 585px) {
    .lsi-section-content {
        padding-top: 0;
    }
}

.lsi-section-half-footer {
    padding-top: 50px;
}

/*.lsi-section-footer {
    padding-top: 100px;
}*/

.lsi-section-footer h2 {
    padding-bottom: 30px;
}

.lsi-section-footer button {
    margin: 0 10px;
}

/*
 *  LSISection for main pages
 */

.lsi-section-main {
    /* padding: 100px 0; */
    padding: 40px 0;
    margin: 50px auto;
    overflow: hidden;
    max-width: 1350px;
    text-align: center;
}

.lsi-section-main.bg-gray {
    border-radius: var(--borderRadius);
}

.lsi-section-main .lsi-cont-sm {
    padding-top: 100px;
}

.lsi-section-main .minus-space {
    padding-top: 40px;
}

.lsi-section-main .lsi-btn-sm {
    margin: 100px 10px 0 10px;
}

.lsi-section-main .lsi-img-sm {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: 70%;
}

/*
 *  LSISection with an image as background
 */

.lsi-section-main .lsi-content-with-bg {
    position: relative;
}

.lsi-section-main .lsi-content-with-bg img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -100px;
    /* Because of section top-space of 100px */
    width: 100%;
    height: 100%;
}

.lsi-section-main .lsi-content-with-bg .lsi-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

/*
 *  LSISection with boxes
 */

.lsi-cont-box img {
    /* margin-top: 0px; edit by fd 27.05.2022*/
    margin-top: 40px;
    margin-bottom: 40px;
    max-height: 200px;
    max-width: 90%;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0;
}


.lsi-cont-box i {
    padding-bottom: 30px;
}

.lsi-section-main .lsi-cont-sm .lsi-cont-box h2 {
    padding-bottom: 10px;
}

/* .lsi-cont-box p {
    padding-bottom: 30px;
} editbyfd 09.05.2022*/

@media (max-width: 768px) {
    .lsi-section-main .lsi-btn-sm {
        margin: 50px 10px 0 10px;
    }

    .lsi-section-main .lsi-img-sm {
        width: 90%;
        height: 90%;
    }

    .lsi-section-main .overlay_div {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 575px) {
    .lsi-section {
        padding: 50px 0;
    }

    .lsi-section-main {
        padding: 50px 0;
    }

    .lsi-section-main .lsi-cont-sm {
        padding-top: 50px;
    }

    .lsi-section-main .lsi-btn-sm {
        margin: 50px 5px 0 5px;
    }

    .lsi-section-main .lsi-content-with-bg img {
        margin-bottom: -50px;
    }
}

/*Overlay Products*/

.overlay_div img.overlayed {
    transition: var(--transition);
}

.overlay_div:hover img.overlayed {
    opacity: 0.3;
}

.overlay_div:hover .middle {
    opacity: 1;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */
    text-align: center;
}

.overlay_div {
    position: relative;
    width: 50%;
}

.overlay_div img.rounded {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

/*************************************************
*
*    LSITitle
*
************************************************/

.lsi-title h1 {
    text-align: center;
    font-size: 3.5em;
    font-weight: 600;
    margin: 20px auto 10px auto;
}

.lsi-title h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 20px auto 10px auto;
    text-align: center;
}

.lsi-title h5 {
    text-align: center;
    margin: 20px auto 10px auto;
}

.lsi-title p {
    text-align: center;
    font-size: 16px;
    /*Edit by fd, vorher 15px;*/
    line-height: 1.5;
    /*padding-top: 20px;*/
    margin: 0 auto;
    max-width: 700px;
}

.lsi-title button {
    margin: 30px 10px;
}

.lsi-title-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 575px) {

    /* .lsi-title h1 {
        color: #41464b;
        font-size: 30px;
        text-align: center;
        margin: 20px auto 10px auto;
    } */

    .lsi-title p {
        text-align: center;
        font-size: 14px;
        line-height: 1.5;
        /*padding-bottom: 40px;*/
        margin: 0 auto;
        max-width: 700px;
    }
}

/*************************************************
*
*    LSIBackground colors
*
************************************************/

.bg-lsi-red {
    background: #c02427;
}

.bg-lsi-orange {
    background: #d38b41;
}

.bg-lsi-yellow {
    background: #e9c646;
}

.bg-lsi-green {
    background: #9ec038;
}

.bg-lsi-blue {
    background: #6092d1;
}

.bg-lsi-purpel {
    background: #5c4498;
}

.bg-lsi-web-gray {
    background: #616b74;
}

.bg-lsi-web-gray-trans {
    background: rgba(97, 107, 116, 0.9);
    margin-bottom: 20px;
}

.bg-lsi-web-blue {
    background: #004467;
}

.bg-lsi-web-green {
    background: #216eae;
}

.bg-lsi-web-green-trans {
    background: rgba(0, 119, 238, .9);
}

.bg-gray {
    background: #f0f0f0;
}

.bg-light-gray {
    background: #f9f9f9;
}

.bg-gradiant {
    background: -moz-linear-gradient(45deg, rgba(96, 146, 209, 1) 0%, rgba(90, 67, 155, 1) 99%, rgba(90, 67, 155, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(96, 146, 209, 1)), color-stop(99%, rgba(90, 67, 155, 1)), color-stop(100%, rgba(90, 67, 155, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(96, 146, 209, 1) 0%, rgba(90, 67, 155, 1) 99%, rgba(90, 67, 155, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(96, 146, 209, 1) 0%, rgba(90, 67, 155, 1) 99%, rgba(90, 67, 155, 1) 100%);
    /* opera 11.10+ */
}

.bg-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/*
 *  Custom backgrounds
 */

/* To-Do: Remove it... is onyl for staic content */
.p-bg-xray {
    background: url(../img/product/x-ray.jpg) no-repeat;
    /* background-size: cover; */
    background-position: left;
    background-color: #f0f0f0;
}

/* To-Do: Remove it... is onyl for staic content */
.p-bg-texture {
    background: url(../img/product/bg-texture.jpg) no-repeat;
    background-size: cover;
}

/* To-Do: Remove it... is onyl for staic content */
.it8-bg-part2 {
    background: url(../img/product/colorful_girl.jpg) no-repeat;
    background-size: cover;
}

/* To-Do: Remove it... is onyl for staic content */
.movie-bg {
    background: url(../img/bg/bg-videos.jpg) no-repeat;
    background-size: cover;
}

/* To-Do: Remove it... is onyl for staic content */
.it8-bg-header {
    height: 90vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/bg/colorful-it8-bg-2.jpg);
}

/*Youtube Low Quality Thumbnail for lsi_movie*/
.yt-low-title {
    padding: 10px 15px;
    font-size: 14px;
    font-style: italic;
}

.yt-low-icon {
    left: 1%;
    right: 1%;
    top: 1%;
    bottom: 1%;
    align-items: center;
    display: flex;
    text-align: centers;
    justify-content: center;
    color: #FF0000;
    transition: transform .2s;
}

.yt-low-icon:hover {
    transform: scale(0.9);
}


.yt-low-circle {
    left: 1%;
    right: 1%;
    top: 1%;
    bottom: 1%;
    align-items: center;
    display: flex;
    text-align: centers;
    justify-content: center;
    color: #fff;
}


/*************************************************
*
*    LSITextColors
*
************************************************/

/*
 *  LSI-Text-White and shadow - To-Do: Refactoring
 */
.plus-title-white-shadow h1,
.plus-title-white-shadow h2,
.plus-title-white-shadow h3,
.plus-title-white-shadow h4,
.plus-title-white-shadow h5,
.plus-title-white-shadow p {
    color: #fff;
    text-shadow: 0 0 5px black;
}

/*
 *  LSI-Text-Black and shadow - To-Do: Refactoring
 */
.plus-title-black-shadow h1,
.plus-title-black-shadow h2,
.plus-title-black-shadow h3,
.plus-title-black-shadow h4,
.plus-title-black-shadow h5,
.plus-title-black-shadow p {
    color: #000;
    text-shadow: 0 0 5px black;
}

/*
 *  LSI-Text-White
 */
.lsi-text-white h1,
.lsi-text-white h2,
.lsi-text-white h3,
.lsi-text-white h4,
.lsi-text-white h5,
.lsi-text-white h6,
.lsi-text-white p {
    color: #fff;
}

/*
 *  LSI-Text-Black
 */
.lsi-text-black h1,
.lsi-text-black h2,
.lsi-text-black h3,
.lsi-text-black h4,
.lsi-text-black h5,
.lsi-text-black h6,
.lsi-text-black p {
    color: #000;
}

/*************************************************
*
*    LSITModal generic
*
************************************************/

.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
}

.modal-close-btn {
    position: fixed;
    bottom: 20px;
    left: 50%;
    font-size: 22px;
    border-radius: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.modal a i:hover,
.modal a.modal-close-btn:hover {
    color: #216eae;
    cursor: pointer;
}

.imgproduct150 {
    width: 200px !important;
}

.imgproduct250 {
    width: 300px !important;
}


.divproduct150,
.divproduct250,
.divproduct {
    display: flex;
    align-items: center;
    text-align: center;
    align-items: center;
    background: white;
    -webkit-box-shadow: inset 0 0 40px 20px #f0f0f0;
    box-shadow: inset 0 0 -1px 0px #f0f0f0;
    padding: 50px !important;
    margin-right: auto;
    margin-left: auto;
}


/*************************************************
*
*    LSINews
*
************************************************/

.news-cont {
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
}

.news-cont:hover {
    margin-bottom: 10px;
    border-bottom: 5px solid #216eae;
    margin-top: -5px;
    cursor: pointer;
}

.news-cont .news-cont-img {
    position: relative;
    overflow: hidden;
}

.news-cont .news-cont-read-more {
    text-align: right;
}

.news-cont h3 {
    padding: 30px 10px 0 10px;
    font-size: 18px;
    text-transform: none;
}

.news-cont p {
    padding: 0 10px;
    font-size: 14px;
}

.news-cont a {
    padding: 0px 10px;
}

.news-cont a:hover {
    color: #216eae;
}

/*************************************************
*
*    LSIMovie
*
************************************************/

.lsi-movie {
    padding: 80px 0;
}

.lsi-movie h2 {
    font-size: 2.5rem;
}

.lsi-movie .lsi-title h4 {
    padding-top: 20px;
    font-weight: 20;
}

.lsi-movie-dialog .video-size {
    top: 70%;
}

.lsi-movie-dialog button {
    font-size: 80px;
    padding-right: 20px;
}

.lsi-movie:hover,
.lsi-movie:hover h4 {
    cursor: pointer;
    color: #E8E8E8;
}

/* To-Do: Check if this part blow can removed */

.video-cover {
    display: inline-block;
    position: relative;
}

.video-cover-hover {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.video-cover:hover img {
    opacity: 0.5;
}

.video-cover:hover .video-cover-hover {
    opacity: 1.0;
}

.video-cover:hover {
    margin-bottom: 10px;
    border-bottom: 5px solid #216eae;
    margin-top: -5px;
    cursor: pointer;
}

.video-size {
    margin: 0 auto;
    max-width: 1350px;
}

/*************************************************
*
*    LSIContact
*
************************************************/

.lsi-contact-content h2 {
    padding-bottom: 50px;
}

.lsi-contact-content img {
    padding-bottom: 50px;
    width: 90%;
}

.lsi-contact-content address {
    margin-left: 50px;
    text-align: left;
}

.lsi-contact-content address i {
    margin-right: 5px;
}

/*************************************************
*
*    LSITestimonial
*
************************************************/

.testimonials-pos {
    width: 100%;
    padding: 100px 0;
}

.testimonial img {
    max-width: 120px;
    margin: 0 auto;
}

.testimonial blockquote {
    border: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    color: #fff;
    padding: 20px 35px;
    padding: 0 150px;
    /* position: relative; */
}

.testimonial p {
    color: #fff;
    /* font-size: 18px; */
    font-size: 30px;
}

/* .testimonial blockquote::before,
.testimonial blockquote::after {
    font-size: 50px;
    font-style: normal;
    line-height: 1;
    width: 30px;
    height: 30px;
    position: absolute;
} */

/* .testimonial blockquote::before {
    content: "\201C";
    top: 0;
    left: 200px;
} */

/* .testimonial blockquote::after {
    content: "\201D";
    bottom: 0;
    right: 200px;
} */

.testimonial-author p {
    color: #fff;
    /* font-size: 18px; */
    font-size: 18pt;
}

.testimonial-author p strong {
    display: block;
}

@media (max-width: 767px) {
    .testimonial p {
        color: #fff;
        padding: 0px 0px;
    }

    /* .testimonial blockquote::before {
        content: "\201C";
        top: 0;
        left: 20px;
    } */

    /* .testimonial blockquote::after {
        content: "\201D";
        bottom: 0;
        right: 20px;
    } */
}

.testimonial blockquote p {
    padding: 0;
    line-height: 1.2;
    display: unset !important;
    font-size: 26px;
}

/* .testimonial blockquote::before {
    content: "\201C";
    font-size: 40px;
}

.testimonial blockquote::after {
    content: "\201D";
    font-size: 40px;
} */

.testimonial-design2 {
    padding: 30px;
}

.testimonial-design2 img {
    float: left;
    margin-top: 25px !important;
    margin-right: 15px !important;
}


.testimonial img {
    margin-bottom: 20px;
}

.testimonial-design2 blockquote {
    padding: 20px 35px;
    /* position: relative; */
}

.testimonial-design2 p {
    color: #fff;
    /* font-size: 18px; */
    /* font-size: 30px; */
    padding: 0 !important;
}


@media (max-width: 769px) {
    .testimonial blockquote {
        padding: 0 !important;
    }
}

/*************************************************
*
*    LSIFeature
*
************************************************/

.feature-desc {
    padding: 0 40px 40px 10px;
}

.feature-desc>h6 {
    color: #216eae;
    font-weight: 700;
}

.feature-desc>p {
    font-size: 15px;
}

.feature-descb {
    padding: 10px 10px 30px 10px;
    margin: 15px 0;
    background: #f7f7f7;
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.feature-descb:hover {
    /* box-shadow: 2px 2px 6px 1px rgba(158, 158, 158, 0.77); */
    border-bottom: 5px solid #216eae;
    margin-top: 10px;
    cursor: pointer;
}

.feature-descb>i {
    font-size: 45px;
    height: 60px;
    line-height: 60px;
    color: #999;
}

.feature-descb img {
    padding-top: 10px;
    width: 140px;
}

.feature-descb h6 {
    font-size: 18px;
    color: #666;
    padding: 25px 0 5px;
}

.feature-descb p {
    color: #867f7f;
    font-size: 14px;
}

.feature-descb a:hover {
    color: #216eae;
}

@media (max-width: 767px) {
    .feature-descb {
        padding: 10px 10px 30px 10px;
        margin: 20px 0;
        background: #f7f7f7;
        text-align: center;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

@media (max-width: 585px) {
    .feature-descb {
        padding: 10px 10px 30px 10px;
        margin: 20px 10%;
        background: #f7f7f7;
        text-align: center;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

@media (max-width: 420px) {
    .feature-descb {
        padding: 10px 10px 30px 10px;
        margin: 20px 0%;
        background: #f7f7f7;
        text-align: center;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}


/*************************************************
*
*    LSITable
*
************************************************/

thead {
    color: #fff;
}

/*************************************************
*
*    LSISearch Results
*
************************************************/

/*
 *  Search Results header
 */

#search-results-header {
    padding: 50px 0;
}

#search-results-header p {
    padding: 10px 0;
}

#search-results-header button {
    margin-bottom: 4px;
}

/*
 *  Search Results
 */

/*#search-results {
    padding: 100px 0;
}

#search-results .item {
    padding-bottom: 50px;
}

#search-results .item:last-child {
    padding-bottom: 0;
}*/

#search-results .search-results-title a {
    text-decoration: none;
}

#search-results h3:hover {
    color: #216eae;
}

#search-results i {
    color: #216eae;
}

#search-results a:hover {
    color: #216eae;
}

#search-results .link-path {
    padding-bottom: 10px;
}

/*****************************************/

.d-sf-demo {
    padding-bottom: 70px;
}

.d-sf-demo h2 {
    height: 80px;
}

.d-sf-demo p {
    height: 150px;
}

@media (max-width: 767px) {
    .d-sf-demo h2 {
        height: auto;
    }

    .d-sf-demo p {
        height: auto;
    }
}

#d-update {
    padding-bottom: 100px;
}

#d-it8 {
    padding-bottom: 70px;
}

.d-it8-info i {
    padding-top: 100px;
    padding-bottom: 30px;
}

.d-it8-info h3 {
    padding-bottom: 20px;
}

/* .d-it8-info p {
        height: 50px;
    }

    @media (max-width: 767px) {
        .d-it8-info p {
            height: auto;
        }
    } */






/*====================================================
                            SHOP-P1
    ======================================================*/

#shop-p1 {
    padding: 10px 0;
}

#shop-p1 .row:last-child {
    padding: 70px 0 0 0;
}

#shop-p1 .shop-p1-title h3 {
    padding: 0;
    margin-bottom: 5px;
    text-transform: none;
    font-size: 30px;
}

#shop-p1 .list-group-item:first-child,
#shop-p1 .list-group-item:last-child {
    border-radius: 0;
}

#shop-p1 .list-group-item {
    border: 2px solid #fff;
    background: #f0f0f0;
    color: #777;
}

#shop-p1 .input-group {
    margin: 30px 0;
}

#shop-p1 .input-group input,
#shop-p1 .input-group .input-group-addon {
    border-radius: 0;
}

#shop-p1 .top-seller li img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
}

#shop-p1 .top-seller li h6 {
    padding-top: 5px;
}

#shop-p1 .card .card-title {
    margin-bottom: 0.3em;
}

#shop-p1 .card .card-title a {
    color: #444;
    text-decoration: none;
}

#shop-p1 .card strong {
    color: #444;
    margin-top: 0px;
    padding-top: 0px;
}

#shop-p1 .card span {
    color: #333;
    margin-right: 17px;
    text-decoration: line-through;
}

#shop-p1 .cart-icon {
    padding-top: 30px;
}

#shop-p1 .cart-icon a {
    color: #555;
    padding: 7px 12px;
    font-weight: 300;
    text-decoration: none;
    border: 1px solid #aaa;
}


#shop-p1 .list-group-item:hover,
#shop-p1 .list-group-item.current,
#shop-p1 .cart-icon a:hover {
    color: #fff;
    background-color: #216eae;
}

@media (max-width: 767px) {

    #shop-p1 .col-lg-4,
    #shop-p1 .col-md-6,
    #shop-p1 .mb-4 {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15%;
        padding-left: 15%;
    }
}

@media (max-width: 420px) {

    #shop-p1 .col-lg-4,
    #shop-p1 .col-md-6,
    #shop-p1 .mb-4 {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.nav-center {
    text-align: center;
}

.nav-center ul.nav {
    display: inline-block;
}

.nav-center ul.nav li {
    display: inline
}

.nav-center ul.nav li a {
    float: left
}

/*************************************************
*
*    LSI content box
*
************************************************/
.lsi-normal-box>.lsi-content-box:first-child {
    padding-top: 0;
}

.lsi-normal-box>.lsi-content-box:last-child {
    padding-bottom: 0;
}

.lsi-normal-box>.lsi-content-box {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.lsi-normal-box img {
    margin-right: auto;
    margin-left: auto;
}

.lsi-content-box h3 {
    min-height: 40px;
}

/*Ul's in Models*/
.lsi-content-box ul span ul {
    color: #64707b;
    margin-bottom: 20px;
}

/* .lsi-content-box p {
    min-height: 92px;
} */


.lsi-icon-nav {
    flex: 1 1 auto;
    padding-bottom: 5px;
}

@media (min-width: 768px) {
    .lsi-icon-nav {
        flex: 1 1 auto;
        margin: 0 50px;
    }

    /* position outside */
    .flickity-prev-next-button.previous {
        left: -50px;
    }

    .flickity-prev-next-button.next {
        right: -50px;
    }
}

.lsi-icon-nav.carousel {
    width: 100%;
}

.navigation_big .flickity-viewport {
    height: 80px !important;
}

.navigation_big .lsi-sub-nav-item a {
    font-size: 14px !important;
}

.navigation_big .lsi-sub-nav-item a img {
    height: 40px !important;
}

.navigation_big .lsi-icon-nav-carousel2 .lsi-sub-nav-item {
    width: 170px;
}

@media (min-width: 1300px) {
    /* .navigation_big.lsi-icon-nav-carousel2 .lsi-sub-nav-item {
        width: 170px;
    } */

    .navigation_big .flickity-viewport {
        height: 100px !important;
    }

    .navigation_big .lsi-sub-nav-item a {
        font-size: 16px !important;
    }

    .navigation_big .lsi-sub-nav-item a img {
        height: 55px !important;
    }
}

@media (max-width: 992px) {
    .navigation_big .lsi-icon-nav-carousel2 .lsi-sub-nav-item {
        width: 130px;
    }

    .navigation_big .flickity-viewport {
        height: 80px !important;
    }

    .navigation_big .lsi-sub-nav-item a {
        font-size: 12px !important;
    }

    .navigation_big .lsi-sub-nav-item a img {
        height: 35px !important;
    }
}

/* Don't show flickity prev/next buttons if all items fit into the page. Works only when groupCells is set to true */
.flickity-button:disabled {
    visibility: hidden;
}

.aspect-ratio-box::before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-top: calc(1280.0 / 1920.0 * 100%);
}

.aspect-ratio-box::after {
    /* to clear float */
    content: "";
    display: table;
    clear: both;
}


/* Search Excerpt */
.search-excerpt {
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.4);
    padding: 2rem;
    margin-bottom: 1rem;
}

.pricingTable {
    background-color: white;
    z-index: 1;
}

.divproduct150,
.divproduct250,
.divproduct {
    -webkit-box-shadow: inset 0 0 20px 32px #f0f0f0;
}

/*p {
    margin-block-start: 0;
    margin-block-end: 0;
}

p:empty {
    display: none;
}*/

.bg-lsi-web-blue a:not(:has(button)) {
    color: white;
    background-color: #216eae;
    padding: 0.15rem 0.4rem 0.15rem 0.4rem;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    border-radius: 0.3rem;
    border-color: #216eae;
    border-width: 1px;
    transition: all 0.15s ease-in-out;
}

.bg-lsi-web-blue a:not(:has(button)):hover {
    transition: all 0.15s ease-in-out;
    border-color: #216eae;
    background-color: white;
    color: #216eae;
    text-decoration: none;
}

.pricingTable-signup {
    border-radius: 0.3rem;
}

.pricingTable-signup:hover {
    text-decoration: none;
}

/*Slider Wobble Effect*/

@keyframes wobbleLeft {
    0% {
        left: 50%;
    }

    10% {
        left: 45%;
    }

    30% {
        left: 55%;
    }

    40% {
        left: 50%;
    }

    100% {
        left: 50%;
    }
}

/*
@keyframes wobbleWidth {
    0% {
        width: 50%;
    }

    10% {
        width: 45%;
    }

    30% {
        width: 55%;
    }

    40% {
        width: 50%;
    }

    100% {
        width: 50%;
    }
}

.resize:where(.resize[style*="width: 50%"]) {
    animation: wobbleWidth 8s ease-in-out infinite;
    animation-delay: 2s;
}*/

.handle:where(.handle[style*="left: 50%"]) {
    animation: wobbleLeft 8s ease-in-out infinite;
    animation-delay: 2s;
}

.draggable,
.resizable {
    animation: none;
}

.navbar-brand {
    z-index: 1;
}

.aboutUsButton {
    z-index: 0;
    padding: 3px 10px;
    position: absolute;
    top: 69px;
    height: 36px;
    color: #49525a;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    text-decoration: none;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    transition: 0.3s all ease-in-out;
}

.aboutUsButton:hover {
    top: 69;
    background-color: rgba(255, 255, 255, 0.9);
    color: #0077EE;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}

/* Design Rework started 20230712 */

.fontSizeSmall {
    font-size: var(--fontSizeSmall);
}

.fontSizeNormal {
    font-size: var(--fontSize);
}

.fontSizeMedium {
    font-size: var(--fontSizeMedium);
}

.fontSizeLarge {
    font-size: var(--fontSizeLarge);
}

.fontSizeExtraLarge {
    font-size: var(--fontSizeExtraLarge);
}

section.default {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    padding: 2.5rem 1rem 0rem 1rem;
}

section.default.grey {
    background: var(--grey);
}

section.default *.grey {
    background: var(--grey);
}

section.default.whiteBefore {
    background: linear-gradient(0deg, var(--grey) 90%, var(--white) 100%);
}

section.default.greyBefore {
    background: linear-gradient(0deg, var(--white) 90%, var(--grey) 100%);
}

section.default h2 {
    margin: 0;
    margin-top: 2rem;
}

.grid {
    display: grid;
    width: 100%;
    max-width: var(--containerWidth);
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: var(--gap);
    align-items: center;
}

.grid * {
    box-sizing: border-box;
}

div.flexRowContainer,
div.flexColumnContainer {
    width: fit-content;
    max-width: var(--containerWidth);
    display: flex;
    flex-direction: row;
    gap: var(--gap);
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
}

div.flexRowContainer>* {
    flex: 1;
}

.flexRowContainer.wideGap {
    gap: 2rem;
}

div.flexColumnContainer {
    flex-direction: column;
}

.flexColumnContainer.fitContent {
    width: fit-content;
    max-width: fit-content;
}

.flexColumnContainer.center {
    justify-content: center;
    align-items: center;
}

.flexColumnContainer.start {
    justify-content: flex-start;
}

.flexColumnContainer.end {
    justify-content: flex-end;
}

.flexColumnContainer.left {
    align-items: flex-start;
}

.flexColumnContainer.right {
    align-items: flex-end;
}

@media (max-width: 800px) {
    div.flexRowContainer.columnOnMobile {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 1100px) {
    div.flexRowContainer {
        flex-wrap: wrap;
    }

    div.flexRowContainer * {
        max-width: 100%;
    }
}

.grid .panel {
    min-height: 100%;
}

.panel {
    height: fit-content;
    width: 100%;
    max-width: var(--containerWidth);
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    border-radius: var(--borderRadius);
    gap: var(--gap);
    text-align: center;
    align-items: center;
    overflow: visible;
    transition: var(--transition);
    box-sizing: border-box;
}

.textLeft {
    text-align: left;
}

.expandingSpacer {
    flex-grow: 1;
    margin: calc(-0.5 * var(--gap));
}

.panel.visible {
    overflow: hidden;
    padding: var(--panelPadding);
    background: var(--white);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

/*.panel:not(.visible) h3 {
    border-radius: var(--borderRadius);
    background: linear-gradient(0deg, var(--blue) 0%, var(--blueLight) 70%);
    padding: var(--padding);
    color: var(--white);
}*/

.panel.blueGradient {
    background: linear-gradient(120deg, var(--blueLight) 20%, var(--blueDark) 100%);
}

.panel.fitContent {
    width: fit-content;
}

.panel.panel.blueGradient p,
.panel.panel.blueGradient h1,
.panel.panel.blueGradient h2,
.panel.panel.blueGradient h3,
.panel.panel.blueGradient h4,
.panel.panel.blueGradient h5,
.panel.panel.blueGradient h6 {
    color: var(--white);
    margin: 0;
}

.panel p {
    width: 100%;
    max-width: 100%;
    text-align: justify;
    margin: 0;
}

.panel p.large {
    font-size: var(--fontSizeLarge);
}

.panel p.small {
    font-size: var(--fontSizeSmall);
}

.panel.headingLeft h1,
.panel.headingLeft h2,
.panel.headingLeft h3,
.panel.headingLeft h4,
.panel.headingLeft h5,
.panel.headingLeft h6 {
    text-align: left;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4 {
    font-size: var(--fontSizeLarge);
}

.panel h5,
.panel h6 {
    font-size: var(--fontSizeMedium);
}

.panel a {
    color: var(--blue);
}

.panel * {
    flex-shrink: 0;
}

.panel img {
    height: auto;
    max-height: 80%;
    width: 100%;
    max-width: fit-content;
    flex-shrink: 1;
}

a.panel {
    background-color: var(--blue);
    color: var(--white);
    padding: 1rem;
    border: 0.1rem solid var(--none);
}

a.panel.quadratic {
    aspect-ratio: 1/1;
    gap: unset;
}

a.panel:hover {
    text-decoration: none;
    /*color: var(--blue);
    background: var(--white);*/
    border: var(--blueBorder);
    scale: 1.05;
    transition: var(--transition);
}

a.panel:active {
    scale: 0.9;
}

/* Style for the slider (the outermost div containing the slides) */
.panel.slider {
    position: relative;
    overflow: hidden;
    height: fit-content;
}

/* Style for each slide inside the slider */
.panel.slider .panelSlide {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    scale: 0.95;
    opacity: 0;
    transition: all 0.5s;
}

/* Style for the active slide */
.panel.slider .panelSlide.active {
    z-index: 1;
    scale: 1;
    opacity: 1;
    transition: all 1s;
}

.panel.slider .panelSlide.static {
    position: static;
}

/* Style for the dots container */
.dots-container {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 1rem;
    width: 100%;
    z-index: 1;
}

/* Style for each dot */
.dot {
    opacity: 0.5;
    height: 1rem;
    width: 2.4rem;
    background-color: var(--white);
    margin: 0 5px;
    border-radius: var(--borderRadius);
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.dot:hover {
    opacity: 0.7;
}

.dot:active {
    scale: 0.9;
}

/* Style for the active dot */
.dot.active {
    opacity: 1;
}

.image {
    border-radius: var(--borderRadius);
    max-width: 100%;
}

.cutTopLeftCorner {
    border-top-left-radius: 100%;
}

a.imageLink {
    transition: var(--transition);
}

a.imageLink:hover {
    scale: 1.05;
    transition: var(--transition);
}

.panel.blueGradient *.button {
    box-shadow: 0 0 0.4rem var(--blueDark);
}

a.button {
    width: fit-content;
    max-width: fit-content;
    text-align: center;
    text-decoration: none;
    background: var(--blue);
    color: var(--white);
    border: var(--blueBorder);
    border-radius: var(--borderRadiusButton);
    font-size: var(--fontSize);
    padding: 0.5rem 1rem;
    font-weight: 400;
    text-transform: uppercase;
    transition: var(--transition);
}

a.button:hover {
    /*background: var(--white);
    color: var(--blue);*/
    scale: 1.05;
    transition: var(--transition);
}

a.button:active {
    scale: 0.95;
    transition: var(--transition);
}

a.button.invert {
    background: var(--white);
    color: var(--blue);
}

a.button.invert:hover {
    background: var(--blue);
    color: var(--white);
}

a.button.fullWidth {
    width: 100%;
    max-width: 100%;
}

/* Comparison Slider */

.comparisonSlider {
    position: relative;
    max-width: 100%;
    border-radius: var(--borderRadius);
    overflow: hidden;
}

.comparisonSlider img {
    max-height: 100%;
    width: 100%;
    display: block;
}

.comparisonSlide-overlay img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
}

.comparisonSlide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.comparisonSlide-handle {
    position: absolute;
    top: 0;
    left: calc(50% - 5px);
    width: 10px;
    height: 100%;
    background: var(--blue);
    cursor: pointer;
    z-index: 2;
    animation: wiggle 5.4s infinite;
}

.comparisonSlide-handle::before {
    content: "\1F858";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    border-radius: 50%;
    padding: 0.5rem;
    font-size: 2.4rem;
    background: var(--blue);
    color: white;
}

@keyframes wiggle {

    0%,
    40%,
    100% {
        left: calc(50% - 5px);
    }

    60% {
        left: calc(50% - 10px);
    }

    80% {
        left: calc(50%);
    }
}

.comparisonSlide-handle:hover {
    background: var(--blueLight);
}

.comparisonSlide-handle:hover::before {
    background: var(--blueLight);
}

/* Some style adjustments for the design rework */

#back-to-top {
    border-radius: var(--borderRadiusButton) !important;
    background: rgba(255, 255, 255, 0.6);
    transition: var(--transition);
}

#back-to-top:hover {
    background: var(--blue);
    scale: 1.1;
}

#back-to-top:active {
    scale: 0.95;
}

.fa-angle-up:before:hover {
    color: white;
}

form[role="search"] label[for="search-field"] {
    display: none;
}

.btn-search {
    top: 0px;
}

#search-field {
    margin-bottom: 0 !important;
}

#outer {
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.4);
    right: -1rem;
    border-radius: var(--borderRadius);
}


/* Possibly temporary general styles */

img:not(.wpml-ls-flag, .logo, [alt="Logo"], [alt="logo"], .lazy-image-main, .payby, [alt="MasterCard / Visa / American Express"], [alt="Diners Club"], [alt="PayPal Logo"], [alt="Giropay"], [alt="Sofortüberweisung"], [alt="Vorkasse"]) {
    border-radius: var(--borderRadius);
}

a img {
    transition: var(--transition);
}

a img:hover {
    scale: 1.05;
}

a img:active {
    scale: 0.95;
}

/* Solution for more descriptive "Read more"-links */

.accessibility-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden;
    white-space: nowrap;
}

/* Animations */

.fadeUp {
    animation: fadeUp 0.5s ease-in-out;
}

.fadeIn {
    animation: fadeIn 0.5s ease-in-out;
}

.fadeInUp {
    animation: fadeInUp 1s ease-in-out;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(10rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeUp {
    0% {
        transform: translateY(2rem);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.stickIn {
    animation: stickIn 0.5s ease-in-out;
}

@keyframes stickIn {
    0% {
        opacity: 0;
        scale: 1.4;
    }

    50% {
        opacity: 1;
    }

    80% {
        scale: 0.95;
    }

    100% {
        scale: 1;
    }
}

@media (max-width: 400px) {
    :root {
        --fontSizeSmall: 0.8rem;
        --fontSize: 1rem;
        --fontSizeMedium: 1.2rem;
        --fontSizeLarge: 1.4rem;
        --fontSizeExtraLarge: 2rem;
        --borderRadius: 1rem;
        --borderRadiusButton: 0.4rem;
        --gap: 0.64rem;
        --padding: 0.64rem;
        --panelPadding: 1rem;
        --containerWidth: 1100px;
        --blueBorder: 0.1rem solid #216eae;
        --transition: all 0.15s ease-in-out;
    }
}