/**********
GLOBAL
**********/
h1, h2, h3, h4 {
    text-transform: uppercase;
	hyphens: none;
}
h2, h3 {
    color: #007cbf;
    font-weight: normal;
}
main h1 {
    color: #007cbf;
}
h3 {
    font-size: 1.35em;
    font-weight: 400;
}

/* Zentriert die Crossseller-Liste (KW, 2023-08-10) */
div .lsSlideboxContainer > div {
  width: 100% !important;
}
.lsSlideboxContainer.rightImpossible.leftImpossible > div {
	/* Note: This centers the crosseller gallery */
    position: relative !important;
    margin: 0 auto !important;
}

/* Gutschein-Ergänzung (VS, 2020-02-14) --> */
.calculation .coupon-details {
	border: 1px solid hsl(201, 100%, 37%);
	padding: 1rem;
	position: relative;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.calculation .coupon-details button.delete-coupon {
	position: absolute;
	top: 1rem;
	right: 1rem;
}

.calculation .coupon-details .field-content {
	display: none;
}

.calculation .coupon-tax-info {
	color: #BBBBBB;
}
/* <-- */

/*############################## INSERT YOUR OWN STYLES HERE WEISS ROBOTICS 2024 ##############################*/
/*#############################################################################################################*/

/*  Silbentrennung für CrossSeller  --- Anfang  / JS / 29.07.2025 */
.productTitle {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
    }
/*  Silbentrennung für CrossSeller  --- Ende  / JS / 29.07.2025 */


/*  Über uns - Timeline Animation  -  Anfang   / JS / 22.07.2025 */
/***** Slide Right *****/

.slide-right, .slide-left {
    width: 100%;
}

.slide-right {
  animation: 2s slide-right;
}
@keyframes slide-right {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0%;
  }
}

/***** Slide Left *****/
.slide-left {
  animation: 2s slide-left;
}
@keyframes slide-left {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}
/*  Über uns . Timeline Animation  -  Ende   / JS / 22.07.2025 */



/*  Über uns Zitat  -  Anfang   / JS / 25.02.2025 */
/* Variante1: Zitat in blauer Box */
.lsfwk-quote {
	margin-top: 50px;
    background: linear-gradient(79deg, rgba(1,93,151,1) 76%, rgba(255,255,255,1) 76%);
    padding: 0rem 12rem 1rem 3rem;
    color: #fff;
}

.lsfwk-quote h2 {
    color: #fff;
    text-transform: none;
	line-height: 2.5rem;
	margin-bottom: 0;
}
.quote-round-img {
	position: relative;
    border: 5px solid white;
    margin-top: -35%;
    margin-bottom: -100px;
    margin-left: 57%;
    border-radius: 50%;
    width: 350px;
    height: 350px;
}

/* Variante1: Zitat auf Weiß */
.font-style-quote {
	padding-left: 50px;
    text-align: center;
    color: #777777;
    font-size: 2.4em;
    font-weight: 300;
    /* font-style: italic; */
    line-height: 1.5em;
    text-transform: none;
}
.font-style-quote {
	padding-left: 50px;
    text-align: center;
    color: #777777;
    font-size: 2.4em;
    font-weight: 300;
    /* font-style: italic; */
    line-height: 1.5em;
    text-transform: none;
    hyphens: none;
}
.quote {
    border-radius: 50%;
    width: 350px;
    height: 350px;
}
/*  Über uns Zitat  -  ENDE   / JS / 25.02.2025 */




/*  Nur für die Testseite (Zoom-Effect) - Anfang  */
.zoom-img {
  width: 100%;
  overflow: hidden;
}

.zoom-img img {
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}

.zoom-img img:hover {
  transform: scale(1.2);
}  
/*  Nur für die Testseite (Zoom-Effect) - Ende  */

/*  Nur für die Testseite (greifer-gallery) - Anfang  */
.scrolling-image-start {
	background: url(/files/images/startseite/greifer_gallery.png) repeat-x;
	height: 400px;
	width: 3420px;	/* 2x the image width */
	animation: slide 30s linear infinite;
}

.scrolling-image-start-container {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	--mask: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent 100%);
	mask: var(--mask);
	-webkit-mask: var(--mask);
}

@keyframes slide {
	0% {
		transform: translate(0);
	}
	100% {
		transform: translate(-1710px); /* The image width */
	}
}
/*  Nur für die Testseite (greifer-gallery) - Ende  */


/*  ABB-Landingpage  (abb-greifer-gallery) Anfang  */
.scrolling-image-abb {
	background: url(/files/images/landingpages/abb-ecosystem/abb_greifer_gallery.png) repeat-x;
	height: 446px;
	width: 3420px;	/* 2x the image width */
	animation: slide 30s linear infinite;
}

.scrolling-image-abb-container {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	--mask: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent 100%);
	mask: var(--mask);
	-webkit-mask: var(--mask);
}

@keyframes slide {
	0% {
		transform: translate(0);
	}
	100% {
		transform: translate(-1710px); /* The image width */
	}
}
/*  ABB-Landingpage  (abb-greifer-gallery) - Ende  */


/*  Aufzählungen in Blog-Beiträgen mit blauem Kreuz 2025-02-19 - JS/KW */

.blog.mod_newsreader .layout_full .ce_text > ul {
	list-style: none;
}

.blog.mod_newsreader .layout_full .ce_text > ul > li { 
	list-style-type: none;
	line-height: 1.5;
	text-indent: -1.75em;
	margin-left: 2rem;
	hyphens: none;
}

.blog.mod_newsreader .layout_full .ce_text > ul > li::before {
	content: '' !important;	
	background: url(/files/icons/plus.svg) no-repeat left center;
	display: inline-block;
	height: 1.2rem;
	width: 1.2rem;
	margin-right: 1rem;
}

/*  Blog-Beitrag Aufzählungen Ende  */

.blog.mod_newsreader .layout_full .ce_text > h3 {
	margin-top: 3rem;
}

.blog.mod_newsreader .image_container {
	margin-bottom: 1rem;
}


.scrolling-image {
	background: url(/files/images/gripkit-easy/gripkit_easy_cobot_gallery.png) repeat-x;
	height: 400px;
	width: 3420px;	/* 2x the image width */
	animation: slide 30s linear infinite;
}

.scrolling-image-container {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	--mask: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent 100%);
	mask: var(--mask);
	-webkit-mask: var(--mask);
}

@keyframes slide {
	0% {
		transform: translate(0);
	}
	100% {
		transform: translate(-1710px); /* The image width */
	}
}


.mod_article .image_container img {
	pointer-events: none; /* disable tool-tip */
}

