body {
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 1.7;
    color: #666666;
    font-size: 15px;
}
#sp-main-body p, #sp-main-body ul li, #sp-main-body strong {
    color: #666666;
    max-width: 790px;
    line-height: 1.9em;
    font-size: 15px;
}
body.itemid-173 #sp-main-body p, body.itemid-173 #sp-main-body ul li, body.itemid-173 #sp-main-body strong, body.itemid-174 #sp-main-body p, body.itemid-174 #sp-main-body ul li, body.itemid-174 #sp-main-body strong, body.itemid-238 #sp-main-body p, body.itemid-238 #sp-main-body ul li, body.itemid-238 #sp-main-body strong, body.itemid-239 #sp-main-body p, body.itemid-239 #sp-main-body ul li, body.itemid-239 #sp-main-body strong {
    max-width: 100%;
}
.d-flex {
    display: block !important;
}
strong, b {
    font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}
a:hover, a:focus {}
h1 {}
h2 {}
h3 {}
h4 {}
.sbsw_download_pdf p br {
	display:none;
}
.sbsw_blue {
    color: #4AB8DB;
}
.sbsw_red {
    color: #F0283C;
}
.ie9 img[src$=".svg"] {
    width: 100%;
}
#system-message-container {
    display: none;
}
:focus {
    outline: none !important;
}
::-moz-focus-inner {
    border: 0 !important;
}
.modal-content {
    background-color: #F0283C;
    border-radius: 0px;
    padding: 25px 60px;
}
.modal-content p {
    color: #fff;
}
.modal-dialog {
    width: 100%;
    margin: 30px auto;
    padding: 0px 20%;
}
.modal-dialog ul > li > a::before {
    content: "" !important;
    margin-right: 0px !important;
}
.modal-dialog ul > li > a {
    padding: 0px 10px 0px;
}
.modal-dialog .tab-content {
    padding-top: 30px;
}
.modal-dialog .nav-tabs > li > a, .modal-dialog .nav-tabs > li > a:focus, .modal-dialog .nav-tabs > li > a:hover {
    color: #555;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}
.modal-dialog .nav-tabs > li.active > a, .modal-dialog .nav-tabs > li.active > a:focus, .modal-dialog .nav-tabs > li.active > a:hover {
    color: #555;
    background-color: rgba(255, 255, 255, 1.0);
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}
.sppb-nav-lines {
    border-bottom: 0px solid #ffffff;
}

.sbsw-hinweis {
	background: linear-gradient(to right, #f0283c 0%, #fa2a5e 42%, #fa2a5e 57%, #f0283c 100%);
  padding: 20px;
  text-align: center;
}

/* KI Bilder Kennzeichnung */

.kimodifiziert .sppb-carousel-extended-item::before {
	content: "KI modifiziert";
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 10px;
  background: #1d1d1d8c;
  border-radius: 30px;
  color: #fff;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
}

.sppb-addon-title {
	position: absolute;
  z-index: 1;
  right: 10px;
  bottom: 10px;
  background: #1d1d1d8c;
  border-radius: 30px;
  color: #fff;
  padding: 0px 8px;
  font-size: 12px;
  font-weight: 500;
}

.ki-kennzeichnung .ki-info {
	position: relative;
	display: inline-flex;
	align-items: center;
}
.ki-kennzeichnung .ki-badge {
	width: 100%;
	height: 100%;
	padding: 5px 10px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	background: #1d1d1d8c;
	color: #fff;
	font-weight: 600;
	cursor: help;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.04em;
	text-indent: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition:
		background-color 160ms ease,
		transform 160ms ease;
}
.ki-kennzeichnung.ki-klein .ki-badge {
	padding: 7px;
}
.ki-kennzeichnung .ki-badge:hover {
	background-color: black;
}
.ki-kennzeichnung .ki-badge:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}
.ki-kennzeichnung .ki-popup {
	position: absolute;
	z-index: 9999;
	right: 0;
	bottom: 45px;
	width: min(280px, calc(100vw - 32px));
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background: black;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	color: #fff;
	opacity: 0;
	pointer-events: none;
	transform: translateY(5px);
	transition:
		opacity 160ms ease,
		transform 160ms ease;
}
.ki-kennzeichnung .ki-popup::after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	border: 7px solid transparent;
	border-top-color: black;
	transform: translateX(-50%);
}
.ki-kennzeichnung .ki-popup strong {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
.ki-kennzeichnung .ki-popup p {
	margin: 0;
	font-size: 14px;
}
.ki-kennzeichnung .ki-info:hover .ki-popup,
.ki-kennzeichnung .ki-info:focus-within .ki-popup,
.ki-kennzeichnung .ki-info.is-open .ki-popup {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
	.ki-kennzeichnung .ki-badge,
	.ki-kennzeichnung .ki-popup {
		transition: none;
	}
}
@media (max-width: 1024px) {
	.ki-kennzeichnung.ki-oben {
		top: 10px;
	}
	.ki-kennzeichnung.ki-oben .ki-popup {
		top: calc(100% + 15px);
		bottom: auto !important;
	}
	.ki-kennzeichnung.ki-oben .ki-popup::after {
		top: auto !important;
		right: 0 !important;
		bottom: 100% !important;
		border: 7px solid transparent !important;
		border-bottom-color: #000 !important;
		transform: translateX(-50%) !important;
	}
}

/*......................Header...........................*/
#sp-top-bar {
    background: rgba(255, 255, 255, 0) !important;
}
#sp-header {
    background: rgba(255, 255, 255, 0) !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
    position: absolute;
}
.nav-placeholder {
    display: none;
}