.mod_article .lsfwk-button a {
	padding: 0.8rem 1.2rem;
	font-size: 1rem;
	text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #00659e;
    color:#FFFFFF;
	cursor: pointer;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.mod_article .lsfwk-button a:hover {
    background-color: #007cbf;
}


.image_container > a {
	display: block; /* link in images (e.g. ce_image) to have same size as image */
}

/*############################## INSERT YOUR OWN STYLES HERE WEISS ROBOTICS 2019 ##############################*/
/*#############################################################################################################*/
.wrfwk-img-rounded-2 img {
	border-radius: 200px 0px;
}

.header.displayNone {
    display: none;
}

.wrfwk-anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.wrfwk-ce-contact {
    background-color: #007cbf;
    font-size: 1.4rem;
}

.wrfwk-ce-contact p,
.wrfwk-ce-contact a {
    color: #fff;
    font-weight: 400;
}

.wrfwk-ce-contact h1,
.wrfwk-ce-contact h2,
.wrfwk-ce-contact h3,
.wrfwk-ce-contact h4 {
    color: #fff;
    font-weight: 600;
    text-transform: none;
}

a .wrfwk-a-sidebar-item {
	padding-left: 3rem !important;
}

.wrfwk.nav-products {
    background-color: grey;
    height: 4rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.wrfwk.nav-products .element {
    margin-right: 1rem;
    margin-top: 8px;
}

.wrfwk.nav-products .element a {
    color: white;
} 

.wrfwk.nav-products .element a:hover {
    color: orange;
    transform: color 0.5s;
}

ul.wrfwk-list-plus {
	list-style: none;
}

ul.wrfwk-list-plus > li { 
	list-style-type: none;
	line-height: 1.5;
	text-indent: -1.75em;
	margin-left: 2rem;
	hyphens: none;
}

ul.wrfwk-list-plus > li::before {
	content: '' !important;	
	background: url(/files/icons/plus.svg) no-repeat left center;
	display: inline-block;
	height: 1.2rem;
	width: 1.2rem;
	margin-right: 1rem;
}

/*
div .wrfwk-list-plus {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

div .wrfwk-list-plus > p {
	margin: 10px 0;
}

div .wrfwk-list-plus > img {
	width: 28px;
	
	margin: 0 25px 0 15px;
	padding: 4px;
	
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	
	content: url("https://weiss-robotics.com/files/icons/plus.svg");
}


div .wrfwk-list-plus > img.no-border {
	width: 27px !important;
	
	padding: 0px !important;
	
	border: none !important;
}
*/

/* Zoom effect on Product tiles - 2024-09-26 / KW */
.productTiles {
	transition: all .2s ease-in-out;
}
.productTiles .ce_image {
	border: 1px solid #e9e9e9;
	border-bottom: 0;
}
/* Re-enable pointer events to allow clicking the image: */
.productTiles .ce_image img {
	pointer-events: auto;	
}

.productTiles:hover {
  z-index: 1;
  transform: scale(1.06);
}


/* Note SK: Added for industry solutions sub-pages (11.08.2023) */
div .wrfwk-list-iconed-headers p {
    margin-bottom: 35px;
}

div .wrfwk-list-iconed-headers h3:after {
    display: inline-block;
    
    width: 25px;
    height: 23px;
    
    margin-left: 15px;
    
    background: url("https://weiss-robotics.com/files/griplink/et4/yaskawa/check.svg") no-repeat top right;
    
    content: "";
}

/* Note SK: Added for industry solutions sub-pages (06.09.2023) */
div .wrfwk-feature-tiles h3:after {
    display: inline-block;
    
    width: 23px;
    height: 21px;
    
    margin-left: 15px;
    
    background: url("https://weiss-robotics.com/files/griplink/et4/yaskawa/check.svg") no-repeat top right;
    
    content: "";
}
    
div .wrfwk-feature-tiles p {
    width: 100%;
}

/* Medium screens */
@media screen and (max-width:1099px) {
    div .wrfwk-feature-tiles h3 {
        font-size: 1.25em;
    }
    
    div .wrfwk-feature-tiles p {
        font-size: 1.1em;
    }
    
    div .wrfwk-feature-tiles h3::after {
        width: 20px;
        height: 19px;
    }
}

/* Small screens */
@media screen and (max-width:749px) {
    div .wrfwk-feature-tiles h3 {
        font-size: 1.15em;
    }
    
    div .wrfwk-feature-tiles p {
        font-size: 1em;
    }
    
    div .wrfwk-feature-tiles h3::after {
        width: 20px;
        height: 19px;
    }
}

/*
    Accordions
*/
/* Note SK: Added accordion styles with rotating toggler icon and blue section header background (SK 17.08.2023) */
.wrfwk-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    padding: 15px 25px 15px 25px;
    
    background-color: #007cbf;
    color: white;
    border-top: 1px solid #fff;
}

.wrfwk-accordion-header:hover {
    cursor: pointer;
}

div.wrfwk-accordion-header img.wrfwk-accordion-header-toggler-img {
    height: 25px;
    content: url("/files/icons/icon-chevron-down.svg");
    
    transform: rotate(0deg);
    transition: 0.4s ease;
}

.wrfwk-accordion-header.active img.wrfwk-accordion-header-toggler-img {
  transform: rotate(-180deg);
  transition: 0.4s ease;
}

.wrfwk-accordion-header-title {
    font-size: 1.5em;
    font-weight: 300;
    text-transform: uppercase;
}

.ui-accordion-header-icon {
    /* Hide automatically inserted icon, as we want the icon to be right aligned */
    display: none;
}

.wrfwk-accordion-content-wrapper {
    margin-bottom: 20px;
    
	background-color:#fcfcfc;
    
    border: 1px solid #007cbf !important;
	border-radius: 0 0 10px 10px;
}

/*
    File downloads
*/
/* Large screens and default */
div .mod_article div.lsfwk-contentWrapper:first-child div.wrfwk-download-file {
    border-top: 1px solid #ddd;
}

div .wrfwk-download-file {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
    padding-left: 5px;
    padding-top: 19px;
    padding-bottom: 19px;
    
    border-bottom: 1px solid #ddd;
}

.wrfwk-download-file img {
    height: 28px;
}

div .wrfwk-download-file-content {    
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
    width: 100%;
    
    margin-left: 21px;
}

div .wrfwk-download-file-content-link {
    width: 50%;
}

/* Medium screens */
@media screen and (max-width:1099px) {
    div .wrfwk-download-file {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }

    .wrfwk-download-file img {
        height: 26px !important;
    }
    
    div .wrfwk-download-file-content {        
        flex-direction: column !important;
        align-items: flex-start;
    }

    div .wrfwk-download-file-content-link {
        width: 100% !important;
        
        margin-bottom: 10px !important;
    }
}

/* Small screens */
@media screen and (max-width:749px) {
    div .wrfwk-download-file {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }

    .wrfwk-download-file img {
        height: 25px !important;
    }
    
    div .wrfwk-download-file-content {        
        flex-direction: column !important;
        align-items: flex-start;
    }

    div .wrfwk-download-file-content-link {
        width: 100% !important;
        
        margin-bottom: 8px !important;
    }
}


/*
.ce_download h3 {
    font-size: 0.9rem;
    font-weight: 300;
    margin-bottom: .5rem;
}

.ce_download:first-child {
    border-top: 1px solid #ddd;
}
.ce_download {
    border-bottom: 1px solid #ddd;
    padding: 0.9rem 0;
}
.ce_download:hover {
    background-color: #f5f7f9;
}

.ce_download a {
    color: #00659e;
    padding-left: 50px;
}

.ce_download.lsfwk-contentWrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.pdf-icon,
.download-element {
    position: relative;
}

.pdf-icon::before,
.download-element.ext-zip::before,
.download-element::before {
    content: "";
    width: 40px;
    left: 0;
    height: 30px;
    margin-top: 2px;
    margin-left: 5px;
    display: block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.pdf-icon::before,
.download-element::before {
    background-image: url(../images/misc/pdf-Dokument.png);
}

.download-element.ext-zip::before {
    background-image: url(../images/misc/ZIP-Dokument.png);
}

.ext-pdf, .ext-zip {
    padding: 0;
}
*/

/*
    Images
*/
/* Note SK: Added (06.09.2023) */
div .img-container {
    display: flex;
    justify-content: center;
    
    width: 100%;
}

figure.wrfwk-figure {
    display: table;
}

figure.wrfwk-figure.h600 > img {
    height: 600px;
}
figure.wrfwk-figure.h600 > video {
    height: 600px;
}

figure.wrfwk-figure > figcaption {
    display: table-caption; caption-side: bottom ;
}


/* figure > figcaption {
    display: block;
    text-align: center;
} */

/*
    Grid system
*/
/* Note SK: Added (06.09.2023) */
.wrfwk-grid {
    display: grid;
    
    max-width: 100%;
    
    margin: 0 auto;
    
    gap: 2rem;
}

.wrfwk-col {
    padding: 2rem 2rem;
    
    min-height: 6rem;
    
    background-color: #f3f7fa; /* #f3f7fa; */
    border: 1px solid  #aaa; /* #007cbf56; */
    border-radius: 5px;
}

.wrfwk-col.highlighthov:hover {
    background-color: #d1e6f7 !important;
    border-color: #007cbf;
}

.wrfwk-col.centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrfwk-col.centered.col {
    flex-direction: column;
}

.wrfwk-col.centered.col > div.header {
    width: 100%;
    text-align: start;
}

.wrfwk-col.centered.col > div.header.left {
    text-align: start;
}

.wrfwk-col.centered.col > div.header.right {
    text-align: end;
}

.wrfwk-col > p {
    margin: 0;
}

@media (min-width: 750px) {
    .wrfwk-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1100px) {
    .wrfwk-grid { grid-template-columns: repeat(3, 1fr); }
}



#headerLine2 .ls_languageSelector.mod_ls_cnc_selector{
	display: none;
}


#headerLine2 .ls_languageSelector.mod_ls_cnc_selector,
#headerLine2 .ls_languageSelector.mod_ls_cnc_selector a{
	padding-top: 11px;
	font-size: 1.1rem;
}
#headerLine2 .ls_languageSelector.mod_ls_cnc_selector a{
    color:#fff;
    font-weight: 500;
}

.ls_languageSelector span {
    font-weight: 500;
    font-size: 1.2rem;
}

.language_ls {
    color: #007cbf;
    /* color:#08c; */
    text-transform: uppercase;
    font-weight: 300;
}

button.cookiebar__button {
    margin-top: 10px;
}

.cookiebar__button:hover {
    background-color: #999 !important;
}
.myOrder.lsfwk-alignRight.odd.lsfwk-bd-standard ,
.myOrder.lsfwk-alignRight.even.lsfwk-bd-standard {
    border: none;
}

label#lbl_85_0,
label#lbl_87_0 {
    width: 85%;
    float: left;
}

input#opt_85_0,
input#opt_87_0 {
    width: 13px;
    float: left;
    margin-top: 3px;
}
/* --------------------------- icon info -----------------------------> */

.icon-info {
    text-align: center;
    color: #007cbf;
    font-size: 0.9rem;
    text-transform: uppercase;
}

[data-merconis-component="iconInfo"] {
    cursor: pointer;
}

[data-merconis-component="iconInfo"] .iconInfoInstance {
    position: fixed;
    top: -1px;
    height: 0;
    width: 0;
    z-index: 10000;
}

[data-merconis-component="iconInfo"] .icon-info-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, .8);
}

[data-merconis-component="iconInfo"] .icon-info-box.show {
    display: flex;
}

[data-merconis-component="iconInfo"] .icon-info-box .icon-info-inside {
    margin: auto;
    color: #FFFFFF;
    width: 50%;
    max-width: 600px;
    min-width: 300px;
}

.icon-info-inside button {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8rem;
    font-weight: 300;
}
/* --------------------------- icon info -----------------------------< */

/* --------------------------- checkout -----------------------------> */
.field-group.full-amount .info .field-label,
.field-group.payment-fee .field.info .field-label,
.field-group.shipping-fee .field.info .field-label,
.field-group.total-value-of-goods .field.info .field-label,
.field-group.total-value-of-goods .field.info .field-content,
.field-group.full-amount .info .field-content,
.field-group.payment-fee .field.info .field-content,
.field-group.shipping-fee .field.info .field-content {
    display: none;
}


#checkoutStepCalculation .field-group {
    margin-bottom: 20px;
}

.calculation .field-group.coupons {
    text-align: left;
    line-height: 2;
    padding-bottom: 20px;
}

a.delete-coupon.ls_icon.medium.x-f.y-a.button.lsfwk-button.cajaxCallerApplied {
    background: #e8e8e8;

}


.ls-orderBox h1 {
    line-height: 2;
}
/* --------------------------- checkout -----------------------------< */

/*------------cart---------->*/
.favoriteSwitchBox,
.cart-label {
  display: none;
}

#ups .shippingPaymentImage img {
    width: 60px;
}

#cartTogglerBox {
    position: absolute;
    right: 20px;
    top: 18px;
}

.cart-icon.icon, .cart-num-items {
    color: #ffffff;
}

.lsfwk-ap-center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*------------cart----------<*/
.lsfwk-not {
    display: none;
}
.logo {
    position: relative;
    z-index: 99999;
	/* margin-left:20px; */
}

body.useOcNavi #lsOcNavi {
    background: #000000;
}

body.useOcNavi #lsOcNaviToggler, body.useOcNavi.sticky #lsOcNaviToggler {
    position: fixed;
}

.verticalNavigation {
    margin-right: 25px;
}

.horizontalNavigation {
	overflow: visible;
}

#mainNavigation {
    padding-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

.mod_breadcrumb ul li a {
    color: #1e1e1e;
    font-size: 1rem;
}

#mainNavigation ul li a,
#mainNavigation ul li span,
#mainNavigation ul li strong {
    color: #fff;
    font-size: 1.1rem;
    text-transform: uppercase;
}

#mainNavigation ul li.submenu ul li a,
#mainNavigation ul li.submenu ul li span,
#mainNavigation ul li.submenu ul li strong {
    text-transform: inherit;
}

.horizontalNavigation .submenu ul {
    background-color: transparent; /* NOTE SK: changed color (11.08.2023) */
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    
    border-radius: 0px 0px 4px 4px;
}

.logout a:hover,
.login a:hover, 
#mainNavigation ul li span:hover {
    color: #FFC107;
}


/* NOTE SK: Added (11.08.2023) */
#mainNavigation.horizontalNavigation .submenu ul.level_2 {
    padding-top: 20px;
}

#mainNavigation.horizontalNavigation ul.level_2 {
    background-color: #007cbfde;  /* NOTE SK: changed color (11.08.2023) */
    border-top: none;
    top: 45px;
}

/* NOTE SK: Added (11.08.2023) */
#mainNavigation.horizontalNavigation ul.level_2 li {
    padding-right: 0px !important;
}
#mainNavigation.horizontalNavigation ul.level_2 li.first {
    margin-top: 5px !important;
}
#mainNavigation.horizontalNavigation ul.level_2 > li > a,
#mainNavigation.horizontalNavigation ul.level_2 > li > strong {
    padding: 5px 45px 5px 20px;
    
    text-transform: uppercase;
    background-color: #005080 !important;
    
    font-weight: 100;
}
#mainNavigation.horizontalNavigation ul.level_2 > li > strong {
/*    font-size: 1em;  removed / 2024-07-09 KW */
    font-weight: 700;
}

.horizontalNavigation .submenu ul.level_2 ul {
    top: 0px;
    left: unset;
}

#mainNavigation.horizontalNavigation ul.level_3 > li > a,
#mainNavigation.horizontalNavigation ul.level_3 > li > strong {
    padding-bottom: 5px;
    
    font-weight: 100;
}
#mainNavigation.horizontalNavigation ul.level_3 > li > strong {
/*    font-size: 1em;  removed / 2024-07-09 KW */
    font-weight: 700;
}

.horizontalNavigation .submenu ul.level_3 li {
    padding: 6px 0px 0px 0px !important;
}

.horizontalNavigation ul.level_3.lsUnfoldOpen {
    right: 100%;
}

#anchor-nav {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
} 

#anchor-nav li {
    list-style: none;
    float: left;
    margin-right: 30px;
    padding-bottom: 0;
}

#anchor-nav strong.regular {
    color: #f1aa28;
    font-weight: unset;
}

#anchor-nav a.regular.leaf {
    color: #fff;
}

nav.mod_backboneit_navigation_menu {
    /* background: grey;
    padding: 12px;
    padding-left: 50px; */
}

.mod_backboneit_navigation_menu li.redirect.leaf a {
    color: #ffffff;
}

.mod_backboneit_navigation_menu li.redirect.leaf a span:hover {
    /* color: #ffa707; */
}

.mod_lostPassword .fields {
	margin-top: 30px;
	margin-bottom: 20px;
}

.mod_lostPassword .fields .widget label {
	display: inline-block;
	width: 150px;
}

.mod_lostPassword .fields .widget {
	display: block;
	margin-top: 10px;
}

.mod_lostPassword .error {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #D51515;
}

#mainNavigation ul.level_3 {
    display: block;
    position: relative;
    box-shadow: none;
}

#mainNavigation ul.level_1 > li {
    margin-right: 25px;
}
#mainNavigation ul.level_1 > li > a,
#mainNavigation ul.level_1 > li > strong {
    font-weight: 500;
}