.sp-megamenu-parent a {
	font-weight:400;
	font-size:15px !important;
}

#sp-menu .sp-module {
    max-width: 45%;
    display: inline-block;
    z-index: 99;
    margin-left: 0;
}
#sp-menu .sp-module:nth-child(2) {
    float: right;
    margin-top: 0px;
    padding-top: 20px;
}
#sp-menu .sp-module:nth-child(2) i {
    color: #ffffff;
    padding-left: 25px;
    font-size: 1.15em;
}
#sp-menu .sp-module:nth-child(2) p {
    text-align: right;
}
.sbsw_header .sppb-column img, .sbsw_header .sppb-column .sppb-addon-single-image-container {
    width: 100%;
}
.sbsw_header_text .sbws_h2_red {
    padding: 25px 30px;
    max-width: 660px;
}
.sbsw_header_text .sbws_h2_red h2 {
    color: #FFF !important;
    font-size: 32px;
}
.sbsw_header_text .sbws_h2_red::before, .sbsw_header_text .sbws_h1_red::before {
    border: 1px solid #ffffff;
}
.sbsw_header_text .sbws_h2_red h2 {
    color: #FFF !important;
}
.sbsw_header_text {
    background-image: url("../images/header-text_overlay.png.png");
    background-position: top;
    background-repeat: repeat-x;
}

#sp-headerslide .sp-module {
    margin-top: -16px !important;
}