#mainNavigation .navigation-products ul.level_3 li.first {
    margin-top: 0px;
}

#mainNavigation .navigation-products ul.level_3 li.last {
    margin-bottom: 0px;
}
#mainNavigation .navigation-products ul.level_3 > li {
    padding-left: 20px !important;
    
    font-weight: 500;
}

/* #mainNavigation ul.level_1 li strong.active {
    font-weight: 600;
    color: #2196F3;
} */

#mainNavigation ul.level_2 {
    left: 0;
}

#mainNavigation li.lsUnfoldClosed > a,
#mainNavigation li.lsUnfoldOpen.lsUnfoldRunning > a,
#mainNavigation li.lsUnfoldClosed > strong,
#mainNavigation li.lsUnfoldOpen.lsUnfoldRunning > strong {
    font-weight: 300;
}

#secondNavigation li.standard {
    margin-bottom: 0; 
    padding-bottom: 0.5rem;
}


.navWrapper{
    float: right;
    padding-right: 20px;
}

.login, .logout {
    font-size: 1.1rem;
    margin-right:2px;
    padding-top:10px;
}
.login_pw_forget {
    margin: 1rem 0 0.5rem;
}
.login_pw_forget p,
.login_not_signed p {
    margin: 0;
}
.login_pw_forget a,
.login_not_signed a {
    display: block;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: underline;
}


.logout a,
.login a {
    color:#ffffff;
    font-weight: 500;
    text-transform: uppercase;
}

.crossSellerCTE .crossSeller > div {
    width: 100%;
}

.crossSellerCTE .button {
    padding: 0;
    padding-bottom:10px;
}


.lsSlideboxContainer .productList {
    display: inline-block;
}

.lsSlideboxContainer .productList .shopProduct {
    height: 260px;
}



.payment.infoForPaymentMethod {
    padding-bottom: 40px;
}
/*############################## STYLES  ##################################################*/
/*#########################################################################################*/

#mainNavigation ul li a, #mainNavigation ul li span, #mainNavigation ul li strong {
    font-size: 1.1rem;
}

.horizontalNavigation strong.active.submenu {
    color: #fff;
}

#wrapper > #header {
    padding-top: 0px; 
     margin-bottom: 0px; 
}

#headerLine2 {
    overflow: visible;
    top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1920px;
    right: 0;
    left: 0;
}

.logo {
    margin-left: 19px;
}

#checkoutStepLogin h3.headlineMainSection {
    font-weight: 300;
}

#checkoutStepLogin h3.headlineMainSection {
    font-weight: 300;
    color: #1e1e1e;
    background-color: #fff
}

h1 {margin-bottom: 0;}

.widget.widget-explanation.explanation h3 {
    font-weight: 300;
}

p {
    line-height: 1.5;
}
.small-paragraphs p {
    font-size: 0.93rem;
}
.wr-carousel-tile {
    /* border-color: #d8d7d4 !important; */
}
.wr-carousel-tile.empty-carousel-content-text {
    background-color: #00659e;
    border-color: #00659e !important;
}
.wr-carousel-tile.empty-carousel-content-text a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

main ul{
    list-style-type: disc;
    margin: 1em;
}
main ul li {
    list-style: inside;
    padding-bottom: 12px;
}

.lsfwk-hl-content h1,
 h1.lsfwk-hl-content,
.lsfwk-hl-content h2,
 h2.lsfwk-hl-content,
.lsfwk-hl-content h3,
.lsfwk-hl-content h4,
.lsfwk-hl-content h5,
.lsfwk-hl-content h6,
.lsfwk-boxSquare h1,
.lsfwk-boxSquare h2,
.lsfwk-boxSquare h3,
.lsfwk-boxSquare h4,
.lsfwk-boxSquare h5,
.lsfwk-boxSquare h6 {
    font-size: 1.2rem;
    font-family: "Roboto","Arial";
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.lsfwk-boxSquare .lsfwk-txs-m-all {
    font-size: 1rem;
}

.lsfwk-boxSquare.lsfwk-txc-hl-spotcolor1 h1,
.lsfwk-boxSquare.lsfwk-txc-hl-spotcolor1 h2,
.lsfwk-boxSquare.lsfwk-txc-hl-spotcolor1 h3,
.lsfwk-boxSquare.lsfwk-txc-hl-spotcolor1 h4,
.lsfwk-boxSquare.lsfwk-txc-hl-spotcolor1 h5,
.lsfwk-boxSquare.lsfwk-txc-hl-spotcolor1 h6,
.lsfwk-boxSquare .lsfwk-txc-spotcolor1-hl h2,
.lsfwk-boxSquare .lsfwk-txc-spotcolor1-hl h3{
    color: #007cbf;}

img {
    max-width: 100%;
    height: auto;
}

#wrapper > #container {
    max-width: 1920px;
    padding: 0px 0 80px 0;
}

.standard #wrapper > #container {
    max-width: 1400px;
}

.standard #breadcrumbNavigation {
    padding-left: 0;
}

.wrap-pd-no #wrapper > #container {
    padding: 0 0 0 0;
}

.lsfwk-mainWrapper {
    margin-left: auto;
    margin-right: auto;
    padding-right: 50px;
    padding-left: 50px;
}

.lsfwk-contentWrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding-right: 20px;
    padding-left: 20px;
}

#headerLine2 .lsfwk-contentWrapper {
    max-width: 1920px;
}

.lsfwk-contentWrapper-plus {
    margin-left: auto;
    margin-right: auto;
    padding-right: 50px;
    padding-left: 50px;
}

.lsfwk-contentWrapper-plus .lsfwk-pd-grid.right{
    padding-right: 4%;
    border: 0px solid red;
    padding-left: 1.5%;
}
.lsfwk-contentWrapper-plus .lsfwk-pd-grid.left{
    padding-left: 4%;
}

.lsfwk-innerWrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#wrapper > .custom #slider {
    max-width: 1920px;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0px;
    margin-left: auto;
}

 .lsfwk-block img,
.custom img {
    display: block;
}

.lsfwk-inlineBlock {
    display: inline-block;
}

.crossSeller p.currentPrice,
.overview_01 .currentPrice,
.crossSeller p.code,
.home .mod_breadcrumb  {
    display: none;
}

.overview_03 {
    width: 100%;
    margin-top: 2rem;
}

.mod_breadcrumb li.active.last {
    color: #007cbf;
    font-weight: 500;
}

.lsfwk-gridWrapper {
    margin-right: -2%;
    margin-left: -2%;
}

.lsfwk-pd-grid {
    padding-right: 2%;
    padding-left: 2%;
}

.lsfwk-row {
  width:auto;
}

.lsfwk-row:before,
.lsfwk-row:after {
  content: " ";
  display: table;
}

.lsfwk-row:after {
  clear: both;
}

.lsfwk-relativeBox {
    position: relative;
    padding-bottom: 40px;
}

.lsfwk-relativeBox .lsfwk-button-auswahl {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.lsfwk-boxImageText .lsfwk-flexWrapper .lsfwk-relativeBox {
    display: flex;
    flex-wrap: wrap;
}

.lsfwk-headerLine-link a,
.lsfwk-headerLine {
	background: rgba(1, 93, 151, 0.85);
/*	border-top: 1px solid rgba(0, 124, 191, 0.85);
    border-bottom: 1px solid rgba(0, 124, 191, 0.85); */
    bottom: 40px;
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    width: 100%;
}

/* Prevent header image/video under menu line / 2024-09-10 - KW */
#wrapper {
    padding-top: 4rem;
}