#sp-headerslide {
    position: relative;
}
/*......................Sprachfilter...........................*/
.mod-languages {
    padding-top: 14px;
}
.mod-languages .btn {
    padding-left: 0px;
}
.mod-languages img {
    display: inline-block;
    border: 1px solid #FFF !important;
    width: 25px;
    margin-top: -2px;
}
.mod-languages .lang-inline li {
    padding-right: 10px;
}
body.de-de .mod-languages .lang-inline li:nth-child(1) a::after {
    content: "FR";
    padding-left: 5px;
}
body.de-de .mod-languages .lang-inline li:nth-child(2) a::after {
    content: "IT";
    padding-left: 5px;
}
body.fr-fr .mod-languages .lang-inline li:nth-child(1) a::after {
    content: "DE";
    padding-left: 5px;
}
body.fr-fr .mod-languages .lang-inline li:nth-child(2) a::after {
    content: "IT";
    padding-left: 5px;
}
body.it-it .mod-languages .lang-inline li:nth-child(1) a::after {
    content: "DE";
    padding-left: 5px;
}
body.it-it .mod-languages .lang-inline li:nth-child(2) a::after {
    content: "FR";
    padding-left: 5px;
}
.mod-languages a, .mod-languages a:hover {
    color: #FFF !important;
    padding-top: 20px;
    font-size: 12px;
}
.mod-languages .caret {
    float: right;
    margin: 5px 0px 0px 6px;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.mod-languages .dropdown-menu {
    background-color: transparent !important;
    border: 0px solid #ccc;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
    margin-left: 5px !important;
}
/*......................Menu...........................*/
.sp-megamenu-parent > li.sp-has-child > a::after, .sp-megamenu-parent > li.sp-has-child > span::after {
    content: " " !important;
}
.sp-megamenu-parent {
    float: left;
    width: 100%;
    margin-top: 37.5px;
}
.sp-megamenu-parent li {
    border-bottom: 1px solid #FFF;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
    color: #fff !important;
    line-height: 40px;
    text-transform: none;
    font-size: 14px;
    padding: 0px 39px;
}
body.fr-fr .sp-megamenu-parent > li > a, body.fr-fr .sp-megamenu-parent > li.active > a, body.fr-fr .sp-megamenu-parent > li:hover > a {
    font-size: 13px;
    padding: 0px 25px;
}
.sp-megamenu-parent > li.sp-has-child > a::after, .sp-megamenu-parent > li.sp-has-child > span::after {
    position: absolute;
    padding-left: 6px;
}
.sp-megamenu-parent .sp-menu-item:nth-child(1) a, body.fr-fr .sp-megamenu-parent .sp-menu-item:nth-child(1) a {
    padding-left: 0px;
}
.sp-megamenu-parent .sp-menu-item:nth-child(6), .sp-megamenu-parent .sp-menu-item:nth-child(5), .sp-megamenu-parent .sp-menu-item:nth-child(4) {
    float: right;
}
.sp-megamenu-parent .sp-menu-item:nth-child(6) a, .sp-megamenu-parent .sp-menu-item:nth-child(5) a, .sp-megamenu-parent .sp-menu-item:nth-child(4) a {
    padding: 0px 14px;
}
body.fr-fr .sp-megamenu-parent .sp-menu-item:nth-child(6) a, body.fr-fr .sp-megamenu-parent .sp-menu-item:nth-child(5) a, body.fr-fr .sp-megamenu-parent .sp-menu-item:nth-child(4) a {
    padding: 0px 9px;
}
body.fr-fr .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    padding: 10px !important;
}
.sp-megamenu-parent .sp-dropdown-inner .sp-menu-item:nth-child(6), .sp-megamenu-parent .sp-dropdown-inner .sp-menu-item:nth-child(5), .sp-megamenu-parent .sp-dropdown-inner .sp-menu-item:nth-child(4) {
    float: none;
}
.hbereiche .sp-dropdown li {
    display: none !important;
}
.hbereiche .sp-dropdown li:first-child {
    display: block !important;
}
.hbereiche .sp-dropdown li:nth-child(2) {
    display: block !important;
}
/*..................Menu Dropdown..............*/
.sp-megamenu-parent .sp-dropdown {
    padding-top: 10px;
    width: 250px !important;
}
body.fr-fr .sp-megamenu-parent .sp-dropdown {
    width: 250px !important;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: rgba(240, 40, 60, 0.8);
    box-shadow: none;
    padding: 20px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    display: block;
    padding: 10px;
    line-height: 1.8em;
    font-size: 15px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner a {
    color: #FFF !important;
    line-height: 1.8em;
    text-align: center;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner a:hover {
    background: #F0283C !important;
}
.sp-megamenu-parent .sp-dropdown li {
    border-bottom: none;
}
/*..................Offcanvas Mobile Menu..............*/
#offcanvas-toggler > i {
    color: #ffffff !important;
}
#offcanvas-toggler {
    font-size: 30px;
    right: 29px;
    position: absolute;
}
.offcanvas-menu {
    background-color: #F0283C;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
    background-color: #F0283C !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    text-transform: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/*..................Logo..............*/
.sp-module.logo {
    margin-top: 0px;
}
.logo_start {
    max-width: 480px;
    position: absolute;
    bottom: 22%;
    width: 480px;
    left: 50%;
    margin-left: -240px;
	z-index:1;
}
/*..................Content..............*/
.sbws_h2_red h2, .sbws_h2_red h1, .sbws_h1_red h1 {
    color: #F0283C;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1.3em;
}
.sbws_h2_red::before, .sbws_h1_red::before {
    content: ' ';
    display: block;
    border: 1px solid #F0283C;
    width: 28px;
    margin-bottom: 15px;
}
.sbws_h2_blue h2, .sbws_h2_blue h1, .sbws_h1_blue h1 {
    color: #4AB8DB;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 15px;
}
.sbws_h2_blue::before, .sbws_h1_blue::before {
    content: ' ';
    display: block;
    border: 1px solid #4AB8DB;
    width: 28px;
    margin-bottom: 15px;
}
.sbsw_download p, .sbsw_download a {
    text-align: center;
    color: #F0283C !important;
    font-weight: light !important;
    font-size: 20px !important;
}
.sbsw_download img {
    max-width: 50px;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}
.sbsw_katalog_download img {
    border: 1px solid #F0283C;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
/*..................Slideshows..............*/
body .cis_main_overlay_without_bg {
    background: rgba(0, 0, 0, 0.8) !important;
}
body .cis_popup_bottom_inner {
    color: #fff !important;
    background: #F0283C !important;
    padding: 15px 10px 15px 10px;
}
body .cis_popup_bottom_title {
    font-size: 1.4em !important;
    font-family: Helvetica, Arial, sans-serif;
}
body .cis_popup_bottom_desc {
    display: none !important;
}
body .cis_popup_bottom_line {
    display: none !important;
}
body .cis_popup_autoplay_play, body .cis_popup_autoplay_pause, body .cis_popup_close {
    display: none !important;
}
body .cis_popup_autoplay_bar {
    border-top: 1px solid #F0283C !important;
    border-bottom: 1px solid #F0283C !important;
}
body .cis_popup_wrapper_loader_shaddow {
    box-shadow: none !important;
}
body .cis_zoom_icon.cis_icon_black {
    background-color: rgba(240, 40, 60, 1.0);
    border: none;
    box-shadow: none;
    border-radius: 0%;
    background-image: url("/components/com_creativeimageslider/assets/images/zoom_white.png");
}
.rev_slider .tp-caption.runterscrollen {
    cursor: pointer;
}
.runterscrollen img {
    cursor: pointer;
}
.rev_slider .tp-caption.runterscrollen img {
    width: 170px !important;
    height: 78px !important;
    animation-name: downscroll;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.runterscrollen img {
    width: 170px !important;
    height: 78px !important;
    animation-name: downscroll;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes downscroll {
    0% {
        margin-top: 0px;
    }
    50% {
        margin-top: 20px;
    }
    100% {
        margin-top: 0px;
    }
}
.rg-scr-controls .prev {
    left: -45px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 30px !important;
}
.rg-scr-controls .next {
    right: -45px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 30px !important;
}
.rg-scr-slice-container {
    width: 65% !important;
}
.rg-scr-content {
    width: 35% !important;
    color: #FFF !important;
    font-size: 19px !important;
}
.rg-scr-content span {
    font-size: 17px !important;
    line-height: 1.7em !important;
}
.rg-scr-info {
    padding: 50% 30px 30px 30px !important;
}
.rg-scr-slide .pagination {
    color: #FFF !important;
    margin-top: 30px;
}
.rg-scr-controls .prev, .rg-scr-controls .next {
    background-color: #fff !important;
    border: 1px solid #F0283C;
}
.rg-scr-caption p {
    color: #FFF !important;
    font-size: 17px !important;
    line-height: 1.7em !important;
}
body.fr-fr .rg-scr-caption .ger, body.fr-fr .sbws_h2_red .ger, body.fr-fr .rg-scr-caption .it, body.fr-fr .sbws_h2_red .it {
    display: none !important;
}
body.de-de .rg-scr-caption .fr, body.de-de .sbws_h2_red .fr, body.de-de .rg-scr-caption .it, body.de-de .sbws_h2_red .it {
    display: none !important;
}
body.it-it .rg-scr-caption .ger, body.it-it .sbws_h2_red .ger, body.it-it .rg-scr-caption .fr, body.it-it .sbws_h2_red .fr {
    display: none !important;
}
/*..................Handwerksbereiche Multilingual..............*/
body.fr-fr .sbsw_auswahl_handwerksbereiche .ger, body.fr-fr .sbsw_auswahl_handwerksbereiche .it {
    display: none !important;
}
body.de-de .sbsw_auswahl_handwerksbereiche .fr, body.de-de .sbsw_auswahl_handwerksbereiche .it {
    display: none !important;
}
body.it-it .sbsw_auswahl_handwerksbereiche .ger, body.it-it .sbsw_auswahl_handwerksbereiche .fr {
    display: none !important;
}
/*..................Produktübersichtsseite..............*/
.sbsw_product_overview h2 {
    font-size: 45px;
    font-weight: 100;
    padding-bottom: 23px;
}
.sbsw_product_overview h3 {
    font-size: 28px;
    padding-bottom: 40px;
    font-weight: bold;
}
.sbsw_product_overview p {
    padding-bottom: 40px;
}
.sbsw_product_overview_red h2, .sbsw_product_overview_red h3, .sbsw_product_overview_red p, .sbsw_product_overview_blue h2, .sbsw_product_overview_blue h3, .sbsw_product_overview_blue p {
    color: #fff !important;
}
.sbsw_product_overview_white h2, .sbsw_product_overview_white h3, .sbsw_product_overview_white p {
    color: #F0283C !important;
}
.sbsw_product_overview a {
    background-color: #FFF !important;
    color: #F0283C;
    padding: 15px 50px;
    border-radius: 7px;
    font-size: 20px;
    font-weight: 100;
    border: 1px solid #F0283C;
}
.sbsw_product_overview a:hover {
    background-color: #F0283C !important;
    color: #fff;
    border: 1px solid #FFF;
}
.sbsw_product_overview_white a {
    background-color: #F0283C !important;
    color: #fff;
    border: 1px solid #fff;
}
.sbsw_product_overview_white a:hover {
    background-color: #fff !important;
    color: #F0283C;
    border: 1px solid #F0283C;
}
.sbsw_product_overview_blue a {
    background-color: #fff !important;
    color: #F0283C;
    border: none;
}
.sbsw_product_overview_blue a:hover {
    background-color: #F0283C !important;
    color: #fff;
    border: none;
}
.sbsw_product_overview_red .color, .sbsw_red_gradient {
    background: #f0283c; /* Old browsers */
    background: -moz-linear-gradient(left, #f0283c 0%, #fa2a5e 42%, #fa2a5e 57%, #f0283c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f0283c 0%, #fa2a5e 42%, #fa2a5e 57%, #f0283c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f0283c 0%, #fa2a5e 42%, #fa2a5e 57%, #f0283c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0283c', endColorstr='#f0283c', GradientType=1); /* IE6-9 */
}
.sbsw_product_overview_blue .color, .sbsw_blue_gradient {
    background: #123b89; /* Old browsers */
    background: -moz-linear-gradient(left, #123b89 0%, #009de0 42%, #009de0 57%, #123b89 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #123b89 0%, #009de0 42%, #009de0 57%, #123b89 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #123b89 0%, #009de0 42%, #009de0 57%, #123b89 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#123b89', endColorstr='#123b89', GradientType=1); /* IE6-9 */
}
.sbsw-produktslider .sbsw_blue_gradient,
.sbsw-produktslider .sbsw_red_gradient{
	background: transparent !important;
}
/*..................Tabs..............*/
.rl_tabs-toggle-inner img {
    max-width: 70px;
    margin: 0 auto;
    padding-top: 20px !important;
}
.nn_tabs-toggle span {
    color: #F0283C !important;
    font-size: 18px;
}
.rl_tabs .nav-tabs > li > a {
    padding: 23px;
    min-width: 180px;
}
.rl_tabs .nav-tabs > li > a {
    margin-right: 10px;
    border-radius: 0px 0px 0 0;
}
.rl_tabs > .nav > li > a:hover {
    background-color: #f9f9f9;
}
.rl_tabs > ul.nav-tabs > li.active > a:focus, .rl_tabs > ul.nav-tabs > li > a:focus {
    box-shadow: none !important;
    border-color: #dddddd;
}
.sbsw_auswahl_handwerksbereiche h2 {
    color: #ffffff !important;
    font-size: 18px;
    text-align: center;
    padding-top: 15px;
}
.sbsw_auswahl_handwerksbereiche .sppb-col-md-3 .sppb-column {
    padding: 10px;
    transition: 0.5s all ease;
    background: #f0283c; /* Old browsers */
    background: -moz-linear-gradient(left, #f0283c 0%, #fa2a5e 42%, #fa2a5e 57%, #f0283c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f0283c 0%, #fa2a5e 42%, #fa2a5e 57%, #f0283c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f0283c 0%, #fa2a5e 42%, #fa2a5e 57%, #f0283c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0283c', endColorstr='#f0283c', GradientType=1); /* IE6-9 */
}
.sbsw_auswahl_handwerksbereiche .sppb-col-md-3 .sppb-column:hover, .sbsw_auswahl_handwerksbereiche .sppb-col-md-3 .sppb-column.active {
    transition: 0.5s all ease;
}
.sbsw_auswahl_handwerksbereiche .sppb-col-md-3 .sppb-column.noborder {
    border: none !important;
    background-color: #fff;
    background: #fff;
}
.sbsw_auswahl_handwerksbereiche .sppb-col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
}
.sbsw_auswahl_handwerksbereiche .sppb-col-md-3 .sppb-column a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    background-color: #FFF;
    opacity: 0;
    filter: alpha(opacity=1);
}
.sbsw_auswahl_handwerksbereiche img {
    max-width: 70px;
    margin: 0 auto;
    padding-top: 20px !important;
    padding-bottom: 15px;
}
/*..................Quotes..............*/
.sbsw_quote p {
    position: relative;
    background: #ffffff;
    border: 2px solid #e0e0e0;
    padding: 30px;
    text-align: center;
    background-image: url("/templates/blindenwerkstatt/images/quote-icon_white.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 35px;
}
.sbsw_quote p::after, .sbsw_quote p::before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.sbsw_quote p::after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 30px;
    margin-left: -30px;
}
.sbsw_quote p::before {
    border-color: rgba(224, 224, 224, 0);
    border-top-color: #e0e0e0;
    border-width: 36px;
    margin-left: -36px;
}
.sbsw_quote.sbsw_blue p {
    border: 4px solid #4AB8DB;
    background-color: #4AB8DB;
    color: #FFF !important;
}
.sbsw_quote.sbsw_blue p::before {
    border-top-color: #4AB8DB;
}
.sbsw_quote.sbsw_blue p::after {
    border-top-color: #4AB8DB;
}
.sbsw_quote.sbsw_blue h4 {
    padding-top: 30px;
    text-align: center;
    color: #4AB8DB;
    font-size: 19px;
}
.sbsw_quote.sbsw_red p {
    border: 4px solid #F0283C;
    background-color: #F0283C;
    color: #FFF !important;
}
.sbsw_quote.sbsw_red p::before {
    border-top-color: #F0283C;
}
.sbsw_quote.sbsw_red p::after {
    border-top-color: #F0283C;
}
.sbsw_quote.sbsw_red h4 {
    padding-top: 30px;
    text-align: center;
    color: #F0283C;
    font-size: 19px;
}
.sbsw_quote h5 {
    padding-top: 10px;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    color: #666666;
}
/*......................Portfolio Start...........................*/
.sppb-tab li.active, .sbsw_download_pdf a, .sbsw_download_pdf p, .sbsw_download_pdf_info a, .sbsw_download_pdf_info p {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
}
.sppb-tab a, .sbsw_download_pdf a, .sbsw_download_pdf_info a {
    padding: 15px 0px !important;
    color: #4AB8DB !important;
    font-size: 20px !important;
    font-weight: bolder;
    border-bottom: 2px solid #e0e0e0;
}
.sppb-tab a span, .sbsw_download_pdf a span, .sbsw_download_pdf_info a span {
    float: right;
    color: #f0283c !important;
}
.sppb-addon-image-overlay-icon {
    border-radius: 0px;
    background: #f0f0f0;
    color: #000000;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.sppb-addon-image-overlay-icon:hover {
    background: #fff;
    color: #000000;
}
.sppb-tab-pane p {
    margin-bottom: 30px;
}
.sbsw_download_img a {
    width: 100%;
}
.sbsw_download_img img {
    margin: 0 auto;
    border: 1px solid #F0283C;
}
.sbsw_download_text h3, body.sbsw_downloads .sppb-addon-title {
    color: #4AB8DB !important;
    font-size: 18px !important;
    padding-top: 15px;
}
body.sbsw_downloads .sppb-addon-content img {
    border: 1px solid #e5e5e5 !important;
}
/*......................Impressum h2...........................*/
body.itemid-173 h2, body.itemid-174 h2, body.itemid-238 h2, body.itemid-239 h2, body.itemid-326 h2, body.itemid-325 h2 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 25px;
}
body.itemid-173 h3, body.itemid-174 h3, body.itemid-238 h3, body.itemid-239 h3, body.itemid-326 h3, body.itemid-325 h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
}
/*......................Portfolio...........................*/
#wspm .wspm-image .wspm-overlay-wrapper .wspm-overlay {
    background: #f0283c;
}
#wspm .wspm-item .wspm-headline h1, #wspm .wspm-item .wspm-headline h2, #wspm .wspm-item .wspm-headline h3, #wspm .wspm-item .wspm-headline h4, #wspm .wspm-item .wspm-headline h5, #wspm .wspm-item .wspm-headline h6 {
    background: #ffffff;
    color: #666666;
    font-weight: 300;
}
.wspm-headline span.fa {
    display: none;
}
#wspm .wspm-item .wspm-inner .wspm-content .wspm-content-inner {
    padding: 35px;
}
.wspm-content {
    border: 2px solid #e0e0e0;
}
.wspm-headline h3 {
    background: transparent !important;
    color: #F0283C !important;
    margin-top: -50px !important;
    font-size: 21px !important;
    height: 50px;
}
.wspm-inner:hover h3 {
    color: #FFF !important;
}
.wspm-inner h3:hover {
    color: #F0283C !important;
}
/*..................Map..............*/
.jai-map-container .point.point-img, .jai-map-container .point.point-ico {
    min-height: 49px;
    min-width: 49px;
}
.webui-popover {
    border: 1px solid #cccccc !important;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.webui-popover.right > .webui-arrow, .webui-popover.right-top > .webui-arrow, .webui-popover.right-bottom > .webui-arrow {
    border-right-color: #cccccc !important;
}
.webui-popover-title {
    color: #4AB8DB;
    padding: 16px 14px 0px 14px;
    font-size: 16px;
    border-bottom: none;
}
.webui-popover-inner hr {
    border-top: 2px solid #cccccc;
}
/*......................Footer...........................*/
#sp-footer {
    border-top: 40px solid #F0283C;
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 2.0em;
    font-size: 14px;
    background: #123b89; /* Old browsers */
    background: -moz-linear-gradient(left, #123b89 0%, #009de0 42%, #009de0 57%, #123b89 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #123b89 0%, #009de0 42%, #009de0 57%, #123b89 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #123b89 0%, #009de0 42%, #009de0 57%, #123b89 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#123b89', endColorstr='#123b89', GradientType=1); /* IE6-9 */
}
#sp-footer::before {
    content: "";
    background-image: url('/templates/blindenwerkstatt/images/mountain_footer.png');
    background-size: 186px 120px;
    display: inline-block;
    width: 186px;
    height: 120px;
    position: absolute;
    right: 10%;
    margin-top: -180px;
    z-index: 10 !important;
}
#sp-footer h2 {
    color: #ffffff;
    font-weight: 100;
    padding-bottom: 20px;
}
#sp-footer p {
    color: #ffffff;
}
#sp-footer a {
    color: #ffffff !important;
}
#sp-footer1 strong {
    display: inline-block;
    min-width: 55px;
}
body.fr-fr #sp-footer1 strong {
    min-width: 75px;
}
#sp-footer2 a, #sp-footer3 a {
    color: #ffffff !important;
}
#sp-footer4 strong {
    display: inline-block;
    min-width: 55px;
}
#sp-footer5 p {
    color: #ffffff;
    font-size: 14px;
    margin-top: 7px;
}
#sp-footer6 i {
    color: #ffffff;
    padding-left: 25px;
}
#sp-footer6 p {
    text-align: right;
}
#sp-sbswfooter2 {
    padding: 15px 0px 10px 0px;
    background-color: #F0283C;
}
.sp-scroll-up {
    background-color: #F0283C !important;
    border: none !important;
}
.sp-scroll-up span::before {
    color: #fff;
}
/*......................Cookie-Hinweis...........................*/
#redim-cookiehint {
    background-color: #f0283c !important;
    padding: 12px 5% !important;
}
#redim-cookiehint p, #redim-cookiehint .cookiecontent {
    color: #fff !important;
    font-size: 14px !important;
    padding-top: 6px !important;
}
#redim-cookiehint .cookiebuttons #cookiehintsubmit {
    background-color: #fff !important;
    border: medium none !important;
    color: #f0283c !important;
    cursor: pointer !important;
    font-size: 14px !important;
    height: 22px !important;
    line-height: 24px !important;
    text-decoration: none !important;
    float: right !important;
    padding: 0% 6px !important;
    margin-top: 2px !important;
}
#redim-cookiehint .cookiebuttons a {
    background-color: #f0283c !important;
    border: medium none !important;
    color: #fff !important;
    cursor: pointer !important;
    height: 29px !important;
    line-height: 14px !important;
    padding: 5px 10px !important;
    text-decoration: none !important;
    font-size: 14px !important;
}
#redim-cookiehint .cookiebuttons a:hover {
    background-color: #f0283c !important;
}
#redim-cookiehint .cookiebuttons #cookiehintsubmit:hover {
    background-color: #fff !important;
}
#redim-cookiehint #cookiehintinfo {
    padding: 8px !important;
}
.sbsw_start_videolink {
    background: #f0283c;
    background: -moz-linear-gradient(left, #f0283c 0%, #fa2a5e 42%, #fa2a5e 57%, #f0283c 100%);
    background: -webkit-linear-gradient(left, #f0283c 0%, #fa2a5e 42%, #fa2a5e 57%, #f0283c 100%);
    background: linear-gradient(to right, #f0283c 0%, #fa2a5e 42%, #fa2a5e 57%, #f0283c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0283c', endColorstr='#f0283c', GradientType=1);
}
.sbsw_start_videolink p, .sbsw_start_videolink a {
    color: #FFF !important;
    font-size: 18px !important;
    float: left;
}
.sbsw_start_videolink p.text {
    padding-top: 3px;
}
.sbsw_start_videolink i {
    color: #FFF;
    padding-right: 30px;
    margin-left: 30px;
}
#cookiehintinfo {
    position: absolute;
    right: 190px;
    bottom: 5px;
}
#cookiehintsubmitno {
	display:none;
}
/*................Werkstatt-Impressionen......................*/
.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner > div > div {
    vertical-align: bottom;
}
.sppb-carousel-content p {
    text-align: left;
    font-size: 18px !important;
    text-shadow: 2px 3px 7px #000;
    color: #fff !important;
    font-weight: normal;
}
/*J4 Upgrade*/
.sppb-carousel-extended-item:nth-child(2n) .sppb-carousel-extended-content-wrap {
}
.sppb-carousel-extended-content-wrap {
    width: 358.5px !important;
    align-items: start !important;
    padding: 0 !important;
    border-radius: 0 !important;
    text-align: left;
}
body.de-de .sppb-carousel-extended-content-wrap .sppb-carousel-extended-description .fr,
body.de-de .sppb-carousel-extended-content-wrap .sppb-carousel-extended-description .it {
    display: none !important;
}
body.fr-fr .sppb-carousel-extended-content-wrap .sppb-carousel-extended-description .ger, 
body.fr-fr .sppb-carousel-extended-content-wrap .sppb-carousel-extended-description .it {
    display: none !important;
}
body.it-it .sppb-carousel-extended-content-wrap .sppb-carousel-extended-description .ger, 
body.it-it .sppb-carousel-extended-content-wrap .sppb-carousel-extended-description .fr {
    display: none !important;
}
.sppb-carousel-extended-item img {
    width: 721.5px !important;
    height: 525px !important;
    text-align: right !important;
    float: right !important;
    border-radius: 0 !important;
    object-fit: cover !important;
}

.sbsw-produktslider .sppb-carousel-extended-item img {
  width: auto !important;
  height: auto !important;
}

/*......................Anpassungen Joomla 4...........................*/
#offcanvas-toggler {
	display:none !important;
	top:80px;
}
#offcanvas-toggler .burger-icon > span {
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
	border-radius:2px;
}

.close-offcanvas {
	border-radius: 100%;
	padding:5px;
}

.close-offcanvas .burger-icon > span {
  background-color: #ffffff;
  margin: 5px 0;
}

.offcanvas-inner {
	margin-top:75px !important;
	padding-top:0px !important;
}

.offcanvas-inner ul ul li {
	padding:15px 10px !important;
}



.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler, 
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
  color: #fff !important;
}

.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent .menu-toggler {
  color: #fff !important;
}

.offcanvas-menu a {
  color: #c82132 !important;
opacity:1 !important;
}

.offcanvas-menu span.menu-toggler {
	right:0px !important;
	width: 50px;
  text-align: right;
}


.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #fff !important;
}

.offcanvas-menu .menu-child {
	margin-bottom:0px !important;
}

.offcanvas-menu .menu-child li:last-child{
	border-bottom:0px !important;
}

.offcanvas-menu .offcanvas-inner ul.menu li a {
  	color: #fff !important;
	font-size: 14px !important;
  font-weight: 500;
  line-height: 28px;
	font-family: Helvetica,Arial,sans-serif;
	padding:15px 10px;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active > a {
  color: #fff !important;
	background-color:#c82132 !important;
}

.offcanvas-menu .offcanvas-inner ul.menu li.active ul li.active {
  color: #fff !important;
	background-color:#c82132 !important;
}

.burger-icon {
  width: 25px;
  cursor: pointer;
}

.burger-icon > span {
  display: block;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in;
}

.sppb-tab-content {
  margin-top: 15px;
}

#sp-footer2 p,
#sp-footer2 h2,
#sp-footer3 p,
#sp-footer3 h2{
	text-align:left;
}