/* >>> Slider overlay >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.lsfwk-sliderpage {
	display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
.lsfwk-slidertext {
    background: rgb(1, 93, 151);
    width: 768px;
    padding: 0rem 4rem 0rem 3rem;
	display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
	margin-right: -88px;
	shape-outside: polygon(0 0, 90% 0, 100% 100%, 0 100%);
	-webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%); 
}
.lsfwk-slidertext > h1 {
	font-size: 2.2rem;
	margin-bottom: 1rem;
}
.lsfwk-slidertext > h3 {
	font-weight: 300;
	margin-bottom: 0.2rem;
	color: #fff;
}
.lsfwk-slidertext > p {
	font-size: 1.2rem;
	line-height: 1.5;
	hyphens: none;
}
.lsfwk-slidertext > p > button {
	margin-top: 1rem;
    border: 2px solid white;
    background-color: unset;
    text-transform: uppercase;
    padding: 0.8rem;
}
.lsfwk-slidertext > p > a {
    display: inline-block;
	margin-top: 1rem;
    padding: 0.7rem;
    border: 2px solid #fff;
    color: #fff;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media screen and (max-width:1200px) {
	.lsfwk-slidertext > h1 {
		font-size: 1.5em !important;
		margin-bottom: 0.8rem;
		color: #fff;
	}
	.lsfwk-slidertext > h3 {
		font-size: 1em;
		font-weight: 300;
		margin-bottom: 0.2rem;
		color: #fff;
	}
	.lsfwk-slidertext > p {
		font-size: 1em;
		line-height: 1.5;
		hyphens: none;
	}
}

@media screen and (max-width:950px) {
	/* Small screen (iPad portrait or smaller): Place text overlay under image */
	.lsfwk-sliderpage {
		display: flex;
        justify-content: flex-start;
        flex-direction: column-reverse;
	}
	.lsfwk-slidertext {
		background: rgb(1, 93, 151);
		position: inherit;
		height: 220px;
		width: 100%;
		padding: 0rem 4rem 0rem 4rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		color: #fff;
		shape-outside: none;
		-webkit-clip-path: none;
	}	
	
	.lsfwk-headerLine {
		background: rgb(1, 93, 151);
		display: flex;
        justify-content: flex-start;
        flex-direction: column-reverse;
        position: inherit;
        bottom: 0px;
	}
	
	.lsfwk-headerLine-inner {
		padding: 10px 0 !important;
	}
	
	.lsfwk-headerLine h1 {
        font-size: 1.3rem;
	}
}

@media screen and (max-width:480px) {
	.lsfwk-slidertext {
		background: rgb(1, 93, 151);
		position: inherit;
		height: 220px;
		width: 100%;
		padding: 0rem 2rem 0rem 2rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		color: #fff;
		shape-outside: none;
		-webkit-clip-path: none;
	}	
	.lsfwk-slidertext > h1 {
		font-size: 1.5em;
		margin-bottom: 0.8rem;
		color: #fff;
	}
	.lsfwk-slidertext > h3 {
		font-size: 1em;
		font-weight: 300;
		margin-bottom: 0.2rem;
		color: #fff;
	}
	.lsfwk-slidertext > p {
		font-size: 1em;
		line-height: 1.2;
		hyphens: none;
	}
	.lsfwk-slidertext > p > a {
	    display: inline-block;
		margin-top: 0.5rem;
		padding: 0.5rem;
		border: 1px solid #fff;
		color: #fff;
		font-size: 0.6em;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	
	.lsfwk-headerLine-inner {
		padding: 5px 0 !important;
	}
}


/* <<< Slider overlay <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.overview_01 a.productTitle {
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    position: relative;
    text-align: center;
    width: 100%;
}

.overview_01 a.productTitle,
.checkoutStep .newCart {
    /* border-top: 1px solid hsl(201, 100%, 37%);
    border-bottom: 1px solid hsl(201, 100%, 37%); */
}

.checkoutStep .newCart {
    padding: 20px 0;
}

.productList .overview_01 a.productTitle,
.lsfwk-headerLine-link a {
    padding-top: 10px;
    padding-bottom: 20px;
    /* padding-right: 10px; */
}

.productList .overview_01 {
    border-bottom: 2px solid #ddd;
    display: inline-block;
    margin-bottom: 70px;
    padding-bottom: 70px;
}

.productList .overview_01 .gotoProductDetails {
    clear: both;
}

.productList .overview_01 a.productTitle {
    /* color: #1e1e1e; */
}

.lsfwk-productLine-link.lsfwk-button-auswahl a {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin: 0 1rem 0 0;
	font-size: 1em;
	font-weight: 500;
	background-color: #007cbf;
}
.lsfwk-productLine-link-white {
    background-color: #fff;
}
.lsfwk-productLine-link-white.lsfwk-button-auswahl a {
	background-color: #007cbf;
	margin: 0 0 1em 0;
	font-size: 1em;
	font-weight: 500;
}

.lsfwk-headerLine-link {
    overflow:visible;     
}

.lsfwk-headerLine-inner {
    padding: 20px 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.lsfwk-headerLine-inner p {
    margin-bottom: 0; 
}

.sliderBox,
#sliderBox {
    display: inline-block;
    margin-top: 200px;
    text-align: center;
    background: #002c48;
    color: #fff;
    width: 350px;
    height: 280px;
    padding: 20px;
    font-size: 0.9rem;
    display: none;
}

.slider-control {
    height: 50px;
    margin-top: 0px;
    line-height: 100%;
}

p.more {
    margin-bottom: 0px;
}
p.more a {
    /* margin-top: 20px; */
}

.more a:hover,
.submit:hover,
.lsfwk-button-auswahl a:hover {
    background: #1a9ee0;
    border-color: #1a9ee0;
}

.more a {
    margin-top: 0px;
}

.lsfwk-button-auswahl a:hover {
    /* border: 1px solid #007cbf;
    background: #015d97; */
}

lsfwk-button-auswahl {
    position: absolute;
    border: 0;
    bottom: 0;
}

.lsfwk-messe-button {
    border: solid;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    background: #08e;
    color: #fff;
    margin-bottom: 20px;
}

.lsfwk-success, .lsfwk-success-all * {
    color: #007cbf !important;
}

.lsfwk-flexElement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
}

.formPaymentAndShippingMethodAdditionalData {border: 1px solid white;}

.crossSellerCTE {width:100%}

.lsfwk-flexCenter { 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} 



h4 {font-weight:300;}

/*------------icons ------->*/
 .w-icon  {
    width: 50%;
    height: 140px;
    padding: 0 5px;
    float: left;
    text-align: center;
}

.w-icon img {
    width: 55px;
}

 .w-icon  p {
    font-size: 0.8rem;
}

 .w-icon  .w-iconFont {
    display: none;
    font-weight: 600;
}

.lsfwk-mg-10p {margin: 10%;}


/*------------icons ------->*/


.plus ul { margin-left: 2em; list-style: none; }
.plus ul li { position: relative; line-height: 2.2}
.plus ul li::before { 
    position:absolute;
    left: -2em;
    top: 2px;
    width: 16px;
    content: url(../images/GRIPKIT-Universal-Robots/plus.svg) " " 
}

.lsfwk-img-block img {display: block;}

#back-to-top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 25px;
    font-size: 1.5rem;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    background: #7d7d7d;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top.show {
    opacity: 1;
}

#footer {
    clear: both;
    max-width: 1920px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#footer ul li {
    list-style: none;
    margin: 0 0.5rem 0 0;
    padding: 0;
}
    #footerLine1 {
        padding-bottom: 30px;
    }
    #footer .footer-halb-row-icons {
        display: flex;
        float: left;
        align-items: center;
        height: 50px;
        margin: 0;
        width: 35%;
    }
    #footer .footer-halb-row-icons a,
    #footer .footer-halb-row-icons img {
        display: block;
    }
    footer p {
        line-height: normal;
    }
    #footerLine1 .newsletterblock p {
        font-size: 0.8rem;
        line-height: 1rem;
    }
    #footerLine1 .newsletterblock .formbody {
        align-items: stretch;
        display: flex;
        margin: 1rem 0 1.35rem;
        width: 100%;
    }
    #footerLine1 .newsletterblock .formbody > div {
        flex: 1 1 auto;
        width: auto;
    }
    footer input {
        border: none !important;
        float: left;
        color: #000 !important;
        font-size: 0.7em;
        height: 39px;
        width: 100%;
    }
    #footerLine1 .newsletterblock .formbody .widget-submit {
        position: relative;
        width: 3rem;
    }
    footer button.submit {
        font-size: 0.8em;
        height: 39px;
    }
    #footerLine1 .newsletterblock .privacy__text {
        color: #ccc;
        font-size: 0.6rem;
        margin-top: 1rem;
        line-height: 0.8rem;
    }
    #footerLine1 .newsletterblock .privacy__text a {
        color: #ccc;
    }
/*############################## BG IMAGES GRIPKIT ##############################*/


.lsfwk-bgi {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 350px;
    padding-bottom: 100px;
    display: block;
}

.lsfwk-bgi-greiftechnik-e-serie {
    background-image: url(../images/GRIPKIT-Universal-Robots/Kollaborative-Greiftechnik.jpg);
    background-position: center top;
}

.lsfwk-bgi-greiftechnik-p-serie {
    background-image: url(../images/GRIPKIT-Universal-Robots/smartePneumatik-p-serie.png);
        background-position: right top;
}

.lsfwk-bgi-greiftechnik-cr-serie {
    background-image: url(../images/GRIPKIT-Universal-Robots/kollaborativeGreiftechnik02.png);
        background-position: right bottom;
}

.lsfwk-of-visible {
    overflow: visible;
}

.lsfwk-of-scroll {
    overflow: scroll;
}

.lsfwk-of-hidden {
    overflow: hidden;
}

/*############################## VIDEO ##############################*/

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 36% !important;
    height: 0;
    overflow: hidden;
}

.video-container.slim {
    padding-bottom: 27%!important;
}

.video-container.standard {
    padding-bottom: 56.25%!important;
}

.video-container video, .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
    width: 100% !important;
    height: auto !important;
}

/*############################## NEWS KARRIERE ##############################*/
.mod_newslist.karriere .blog {
    margin-bottom: 0;
}
.mod_newslist.blog {
    display: flex;
    flex-wrap: wrap;
}
.mod_newslist.karriere {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.mod_newslist.karriere .layout_latest {
    width: 100%;
	padding-top: 0.5rem;
	padding-bottom:0.5rem;
	border-top: 1px solid #ddd;
}
.mod_newslist.karriere .first { 
	border-top: none;
}
.karriere .blog-headline {
    padding-bottom: 1rem;
}
.mod_newslist.karriere p > a {
	display: none; /* hide "read more..." button */
}
.mod_newslist.karriere h2 {
    text-align: center;
    overflow: hidden;
    font-size: 1.2em;
    line-height: 0.3;
    margin: 1rem 0;
    float: left;
    width: 100%;
	height: auto;
	text-transform: none;
}

.mod_newslist.blog .descriptionWrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.mod_newslist.blog .descriptionWrapper p {
    font-size: 0.93rem;
}
.mod_newslist.blog .descriptionWrapper div {
--mask: linear-gradient(180deg, transparent, #000 0%, #000 60%, transparent 100%);
  mask: var(--mask);
  -webkit-mask: var(--mask);
}

.mod_newslist .layout_latest {
    /* display: block;
    float: left; */
    padding: 30px;
    /* height: 490px; */
}

.mod_newslist .image_container {
    max-height: 250px;
    overflow: hidden;
    width: 100%;
}

.mod_newslist .image_container img {
    object-fit: cover;
    object-position: center;
    height: 250px;
    width: 100%;
}

.mod_newslist h2 {
    overflow: hidden;
    font-size: 1.4em;
    line-height: 0.3;
    margin: 0.5em 0 0;
    height: 55px;
    float: left;
    width: 100%;
}

.mod_newslist h2 a {
    font-weight: 500;
    letter-spacing: 0px;
    /* color: #000; */
}

.mod_newslist p.info {
    font-size: 0.8em;
}

.mod_newslist.blog .descriptionWrapper > div {
    height: 65px;
    text-align: justify;
}

p.back a {
    margin-top: 5%;
    border: 1px solid #141414;
    display: inline-block;
    background: #5a5a5a;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 0.8rem;
    padding: 12px 25px;
    margin-top: 40px;
}

p.back a.hover {
    border: 1px solid #141414;
    background: #808080;
}

.mod_newsreader .image_container {
    padding-bottom: 20px;
}
/*############################## NEWS BLOG ##############################*/

.blog .layout_latest:hover {
    background-color: #f5f7f9;
}

.blog .layout_latest.even {
    /* background: #f4f4f4; */
}

.blog .layout_latest.odd {
    /* background: #f4f4f4;
    background:#d8d8d8; */
}

.blog .blog-headline {
    padding: 0;
    margin: 3rem 0 2rem;
}

.blog .blog-headline h1 {
    color: #007cbf;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.blog .blog-headline h2 {
    color: #000;
    font-weight: 300;
    font-size: 1.3em;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: none;
}

.blog .layout_full .ce_text {
    /* padding-bottom: 20px; */
}

.blog .layout_full .image_container.float_below{
    /* padding-top: 20px; */
} 

.blog .layout_full .image_container.float_above {
    /* padding-bottom: 20px; */
}

.mod_newslist .layout_latest {
    text-align: center;
}

.blog.mod_newslist .layout_latest {
    text-align: left;
}

.mod_newslist .layout_latest {
    /* margin-bottom: 50px; */
}

.layout_latest .image_container {
    /* padding-bottom: 20px; */
}

.blog.mod_newsreader {
    background-color: #fff;
    margin: 2rem auto;
    padding-left: 0;
    padding-right: 0;
}
.blog.mod_newsreader figure {
	text-align: center;
	float: none;
}
.blog.mod_newsreader figure img {
	max-height: 650px;
	width: auto;
}
.blog.mod_newsreader p.back {
	margin: 0 0 2em 0;
}
.blog.mod_newsreader .ce_text p {
	font-size: 1.2em;
}
.blog.mod_newsreader .ce_text table p {
	padding: 0;
}
.blog.mod_newsreader p.back {
	margin: 0 0 2em 0;
}

/*############################## EVENT ##############################*/


.event.layout_teaser,
.event.layout_full.upcoming {
    border-bottom: 1px solid #007cbf;
}

.event.layout_teaser time {
	color: #A2A2A2;
}

.event.layout_teaser a {
    color: #0288cc;
}

.event.layout_teaser .more a {
    color: #ffffff;
}

.lsfwk-boxRight {display: inline-block;}

.event p.location {
    color: #0288cc;
}
/*############################## SHOP  ##############################*/

input[type='text'].text,
input[type='email'].text,
textarea.textarea {
    font-family: 'Roboto','Arail', sans-serif;
    font-weight: 300;
}

input[type='text'].text:hover,
input[type='email'].text:hover,
textarea.textarea:hover,
input[type='text'].text:focus-visible,
input[type='email'].text:focus-visible,
textarea.textarea:focus-visible,
input[type='text'].text:focus,
input[type='email'].text:focus,
textarea.textarea:focus {
    border-color: #00659e;
    border-width: 1px;
}

.shopProduct .bottomWrapper {
    position: absolute;
    bottom:0; 
	left:0;
    height:80px;
    width: 100%;
}

.overview_01 .gotoProductDetails a,
.more a,
.lsfwk-button-auswahl a {
    border: 1px solid rgba(1, 93, 151, 0.60);
    display: inline-block;
    background: #00659e;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 12px 25px;
    margin-top: 20px;
    text-transform: uppercase;
}

.shopProduct .variantTitle {
    margin: 0;
}

.shopProduct .description {
    margin: 0;
}

.shopProduct .description p {
    /* color: #007cbf;
    border-top: 1px solid #D7E1ED;
    border-bottom: 1px solid #D7E1ED;
    padding: 1em 0; */
    font-size: 0.9em;
    margin: 1em 0 2em;
}

.shopProduct .deliveryMessageContainer {
    padding: 0.75rem 1em;
    background-color: #f5f7f9;
}
    .shopProduct .deliveryMessageContainer i {
        font-size: 1.3rem;
    }
    .shopProduct .deliveryMessageContainer p {
        font-size: 0.9rem;
        font-weight: 500;
        margin-top: 3px;
    }

.finalPrice {
    margin: 5rem 0 0.5rem;
}

.shopProduct .noPriceInfo {
    /* background-color: #007cbf; */
	/* color: #fff; */
	display: block;
	width: 100%;
}
.shopProduct .noPriceInfo a {
	/* color: #fff; */
	display: block;
	font-weight: 500;
	/* padding: 0.5rem 1rem; */
	/* text-align: center; */
	text-transform: uppercase;
}
.shopProduct .noPriceInfo a p {
	margin: 0;
}

.productDetailContactForm {
    /* border-bottom: 1px solid #ddd; */
    /* margin-bottom: 50px; */
}

#contactForm_495 {
	display: block;
}

.shopProduct .variantSelector {
    border: none;
}
.shopProduct .variantSelector .attributeBox {
    width: auto;
}
.shopProduct .variantSelector .value {
    border: 2px solid #ccc !important;
    font-size: 0.7rem;
    float: left;
    margin-right: 1em;
    padding: 0.3em 0.8em;
}
.shopProduct .variantSelector .value[data-lsjs-class*="selected"] {
    border-color: #007cbf !important;
    border-width: 2px !important;
    padding: 0.3em 1.8em 0.3em 0.8em;
}
.shopProduct .variantSelector .value span {
    font-size: unset;
}
.shopProduct .variantSelector .attributeBox .closeButton {
    background-color: #007cbf;
    color: white;
    opacity: 1;
    padding: 3px 1px 3px 3px;
    right: 0;
    top: 0;
}

.shopProduct .variantSelectorWidget {
    float: left;
    margin-bottom: 1rem;
    margin-right: 1.6rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}
.shopProduct .variantSelectorWidget select {
    margin-left: 0.8rem;
    padding: 5px;
    min-width: 8rem;
    width: 100%;
}
.shopProduct .variantSelectorWidget label {
	/* Added 2024-09-05 KW */
    width: 10rem;
}
.shopProduct .variantSelectorSubmit {
    float: left;
    margin-left: 1rem;
    margin-bottom: 1rem;
}
.shopProduct .variantSelectorSubmit button {
    height: 31px;
    padding: 6px;
}

.contactProductLists h2 {
    color: #000;
    font-size: 1.3rem;
    text-align: left;
}


/* --------------------------- variantentabelle -----------------------------> */

.shopProduct .variantentabelle {
    float: left;
}
.shopProduct .variantentabelle table {
    background-color: #f5f7f9;
    border-collapse: collapse;
    width: 100%;
}
.shopProduct .variantentabelle > div > p {
/*    display: none; */
	font-size: 0.9em;
}
.shopProduct .variantentabelle table tbody,
.shopProduct .variantentabelle table tr,
.shopProduct .variantentabelle table td {
    border: none;
    font-size: 0.93em;
    padding: 0.5rem 0.3rem;
}
.shopProduct .variantentabelle table tbody {
    border: 1px solid #eeeeee;
}
.shopProduct .variantentabelle table tr:first-child td 
{	font-weight: bold;
	width: 10rem;
}
.shopProduct .variantentabelle table tr:nth-child(even) {background: #f5f7f9}
.shopProduct .variantentabelle table tr:nth-child(odd) {background: #fff} 

.variantentabelle h6 {
    display: none;
}

td, tbody {
    padding: 10px 20px 10px 10px;
    vertical-align: middle;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    font-size: 1rem;
}
td.col_last {
    border-right: 1px solid #dddddd;
}

td {
    padding: 5px;
}
/* --------------------------- variantentabelle -----------------------------< */

.submit.buttonBuy.lsfwk-bgc-spotcolor2 .submit:not(.fi) {color: white;}

button.submit {
    text-transform: uppercase;
}

.template_productDetails.shopProduct .inputQuantity button {
    padding: 15px;
    letter-spacing: 1px;
    font-size: 0.8rem;
}

.fixet_sidebar_nav {
    display: none;
	position: fixed;
	right: 0;
    top: 300px;
    z-index: 9;
}
.fixet_sidebar_nav ul {
	margin:0;
	padding:0;
}
.fixet_sidebar_nav .fixed_item,
.fixet_sidebar_nav li {
	background-color: #007cbf;
    list-style-type: none;
    margin-bottom: 1px;
    padding: 0;
}
.fixet_sidebar_nav .fixed_item p {
    margin-bottom: 0;
}
.fixet_sidebar_nav a {
    background-position: 2px center;
    background-repeat: no-repeat;
	color: #fff;
	display: block;
	font-size: 0.9rem;
	font-weight: 500;
	padding: 0.8rem 1rem 0.8rem 3rem;
	text-transform: uppercase;
}
.fixet_sidebar_nav .fixed_item a {
	padding: 0.8rem 1rem 0.8rem 1.5rem;
}
.fixet_sidebar_nav a:hover,
.fixet_sidebar_nav a:focus {
	background-color: #1a9ee0;
}
.fixet_sidebar_nav a.fixed_item_request {
    background-image: url(/files/icons/request.svg);
    background-size: 40px;
    background-position-x: 4px;
}
.fixet_sidebar_nav a.fixed_item_general {
    background-image: url(/files/icons/general.svg);
}
.fixet_sidebar_nav a.fixed_item_accessories {
    background-image: url(/files/icons/accessories.svg);
}
.fixet_sidebar_nav a.fixed_item_downloads {
    background-image: url(/files/icons/downloads.svg);
}
.fixet_sidebar_nav a.fixed_item_plugins {
    background-image: url(/files/icons/plugins.svg);
}
.fixet_sidebar_nav i {
	display: inline-block;
	width: 1.4rem;
}

#miniCart_1 a,
.overview_01 .shopProduct a.productTitle {
    color: #1e1e1e;
}

.template_cart_mini #cart-checkout > a.gotoCart {
    border-radius: 0;
}

.template_cart_mini {
    top: 40px;
}

.productList .overview_03 .shopProduct{
    border-bottom: 1px solid #ddd;
    /* margin-bottom: 50px; */
}

.shopProduct.template_productDetails.template_productDetails_01 {
    /* border-bottom: 1px solid #ddd; */
    /* margin-bottom: 50px; */
}

.shopProduct.template_productDetails.template_productDetails_01 .attributeBox {
    margin: 0px;
    padding: 0;
}

.shopProduct.template_productDetails h1.productTitle,
.widget.widget-submit.buttonBuy button.submit {
    letter-spacing: 1px;
}

.widget.widget-submit.buttonBuy button.submit {
    font-weight: 300;
}

.shopProduct.template_productDetails.template_productDetails_01 .attributeBox h3,
.shopProduct.template_productDetails.template_productDetails_01 .attributeBox .title {
	margin-bottom: 3px;
        font-weight: 300;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.shopProduct.template_productDetails.template_productDetails_01 .attributeBox .value {
	margin-bottom: 8px;
	border-left: 3px solid transparent;
}

.shopProduct.template_productDetails.template_productDetails_01 .attributeBox .values .value {
    color: #828282;
    letter-spacing: 1px;
    font-size: 0.8rem;
}

.shopProduct.template_productDetails.template_productDetails_01 .attributeBox .value[data-lsjs-class*="possible"] {
	border-left: 4px solid #c7ebfc;
}

.shopProduct.template_productDetails.template_productDetails_01 .attributeBox .value[data-lsjs-class*="selected"] {
	border-left: 4px solid #007cbf;
}

.shopProduct.template_productDetails.template_productDetails_01 .attributeBox .value span {
	padding-left : 4px;
}

.hasBeenPutInCart.lsfwk-effectAutohide.lsfwk-ap-center.lsfwk-bgc-spotcolor1.lsfwk-success {
    background-color: #004c78 !important;
}

.sitemap ul {
    margin: 0 0.5em 0 1em;
    padding: 0.5em 0 0 1em;
}
.sitemap > ul > li {
    list-style-type: none;
}
.sitemap ul li {
    padding-bottom: 5px;
}
.sitemap > ul > li > a {
    font-weight: bold;
}
.sitemap ul > li > a {
    color: #000;
}
.sitemap > ul > li > ul li {
    list-style-type: disclosure-closed;
}

.crossSellerCTE {
    margin-top: 0px;
    /* margin-top: 100px; */
    margin-bottom: 20px;
    text-align: center;
}

.crossSellerCTE .button {
    font-family: Ionicons;
    font-size: 3rem;
    color: #FFFFFF;
    cursor: pointer;
    background: transparent;
    border: 0;
    z-index: 1;
}

.crossSellerCTE .button.buttonLeft,
.crossSellerCTE .button.buttonRight {
    text-shadow: 0 0 0px #000000;
    color: #007cbf;
    text-align: left;
}

.crossSellerCTE .button.buttonRight {
    text-align: right;
}

h2.crossSeller,
.crossSeller h2 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    /*font-size: 1.2rem;*/
    letter-spacing: 1px;
}

.crossSeller p.baugroesseHinweis {
    /* color: #007cbf;
    font-size: 1.2rem;
    padding:0 10px; */
    margin-top: -25px;
}

.crossSeller .shopProduct {
    border: 1px solid #007cbf;
    margin: 15px 7px;
    float: left;
	transition: all .2s ease-in-out;
}

.crossSeller .shopProduct:hover {
  z-index: 1;
  transform: scale(1.06);
}


.userSortingForm {
    display: none;
    text-align: right;
    margin-bottom: 10px;
} 


[data-lsjs-component="navtab"] [data-lsjs-element="navtabLabel"].active img {
    box-shadow: 0 0 0px #000000;
}

[data-lsjs-component="navtab"] [data-lsjs-element="navtabLabel"].varImage.active {
    border: 1px solid #000;
}

[data-lsjs-component="navtab"] [data-lsjs-element="navtabLabel"].varImage {
    display: inline-block;
    padding: 5px;
    border: 1px solid #007cbf;
    margin-right: 15px;
    float: left;
    width: 100px;
    margin-top: 20px;
    }


/*############################## MEDIA QUERY DESKTOP/MIDDLE SCREEN ##############################*/
/*##############################################################################################*/

@media screen and (min-width:399px) {
}

@media screen and (min-width:610px) {
    .w-icon {
        width: 33.3333333%;
    }
    
     .w-icon  p {
        font-size: 0.9rem;
    }
   
   	.login, .logout {
		margin-right:18px;
	
	}
}

@media screen and (max-width:750px) {
    body.useOcNavi #lsOcNavi #offCanvasContainer {
        margin-top: 47px;
    }
    
    .lsfwk-relativeBox {
        margin-bottom: 40px;
    }
    
    .lsfwk-flexReverse {
        flex-direction: column-reverse;
    }
    
    .lsfwk-flexColumn {
        flex-direction: column;
    }
    
    .layout_latest.arc_3 .image_container {
        padding-bottom: 20px;
    }
    
    body:not(.lsOcNaviRunning) #lsOcNavi #offCanvasContainer .ls_languageSelector {
        top: 60px;
    }
}