#sp-footer .container-inner {
  border-top: 0px;
}

.sp-scroll-up {
	border-radius:0px;
}

.sp-megamenu-parent {
	margin-left:0px;
	margin-right:0px;
}

.sppb-carousel-extended-description span {
	line-height: 1.5em;
}

.sppb-carousel-extended-nav-control i::before {
  font-size: 21px;
}

.sppb-modal-selector span {
	position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 21px;
  color: #F0283C;
  font-weight: 400;
}


/*......................Responsive...........................*/
@media (max-width: 1199px) {
    .sp-megamenu-parent > li > a, .sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
        padding: 0px 26px;
        font-size: 12px !important;
    }
    .sp-megamenu-parent .sp-menu-item:nth-child(6) a, .sp-megamenu-parent .sp-menu-item:nth-child(5) a, .sp-megamenu-parent .sp-menu-item:nth-child(4) a {
        padding: 0px 7px;
    }
    body.fr-fr .sp-megamenu-parent {
        display: none;
    }
    body.fr-fr #offcanvas-toggler {
        display: block !important;
    }
    #sp-footer1 strong, #sp-footer4 strong {
        display: block;
    }
	.sppb-carousel-extended-nav-control .nav-control.prev-control {
	  margin-left: -35px;
	}
	.sppb-carousel-extended-nav-control .nav-control.next-control {
	  margin-right: -35px;
	}

    #sp-footer .row > div {
        width: 50%;
    }

    #sp-footer3 {
        order: 4;
    }

    #sp-footer3 h2 {
        display: none;
    }

    #sp-footer4 h2 {
        margin-top: 20px;
    }
	
	.sbsw-produktslider .sppb-carousel-extended-item {
	  height: 100%;
	}
	
	.sbsw-produktslider .sppb-carousel-extended-item img {
	  margin-top:0px !important;
		max-height:100% !important;
	}
}
@media (max-width: 991px) {
    .logo_start {
        max-width: 400px;
        width: 400px;
        left: 50%;
        margin-left: -200px;
    }
    .rg-scr-controls .prev {
        left: 10px !important;
        top: 90% !important;
    }
    .rg-scr-controls .next {
        right: 10px !important;
        top: 90% !important;
    }
    .rg-scr-content span {
        font-size: 15px !important;
    }
    .rg-scr-info {
        padding: 15% 30px 30px 30px !important;
    }
    .optout {
        height: 300px !important;
    }
    #sp-footer h2 {
        margin-top: 40px;
    }
    .sbsw_auswahl_handwerksbereiche .sppb-column {
        border-bottom: 25px solid #FFF;
    }
    .sbsw_product_overview h2 {
        font-size: 35px;
    }
    #sp-footer1 strong, #sp-footer4 strong {
        display: inline-block;
    }

    #sp-footer .row > div {
        width: 100%;
    }

    #sp-footer3 {
        order: initial;
    }

    #sp-footer2 .mod-custom > p {
        margin-bottom: 0;
    }
    
    .modal-dialog {
        padding: 0px 5%;
    }
	#offcanvas-toggler {
	display:inline-block !important;
}
	.sp-megamenu-parent {
		display:none !important;
	}

}
@media (max-width: 960px) {

	.sppb-carousel-extended-content-wrap {
	  width: 100% !important;
	  position: absolute;
	  top:0px;
		max-height:210px;
	}
	
	.sppb-carousel-extended-item img {
	  height: auto !important;
		margin-top:210px;
		max-height:320px;
	}
	
	.sbsw-produktslider .sppb-carousel-extended-item img {
	  margin-top:0px !important;
		max-height:100% !important;
	}
	
	.sppb-carousel-extended-description {
		margin-top:0px !important;
	}
	
	.sppb-carousel-extended-outer-stage {
		height:auto !important;
	}
}
@media (max-width: 767px) {
	
	.sppb-addon-title {
	  bottom: 30px;
	}
    .logo_start {
        max-width: 300px;
        width: 300px;
        left: 50%;
        margin-left: -150px;
    }
    .rev_slider .tp-caption.runterscrollen img {
        margin-bottom: 20px;
    }
    .rg-scr-slice-container {
        width: 100% !important;
    }
    .rg-scr-content {
        width: 100% !important;
    }
    .rg-scr-controls .prev {
        top: 50% !important;
    }
    .rg-scr-controls .next {
        top: 50% !important;
    }
    .rg-scr-info {
        padding: 10% 30px 30px 30px !important;
    }
    #sp-footer3 h2 {
        display: none !important;
    }
    .sppb-tab a, .sbsw_download_pdf a, .sbsw_download_pdf_info a {
        font-size: 17px !important;
    }
    .sbws_h2_red h2, .sbws_h2_red h1, .sbws_h1_red h1 {
        font-size: 23px;
    }
    #sp-footer {
        padding-left: 50px;
    }
    #sp-footer .sp-module {
        max-width: 330px;
        margin: 0 auto;
    }
    #sp-sbswfooter2 p {
        text-align: center;
    }
    .sppb-column-addons .sppb-addon-single-image {
        margin-bottom: 20px;
    }
	
     #sp-header .container {
        max-width: 100vw;
    }
}
@media (max-width: 575px) {
    .optout {
        height: 450px !important;
    }
    #sp-footer1 strong, #sp-footer4 strong {
        display: block;
    }
    .sppb-tab a, .sbsw_download_pdf a, .sbsw_download_pdf_info a {
        border-top: 2px solid #e0e0e0;
        border-bottom: 0px !important;
    }
    #cookiehintinfo {
        right: 100px;
    }
	.sppb-row-container {
        max-width: 90% !important;
    }
   
}
@media (min-width:576px) {
    .sppb-row-container {
        max-width: 540px !important;
    }
    
}
@media (min-width:768px) {
    .container {
        width: 750px;
    }
    .sppb-row-container {
        max-width: 720px !important;
    }
}
@media (min-width:992px) {
    .container {
        width: 970px;
    }
    .sppb-row-container {
        max-width: 960px !important;
    }
}
@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
    .sppb-row-container {
        max-width: 1140px !important;
    }
}
@media (min-width:1400px) {
    .container {
        max-width: 1140px;
    }
}