@media screen and (min-width:751px) {
#headerLine2 .ls_languageSelector.mod_ls_cnc_selector{
	    display: block;
	    margin-right: 25px;
	}
  
    /*navigation */    
      .horizontalNavigation .submenu ul.level_2 {
        left: -50%;
    }     
        ul.level_4.lsUnfoldOpen {
        right: 100%;
    }   
    /*navigation */       

    .lsfwk-contentWrapper {
        padding-right: 50px;
        padding-left: 50px;
    }

    .mod_newsreader .image_container.float_right,
    .mod_newslist.blog .layout_latest .image_container,
    .blog .layout_full .image_container.float_right {
        /* width: 40%; */
    }
    
    .mod_newsreader .image_container.float_right {
        /* padding-left: 30px; */
    }
    
    .mod_newsreader.blog {
        margin-bottom: 2rem;
		width: 751px;
    }

    .mod_newslist.blog .layout_latest .image_container{
        /* padding-right: 30px; */
    }
    
    .mod_newslist .layout_latest {
        text-align: left;
    }
    
    .mod_newslist .layout_full .image_container.float_right,
    .mod_newsreader .layout_full .image_container.float_right {
        /* padding-left: 30px;
        padding-bottom: 40px; */
    }
     
    .mod_newslist .layout_full .image_container.float_left,
    .mod_newsreader .layout_full .image_container.float_left {
        width: 40%;
        padding-right: 30px;
        padding-bottom: 40px;
    }
 
    #mainNavigation ul.level_2 li strong,
    #mainNavigation ul.level_2 li span {
        font-size: 1rem;
    }
    
    #mainNavigation ul.level_3 li strong,
    #mainNavigation ul.level_3 li a span {
        font-size: 0.9rem;
    }
    
    #cartTogglerBox {
	    top: 18px;
	}

	.login {
        padding-top:11px;
    }	
	
	.login, .logout {
        margin-right:18px;
    }
}


@media screen and (max-width:865px) {
    h1 { font-size: 1.75em; }
    h2 { font-size: 1.5em; }
    h3 { font-size: 1.17em; }
    [data-lsjs-component="navtab"] [data-lsjs-element="navtabLabel"].varImage {
        width: 70px;
        padding: 3px;
        margin-top: 15px;
    }
     
     .download-element.ext-zip::before, .download-element::before {
        width: 23px;
        height: 20px;
    }
}

@media screen and (min-width:950px) {
    .fixet_sidebar_nav { display: block; }
    h1 { font-size: 2.2rem !important; }
    h2 { font-size: 1.75em; }

    .lead-paragraphs p,
    main p, ul {
        font-size: 1.2rem;
    }
    .sliderBox,
    #sliderBox {display: block;}
    .centercontent {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }
    
    .blog.mod_newsreader .ce_text table {
        padding: 0 330px;
    }
    .blog.mod_newsreader .ce_text table td{
        padding: 0;
    }
}

@media screen and (max-width:1099px) {

    #headerLine2 {
        background-color: #000000;
    }  
    
    #wrapper > #container {
        /* padding: 40px 0 80px 0; */
    }
     .lsfwk-flexReverse-medium {
        flex-direction: column-reverse;
    }
}



    

/*############################## MEDIA QUERY DESKTOP/LARGE SCREEN ##############################*/
/*##############################################################################################*/
@media screen and (min-width:400px) and (max-width:1099px) {
    .mod_newslist .layout_latest {
        padding-right: 80px;
        padding-left: 80px;
    }
}

@media screen and (min-width:1099px) {
    .lsfwk-col-2 {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
    }
    .mod_newslist .layout_latest {
        width: calc(100% / 3);
    }

    .w-icon  p {
        font-size: 1rem;
    }

    .noHeaderImage #wrapper > #container {
        padding-top: 75px;
        /* padding-top: 100px; */
    }
    
    .noHeaderImage .mod_newsreader {
        padding-top: 50px;
    }
    
    .standard #wrapper > #container {
        padding: 80px 20px;
    }
}

@media screen and (min-width:1100px)  {
    body.useOcNavi.sticky #lsOcNaviToggler {
        display: none;
    }
    
	#cartTogglerBox {
	    top: 20px;
	}
	
	.login, .logout {
	    margin-right: 25px;
	}
}

@media screen and (min-width:1450px) {
    .w-icon {
        height: 160px;
    }
    
    .w-icon img {
        width: 60px;
    }

    .w-icon  p {
        font-size: 1.2rem;
    }
    
    .mod_newslist.blog .layout_latest .image_container, 
    .blog .layout_full .image_container.float_right {
        /* width: 40%; */
    }
}

.priceOnRequest p {
	font-weight: 500;
}

#product-links {
	padding-bottom: 120px;
}

.slider-neu .slider-control {
	margin-top: -50px;
}

.slider-neu .slider-control .slider-menu {
	top: 3px;
}

.slider-neu .slider-control .slider-menu b {
	color: #999;
	margin: 0px 10px;
}

.slider-neu .slider-control .slider-menu b.active {
	color: #007cbf;
	/*color: #00659e;*/
}

