:root {
--main-color: #1f2557;
}
.container-fluid {
padding: 0 !important;
margin-bottom: calc(20vw - 110px) !important;
}
@media (max-width: 768px) {
.container-fluid {
margin-bottom: calc(20vw - 100px) !important;
}
}
html {
height: 100%;
}
.col {
width: auto !important;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
/* SKILLS */
.skills div {
padding: 10px 0;
border-right: 1px dotted #ddd;
text-align: center;
cursor: default;
}
.skills div:last-child {
border-right: none;
}
.skills div i {
color: #ccc;
padding-right: 10px;
}
.skills div a {
color: #666;
}
.skills div:hover i {
color: #343a40;
}
/* SLIDER */
.slider-bg {
margin-bottom: 155px;
padding: 0;
background: var(--main-color);
max-height: 140px;
}
div.slider {
padding: 0;
margin: 0 auto;
max-width: 100%;
max-height: 140px;
overflow: hidden;
}
/* EXCHANGE THIS LINE FOR SLIDING BANNER */
/* div.slider ul {width:1000%; height:auto; position:relative; list-style:none; left:0; margin:0; padding:0; -webkit-animation: next 12s infinite; -moz-animation: next 12s infinite;} */
div.slider ul {
width: 1000%;
height: auto;
position: relative;
list-style: none;
left: 0;
margin: 0;
padding: 0;
}
/* */
div.slider ul:hover {
-moz-animation-play-state: paused;
-webkit-animation-play-state: paused;
}
div.slider li {
width: 10%;
list-style: none;
float: left;
margin: 0;
padding: 0;
}
div.slider img {
max-width: 100%;
}
@-webkit-keyframes next {
0% {
opacity: 0;
}
1% {
left: 0;
opacity: 1;
}
18% {
left: 0;
opacity: 1;
}
19% {
opacity: 0.6;
}
20% {
left: -100%;
opacity: 1;
}
58% {
left: -100%;
opacity: 1;
}
59% {
opacity: 0.6;
}
60% {
left: -200%;
opacity: 1;
}
98% {
left: -200%;
opacity: 1;
}
99% {
opacity: 0.3;
}
100% {
left: 0;
opacity: 0;
}
}
@-moz-keyframes next {
0% {
opacity: 0;
}
1% {
left: 0;
opacity: 1;
}
18% {
left: 0;
opacity: 1;
}
19% {
opacity: 0.6;
}
20% {
left: -100%;
opacity: 1;
}
58% {
left: -100%;
opacity: 1;
}
59% {
opacity: 0.6;
}
60% {
left: -200%;
opacity: 1;
}
98% {
left: -200%;
opacity: 1;
}
99% {
opacity: 0.3;
}
100% {
left: 0;
opacity: 0;
}
}
.banner {
position: relative;
max-width: 100%;
padding: 0;
}
.banner img {
width: 100%;
height: 19vw;
}
.banner .visit-store {
position: absolute;
color: white;
font-family: optima;
font-size: 17px;
font-weight: 700;
top: 75%;
left: 83vw;
}
.banner .visit-store div:hover {
transform: translateY(0.0625rem);
}
.banner .visit-store a:hover {
text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1200px) {
.banner .visit-store {
left: 78vw;
top: 70%;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.banner .visit-store {
left: 73vw;
top: 65%;
}
}
@media (min-width: 500px) and (max-width: 768px) {
.banner .visit-store {
left: 65vw;
top: 60%;
font-size: 14px;
}
}
@media (max-width: 500px) {
.banner .visit-store {
left: 56vw;
top: 45%;
font-size: 14px;
}
}
/* ARTICLEPICS */
.articlepics.galerie > .anker {
display: none;
}
.articlepics.galerie > ul > .slide.img img {
width: 100%;
height: auto;
}
.articlepics.galerie > ul > .slide {
position: relative;
display: inline-block;
width: 100%;
height: auto;
overflow: hidden;
line-height: normal;
white-space: normal;
vertical-align: top;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
/* Thumbnails */
.articlepics.galerie > .thumb > div {
margin-left: -50%;
width: 100%;
}
.articlepics.galerie > .thumb > label {
position: relative;
display: inline-block;
cursor: pointer;
}
.articlepics.galerie > .thumb {
bottom: 5px;
margin-bottom: 5px;
}
.articlepics.galerie > .thumb > label {
border-radius: 50%;
margin: 0 5px;
padding: 9px;
background: none;
}
.articlepics.galerie > .thumb > label > .anker {
position: absolute;
left: 50%;
top: 50%;
margin-left: -2px;
margin-top: -2px;
background: transparent;
border-radius: 50%;
padding: 2px;
}
.articlepics.galerie > .thumb > label:hover > .anker,
.articlepics.galerie > #slide1:checked ~ .thumb > label.pic1 > .anker,
.articlepics.galerie > #slide2:checked ~ .thumb > label.pic2 > .anker,
.articlepics.galerie > #slide3:checked ~ .thumb > label.pic3 > .anker,
.articlepics.galerie > #slide4:checked ~ .thumb > label.pic4 > .anker,
.articlepics.galerie > #slide5:checked ~ .thumb > label.pic5 > .anker,
.articlepics.galerie > #slide6:checked ~ .thumb > label.pic6 > .anker,
.articlepics.galerie > #slide7:checked ~ .thumb > label.pic7 > .anker,
.articlepics.galerie > #slide8:checked ~ .thumb > label.pic8 > .anker,
.articlepics.galerie > #slide9:checked ~ .thumb > label.pic9 > .anker,
.articlepics.galerie > #slide10:checked ~ .thumb > label.pic10 > .anker,
.articlepics.galerie > #slide11:checked ~ .thumb > label.pic11 > .anker,
.articlepics.galerie > #slide12:checked ~ .thumb > label.pic12 > .anker,
.articlepics.galerie > #slide13:checked ~ .thumb > label.pic13 > .anker,
.articlepics.galerie > #slide14:checked ~ .thumb > label.pic14 > .anker,
.articlepics.galerie > #slide15:checked ~ .thumb > label.pic15 > .anker,
.articlepics.galerie > #slide16:checked ~ .thumb > label.pic16 > .anker,
.articlepics.galerie > #slide17:checked ~ .thumb > label.pic17 > .anker,
.articlepics.galerie > #slide18:checked ~ .thumb > label.pic18 > .anker,
.articlepics.galerie > #slide19:checked ~ .thumb > label.pic19 > .anker,
.articlepics.galerie > #slide20:checked ~ .thumb > label.pic20 > .anker,
.articlepics.galerie > #slide21:checked ~ .thumb > label.pic21 > .anker,
.articlepics.galerie > #slide22:checked ~ .thumb > label.pic22 > .anker,
.articlepics.galerie > #slide23:checked ~ .thumb > label.pic23 > .anker,
.articlepics.galerie > #slide24:checked ~ .thumb > label.pic24 > .anker,
.articlepics.galerie > #slide25:checked ~ .thumb > label.pic25 > .anker,
.articlepics.galerie > #slide26:checked ~ .thumb > label.pic26 > .anker,
.articlepics.galerie > #slide27:checked ~ .thumb > label.pic27 > .anker,
.articlepics.galerie > #slide28:checked ~ .thumb > label.pic28 > .anker,
.articlepics.galerie > #slide29:checked ~ .thumb > label.pic29 > .anker,
.articlepics.galerie > #slide30:checked ~ .thumb > label.pic30 > .anker {
background: none;
}
.articlepics.galerie {
height: auto;
max-height: auto;
margin-bottom: 0;
text-align: center;
}
.articlepics.galerie img {
border-radius: 3px;
width: 97%;
}
.articlepics.galerie .thumb {
position: relative;
}
.articlepics.galerie > .thumb > label {
box-sizing: border-box;
border-radius: none;
margin: 0 auto;
padding: 5px;
background: none;
text-align: center;
}
.articlepics.galerie > .thumb > label img {
margin: 0 auto;
max-height: 115px;
width: auto;
border: 2px solid #ddd;
}
.articlepics.galerie > #slide1:checked ~ .thumb > label.pic1 > img,
.articlepics.galerie > #slide2:checked ~ .thumb > label.pic2 > img,
.articlepics.galerie > #slide3:checked ~ .thumb > label.pic3 > img,
.articlepics.galerie > #slide4:checked ~ .thumb > label.pic4 > img,
.articlepics.galerie > #slide5:checked ~ .thumb > label.pic5 > img,
.articlepics.galerie > #slide6:checked ~ .thumb > label.pic6 > img,
.articlepics.galerie > #slide7:checked ~ .thumb > label.pic7 > img,
.articlepics.galerie > #slide8:checked ~ .thumb > label.pic8 > img,
.articlepics.galerie > #slide9:checked ~ .thumb > label.pic9 > img,
.articlepics.galerie > #slide10:checked ~ .thumb > label.pic10 > img,
.articlepics.galerie > #slide11:checked ~ .thumb > label.pic11 > img,
.articlepics.galerie > #slide12:checked ~ .thumb > label.pic12 > img,
.articlepics.galerie > #slide13:checked ~ .thumb > label.pic13 > img,
.articlepics.galerie > #slide14:checked ~ .thumb > label.pic14 > img,
.articlepics.galerie > #slide15:checked ~ .thumb > label.pic15 > img,
.articlepics.galerie > #slide16:checked ~ .thumb > label.pic16 > img,
.articlepics.galerie > #slide17:checked ~ .thumb > label.pic17 > img,
.articlepics.galerie > #slide18:checked ~ .thumb > label.pic18 > img,
.articlepics.galerie > #slide19:checked ~ .thumb > label.pic19 > img,
.articlepics.galerie > #slide20:checked ~ .thumb > label.pic20 > img,
.articlepics.galerie > #slide21:checked ~ .thumb > label.pic21 > img,
.articlepics.galerie > #slide22:checked ~ .thumb > label.pic22 > img,
.articlepics.galerie > #slide23:checked ~ .thumb > label.pic23 > img,
.articlepics.galerie > #slide24:checked ~ .thumb > label.pic24 > img,
.articlepics.galerie > #slide25:checked ~ .thumb > label.pic25 > img,
.articlepics.galerie > #slide26:checked ~ .thumb > label.pic26 > img,
.articlepics.galerie > #slide27:checked ~ .thumb > label.pic27 > img,
.articlepics.galerie > #slide28:checked ~ .thumb > label.pic28 > img,
.articlepics.galerie > #slide29:checked ~ .thumb > label.pic29 > img,
.articlepics.galerie > #slide30:checked ~ .thumb > label.pic30 > img {
border: 2px solid #666;
}
/* Original-Bild */
.articlepics.galerie > #slide1:checked ~ ul > .slide.pic1,
.articlepics.galerie > #slide2:checked ~ ul > .slide.pic2,
.articlepics.galerie > #slide3:checked ~ ul > .slide.pic3,
.articlepics.galerie > #slide4:checked ~ ul > .slide.pic4,
.articlepics.galerie > #slide5:checked ~ ul > .slide.pic5,
.articlepics.galerie > #slide6:checked ~ ul > .slide.pic6,
.articlepics.galerie > #slide7:checked ~ ul > .slide.pic7,
.articlepics.galerie > #slide8:checked ~ ul > .slide.pic8,
.articlepics.galerie > #slide9:checked ~ ul > .slide.pic9,
.articlepics.galerie > #slide10:checked ~ ul > .slide.pic10,
.articlepics.galerie > #slide11:checked ~ ul > .slide.pic11,
.articlepics.galerie > #slide12:checked ~ ul > .slide.pic12,
.articlepics.galerie > #slide13:checked ~ ul > .slide.pic13,
.articlepics.galerie > #slide14:checked ~ ul > .slide.pic14,
.articlepics.galerie > #slide15:checked ~ ul > .slide.pic15,
.articlepics.galerie > #slide16:checked ~ ul > .slide.pic16,
.articlepics.galerie > #slide17:checked ~ ul > .slide.pic17,
.articlepics.galerie > #slide18:checked ~ ul > .slide.pic18,
.articlepics.galerie > #slide19:checked ~ ul > .slide.pic19,
.articlepics.galerie > #slide20:checked ~ ul > .slide.pic20,
.articlepics.galerie > #slide21:checked ~ ul > .slide.pic21,
.articlepics.galerie > #slide22:checked ~ ul > .slide.pic22,
.articlepics.galerie > #slide23:checked ~ ul > .slide.pic23,
.articlepics.galerie > #slide24:checked ~ ul > .slide.pic24,
.articlepics.galerie > #slide25:checked ~ ul > .slide.pic25,
.articlepics.galerie > #slide26:checked ~ ul > .slide.pic26,
.articlepics.galerie > #slide27:checked ~ ul > .slide.pic27,
.articlepics.galerie > #slide28:checked ~ ul > .slide.pic28,
.articlepics.galerie > #slide29:checked ~ ul > .slide.pic29,
.articlepics.galerie > #slide30:checked ~ ul > .slide.pic30 {
opacity: 1;
z-index: 2;
}
/* Animations */
.articlepics.galerie > ul > .slide {
display: inline-block;
position: absolute;
left: 0;
top: 0;
opacity: 0;
transition: opacity 1250ms ease;
}
@-webkit-keyframes fade {
0%,
37.254901960784316%,
100% {
opacity: 0;
}
12.254901960784315%,
25% {
opacity: 1;
}
0%,
24.999% {
z-index: 2;
}
25.001%,
100% {
z-index: 1;
}
}
@keyframes fade {
0%,
37.254901960784316%,
100% {
opacity: 0;
}
12.254901960784315%,
25% {
opacity: 1;
}
0%,
24.999% {
z-index: 2;
}
25.001%,
100% {
z-index: 1;
}
}
/* Größe */
.articlepics.galerie {
position: relative;
margin-top: 2em;
}
.articlepics.galerie > ul {
height: 97vw;
}
.articlepics.galerie > ul > .slide.img img {
width: 200%;
height: 100vw;
}
.articlepics.galerie > .thumb > label img {
width: auto;
margin: 0 auto;
}
/* ARTICLE VARIANTEN */
.variants {
margin: 0px 0;
padding: 0;
background: none;
}
.variants input[type="radio"] {
display: none;
}
.variants label {
display: block;
float: left;
width: auto;
color: #3f3f3f;
font-size: 16px;
font-weight: 700;
text-decoration: none;
text-align: center;
margin: 0;
overflow: hidden;
}
.variants label span.var {
display: inline-block;
cursor: pointer;
}
.variant-content {
display: none;
width: 100%;
float: left;
padding: 0;
box-sizing: border-box;
background: #fff;
margin-top: 0;
text-align: left;
}
.variant-content h2 {
font-size: 18px;
font-weight: 700;
color: #3f3f3f;
}
.variants [id^="tab"]:checked + label {
background: #666666;
color: #fff;
}
.variants:after {
content: "";
display: table;
clear: both;
}
#variant1:checked ~ #variant-content1,
#variant2:checked ~ #variant-content2,
#variant3:checked ~ #variant-content3,
#variant4:checked ~ #variant-content4,
#variant5:checked ~ #variant-content5,
#variant6:checked ~ #variant-content6,
#variant7:checked ~ #variant-content7,
#variant8:checked ~ #variant-content8,
#variant9:checked ~ #variant-content9 {
display: block;
}
.variant-content ul {
margin: 0px 0;
}
.variant-content ul li {
display: inline;
border: none;
}
.variant-content ul li strong {
margin-right: 3px;
}
.variant-content a {
color: #3f3f3f;
font-weight: 700;
text-decoration: none;
}
.variant-content a:hover {
color: #666666;
text-decoration: none;
}
/* TEXT & ÜBERSCHRIFTEN */
.article h1,
.container h1 {
display: inline-table;
line-height: 30px;
/* margin-top: 30px; */
width: 100%;
color: var(--main-color);
font-size: 24px;
font-weight: 750;
text-align: center;
font-family: optima;
text-transform: uppercase;
}
@media (max-width: 600px) {
.article h1 {
margin-top: 40px !important;
}
}
blockquote {
display: block;
margin: 20px 0;
padding: 20px;
font-family: "Open Sans", serif;
font-size: 14px;
color: #3f3f3f;
background: repeating-linear-gradient(
45deg,
#fff,
#fff 2px,
#efefef 2px,
#efefef 4px
);
border-left: 3px solid #666666;
}
code {
display: block;
margin: 20px 0;
padding: 20px;
font-family: "Open Sans", serif;
font-size: 14px;
color: #fff;
background: repeating-linear-gradient(
45deg,
#333,
#333 2px,
#3f3f3f 2px,
#3f3f3f 4px
);
border-left: 3px solid #666666;
}
mark {
font-family: "Open Sans", serif;
font-size: 14px;
color: #3f3f3f;
background: #fff0ce;
}
small {
font-size: 12px;
color: #999;
}
kbd {
font-family: "Open Sans", serif;
font-size: 14px;
box-shadow: none;
}
.condition h2 {
display: inline-block;
padding: 0 2px 3px 2px;
margin: 30px 10px 20px 0;
font-size: 22px;
color: #3f3f3f;
font-weight: 700;
border-bottom: 2px solid #b41b1b;
}
.condition h3 {
display: inline-block;
padding: 0;
margin: 10px 0;
font-size: 22px;
color: #3f3f3f;
font-weight: 400;
}
.condition blockquote {
padding-bottom: 2px;
font-size: 14px;
}
/* ARTIKELBESCHREIBUNG */
.artpic {
/* padding: 0 40px; */
display: flex;
justify-content: center;
flex-direction: column;
}
div.desc {
margin: 3em auto;
}
.desc h2 {
display: table;
padding: 0 2px 3px 2px;
margin: 30px 0 20px 0;
font-size: 22px;
color: #3f3f3f;
font-weight: 700;
border-bottom: 2px solid #b41b1b;
}
.desc h3 {
display: block;
padding: 0;
margin: 20px 0;
font-size: 20px;
color: #3f3f3f;
font-weight: 300;
margin-top: 60px;
}
.desc ul,
.tab-content ul {
margin: 15px 0;
padding: 0;
}
.desc span.var {
display: inline-block;
min-width: 60px;
padding: 7px;
margin: 1px;
color: #666;
border: 1px solid #fff;
text-align: center;
cursor: default;
background: repeating-linear-gradient(
45deg,
#fff,
#fff 2px,
#efefef 2px,
#efefef 4px
);
}
.desc span.var:hover {
border: 1px solid #ddd;
}
/* BUTTONS */
.price {
margin: 0;
padding: 0 20px;
cursor: default;
}
.price h3 {
margin: 0;
padding: 0;
color: #3f3f3f;
font-size: 30px;
font-weight: 700;
text-align: left;
}
.price h4 {
margin: 0;
padding: 5px 0 0 0;
color: #999;
font-size: 14px;
font-weight: 400;
text-align: left;
}
.desc h3 span:hover {
background: none;
}
a.bnb {
display: block;
margin: 0 0 10px 0;
line-height: 40px;
color: #fff;
text-align: center;
background: #666;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-weight: 700;
text-decoration: none !important;
}
a.bnb:hover {
background: repeating-linear-gradient(
45deg,
#333,
#333 2px,
#3f3f3f 2px,
#3f3f3f 4px
);
color: white;
}
a.bnb:before {
font-family: "FontAwesome";
content: "\f291";
font-size: 14px;
padding: 0;
margin: 0;
display: block;
background: repeating-linear-gradient(
45deg,
#333,
#333 2px,
#3f3f3f 2px,
#3f3f3f 4px
);
color: #fff;
width: 50px;
float: left;
}
a.beo,
a.fsb {
display: block;
margin: 0;
padding: 2px 0 0 20px;
color: #3f3f3f;
font-weight: 400;
text-decoration: none !important;
}
a.beo i,
a.fsb i {
color: #666;
padding-right: 10px;
}
a.beo:hover,
a.fsb:hover {
color: #666;
}
/* TABS */
.tabs {
margin: 40px 0;
padding: 0;
background: none;
}
.tabs input[type="radio"] {
display: none;
}
.tabs label {
display: block;
float: left;
width: 25%;
font-family: "Open Sans", serif;
color: #3f3f3f;
font-size: 16px;
font-weight: 700;
text-decoration: none;
text-align: center;
cursor: pointer;
background: repeating-linear-gradient(
45deg,
#fff,
#fff 2px,
#efefef 2px,
#efefef 4px
);
padding: 20px 0 15px 0;
margin: 0;
overflow: hidden;
text-transform: uppercase;
}
.tabs label span {
display: inline-block;
}
.tabs label:hover {
background: #eee;
}
.tab-content {
display: none;
width: 100%;
float: left;
padding: 10px 20px 20px 20px;
box-sizing: border-box;
background: #fff;
border-top: 3px solid var(--main-color);
margin-top: 0;
text-align: left;
}
.tab-content h2 {
font-size: 18px;
font-weight: 700;
color: #3f3f3f;
display: inline-block;
padding-bottom: 2px;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.tab-content h3 {
display: block;
padding: 0;
margin: 20px 0;
font-size: 20px;
color: #3f3f3f;
font-weight: 300;
}
.tabs [id^="tab"]:checked + label {
background: var(--main-color);
color: #fff;
}
.rent-on-container {
display: flex;
justify-content: center;
gap: 20px;
align-items: center;
margin-top: 2.5rem;
}
.rent-on-text {
font-size: 50px;
font-weight: 700;
margin-bottom: 0;
color: var(--main-color);
}
.rent-on-icon {
color: var(--main-color);
font-size: 42px;
}
.rent-on-img {
width: 280.77px;
height: 60px;
}
@media (min-width: 992px) and (max-width: 1200px) {
.rent-on-container {
margin-top: 1.5rem;
}
.rent-on-text {
font-size: 35px;
}
.rent-on-icon {
font-size: 30px;
}
.rent-on-img {
width: 187.18px;
height: 40px;
}
}
@media (max-width: 992px) {
.rent-on-container {
margin-top: 1.3rem;
gap: 8px;
}
.rent-on-text {
font-size: 20px;
font-weight: 700;
margin-bottom: 0;
color: var(--main-color);
}
.rent-on-icon {
color: var(--main-color);
font-size: 20px;
}
.rent-on-img {
width: 116.99px;
height: 25px;
}
}
#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6,
#tab7:checked ~ #tab-content7,
#tab8:checked ~ #tab-content8,
#tab9:checked ~ #tab-content9 {
display: block;
}
.tabs:after {
content: "";
display: table;
clear: both;
}
.tab-content ul {
margin: 10px 0;
}
.tab-content a {
color: #3937fd;
font-weight: 700;
text-decoration: none;
}
.tab-content a:hover {
color: #0000ee;
text-decoration: none;
}
/* TABLE */
.tab-content table {
margin: 20px 0;
cursor: default;
font-family: "Open Sans", serif;
color: #3f3f3f;
font-size: 14px;
}
.tab-content table tr {
border-bottom: 1px solid #ddd;
}
.tab-content table tr:nth-child(odd) {
background: repeating-linear-gradient(
45deg,
#fff,
#fff 2px,
#efefef 2px,
#efefef 4px
);
}
.tab-content table tr:last-child {
border-bottom: none;
}
.tab-content table td {
padding: 10px;
}
.tab-content table td:first-child {
font-weight: 700;
border-right: 1px solid #ddd;
}
/* SERVICE */
.service {
padding: 25px 15px;
background: var(--main-color);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
cursor: default;
}
.service i {
background: #fff;
transform: scale(3);
position: relative;
top: -40px;
color: #666666;
padding: 10px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.service div {
padding: 20px;
}
.service div div {
margin: 0;
padding: 0 30px 30px 30px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-align: center;
color: #3f3f3f;
height: 100%;
}
.service div h2 {
margin: 0;
padding: 10px 0 20px 0;
border: none;
display: block;
text-align: center;
font-size: 20px;
color: #3f3f3f;
font-weight: 700;
}
/* CROSS-SELL */
div.xsell {
margin: 20px 0 30px 0;
padding: 10px;
background: #fff;
}
div.xsell a {
text-decoration: none !important;
color: inherit;
}
div.xsell img {
margin: 0 auto;
padding: 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
div.xsell h4 {
margin: 0;
padding: 15px;
text-align: center;
font-weight: 700;
font-size: 16px;
color: #3f3f3f;
background: repeating-linear-gradient(
45deg,
#fff,
#fff 2px,
#efefef 2px,
#efefef 4px
);
}
div.xsell span {
display: block;
margin: 0;
padding: 5px 0 0 0;
color: #666666;
font-weight: 700;
font-size: 14px;
text-align: center;
}
div.xsell:hover {
background: repeating-linear-gradient(
45deg,
#fff,
#fff 2px,
#efefef 2px,
#efefef 4px
);
}
div.xsell:hover h4 {
background: none;
}
/* NEWSLETTER */
.newsletter {
background: #666666;
padding: 35px 0 !important;
}
.newsletter div {
text-align: right;
color: #fff;
font-weight: 700;
font-size: 30px;
}
a.nlb {
display: block;
max-width: 250px;
background: repeating-linear-gradient(
45deg,
#333,
#333 2px,
#3f3f3f 2px,
#3f3f3f 4px
);
color: #fff;
text-align: center;
font-size: 16px;
padding: 13px 30px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
a.nlb:hover {
text-decoration: none;
background: #fff;
color: #3f3f3f;
}
/* FOOTER */
.footer {
background: #3f3f3f;
padding: 0 0 20px 0;
}
.footer h6 {
margin: 20px 0;
padding: 10px 0;
text-align: center;
color: #fff;
font-weight: 700;
font-size: 16px;
background: repeating-linear-gradient(
45deg,
#333,
#333 2px,
#3f3f3f 2px,
#3f3f3f 4px
);
}
.footer ul {
margin: 0;
padding: 0;
}
.footer ul li {
list-style-type: none;
text-align: center;
padding: 5px 0;
border-top: 1px dotted #555;
}
.footer ul li:first-child {
border: none;
}
.footer ul li a {
color: #666666;
}
.footer ul li a:hover {
color: #fff;
text-decoration: none;
}
.footer p {
padding: 0 20px;
text-align: center;
line-height: 20px;
color: #999;
}
.footer p img {
margin: 8px auto;
}
.footer p.zvb {
line-height: 32px;
text-align: left;
padding: 0 50px;
}
.footer p.zvb i {
color: #888;
font-weight: 400;
font-size: 20px;
}
.footer a.kontakt {
display: block;
max-width: 220px;
padding: 0;
line-height: 40px;
margin: 20px auto !important;
font-size: 14px;
font-weight: 700;
background: #666666;
color: #3f3f3f;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-decoration: none !important;
border: 2px solid #666666;
}
.footer a.kontakt:hover {
background: repeating-linear-gradient(
45deg,
#333,
#333 2px,
#3f3f3f 2px,
#3f3f3f 4px
);
color: #fff;
}
.footer a.kontakt:before {
font-family: "FontAwesome";
content: "\f0e6";
font-size: 14px;
padding: 0;
margin: 0;
display: block;
background: repeating-linear-gradient(
45deg,
#333,
#333 2px,
#3f3f3f 2px,
#3f3f3f 4px
);
color: #666666;
width: 50px;
float: left;
}
/* MEDIA QUERY */
@media (min-width: 992px) and (max-width: 1200px) {
.service div h2 {
font-size: 16px;
}
.footer p.zvb {
padding: 0 20px;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.artpic {
/* padding: 0 100px; */
display: flex;
justify-content: center;
}
div.info {
font-size: 12px;
}
.desc {
float: none;
}
a.nlb {
font-size: 14px;
padding: 10px;
}
div.nlb div div:first-child {
font-size: 22px;
padding: 3px 0;
}
}
@media (max-width: 768px) {
.artpic {
/* padding: 10px 0; */
display: flex;
justify-content: center;
}
div.logo {
text-align: center;
}
a.bnb {
margin: 10px 0;
}
.logo img {
margin: 0 auto;
padding: 0;
}
div.categories {
margin-bottom: 10px;
}
/* div.container h1 {
font-size: 14px;
text-align: center;
padding: 20px;
line-height: 18px;
} */
div.container h1:before,
div.container h1:after {
display: none;
}
.desc {
float: none;
margin-top: 0;
padding: 0 20px;
}
.desc h2 {
font-size: 18px;
}
.tabs label {
width: 100%;
}
.tabs label span {
display: inline-block;
}
div.xsell {
margin: 20px;
}
div.nlb {
margin: 0;
padding: 30px 0 10px 0;
}
.nlb div div:first-child {
padding: 0 0 20px 0;
font-size: 14px;
text-align: center;
float: none;
}
a.nlb {
margin: 0 auto;
font-size: 14px;
text-align: center;
}
}
.wide-container {
max-width: 1470px;
}
.remove-all-styles li {
margin-left: 30px;
}
Visit Our Store
Visit Our Rental Store
Sumitomo TYPE-Q101-M12 Mass Ribbon Fusion Splicer With JR-6 And FC-6RM Fiber Cleaver
Item Condition:
Excellent condition
We classify excellent condition items to be used items that show
very minor signs of use when viewed up close. From a distance
they may look new.
Item Description
Sumitomo TYPE-Q101-M12 Mass Ribbon Fusion Splicer With JR-6+, FC-6+ Fiber Cleaver and all accessories seen in photographs. Unit is used and in excellent condition with some signs of previous use. Thoroughly tested to be in working order with a 60-Day warranty. Total arc count reads: 3880. Ships from Canada, Ontario with an expedited service. For questions please conatact us. We appreciate your business!
Product Features:
Sumitomo Type-Q101-M12 Quantum Mass marks the new standard in fusion splicing. It is the industry’s first and ONLY mass fusion splicer with Automatic Clamp Force Adjustment and Live Time Clamp Force Calibration that allows for real-time fiber offset adjustment for the lowest insertion loss for splicing ribbon fiber and MPO terminations. It’s the industry’s fastest mass fusion splicer, taking less than 70 seconds for a 12 count fiber splice. Other industry first and ONLY features include: fully navigational touch screen for optimum user friendliness; SD port for virtually unlimited data storage, plus video, audio, and software uploads and downloads; internet interface for remote maintenance; and the longest electrode life – with legendary reliability common to all Sumitomo splicers.
Sumitomo’s Quantum Mass is the industry’s lightest, smallest, and most advanced mass fusion splicer, yet it’s also more rugged with superior dust, shock and water-proof resistance for even the harshest environments. The built-in dual heater system, a Sumitomo Electric innovation, reduces heater wait time and improves splicing efficiency by 70%, yielding a splicer with unprecedented speed, performance, and reliability.
Highlighs:
Ruggedized Design for Shock, Water, and Dust Resistance
Automatic Splice Start, Arc Calibration, Heater Start and Fiber Identification
Hard Carrying Case with Integrated Work Platform
Multiple Positional Monitor with Automatic Display Inversion
Battery Recharges While Splicing with AC Power
Long Life Battery
Lynx2 CustomFit® Splice-On Connector Compatibility
Specifications
Feature
Details
RoHS Compliance
Compliant
Applicable Fiber Types
SMF, MMF, DSF, NZ-DSF, BIF/UBIF
Coating Diameter
0.25mm, 0.50mm, 0.90mm
Cladding Diameter
125µm
Cleave Length
10mm
Typical Splice Loss, Identical Fibers
SMF: 0.05dB; MMF: 0.02 dB; NZ-DSF: 0.08dB
Number Of Fibers
1 - 12
Built-In Splice Protection Sleeve Heaters
Dual Independent Auto Splice Sleeve Heaters with Pretension Clamps
Heater Cycle Time
55 Seconds
Heater Programs Max
100
Typical Splice Time
14 Second Splice Time
Splice Programs Max
200
Interface
Touch Panel Input & Switches
Memory Support
SD Memory Card, USB2.0 (USB-mini B)
Power Requirements
Input: 100V to 240V AC; 50/60 Hz; 10 -15V DC
DC (Battery Operation)
Standard: 110 Splices & Heater Cycles
Battery Module
Li-ion; Arc and Heater Cycle Capacity Number Displayed on Monitor
Arc Test
Auto Compensation for Environmental Conditions
Proof Test
Internal 200g
Language Selection
27
Internal Splice Data Storage
10000 (Unlimited with SD card)
Image Storage
64
Electrode Life
1,500
Display Positions
Adjustable for Optimal Work Flow
Software Update
Internet
Remote Maintenance
Yes
Package Includes
Sumitomo Q101-M12 Fusion Splicer
Sumitomo Hard Transport Case
JR-6+ Soft Case
Fiber Cleaver Plastic Case
JR-6+ Hot Jacket Remover
FC-6+ Fiber Cleaver
Extra Battery Pack
Wrist Strap
2 x Cleaning Wipe
Allen Wrench
FHM-12 Fiber Holder Set
Splice Protection Sleeves
Fiber Stripper
V-Groove Brush
Shoulder Strap
JR-6 Power Cable
JR-6+ Power Supply Charger
Power Supply Charger
Power Cable
Rentals
Returns
Shipping
About Us
Rentals
At CNTautomation, we offer flexible rental options for professional
lab equipment. All equipment is rigorously tested and certified,
ensuring reliable performance. Through our partnership with Lendus,
we provide easy access to quality testing and measurement equipment
without the commitment of purchasing.
Lendus is an innovative equipment rental platform providing access
to a vast selection of commercial and industrial equipment. Their
marketplace makes renting simple with streamlined booking and a
user-friendly experience. As our trusted rental partner, Lendus
helps CNTautomation deliver a seamless equipment rental experience
to our customers. Vist our store on
Lendus
now!
Rent our equipment on
Returns
Customer satisfaction is our #1 priority. If for any reason you are
not 100% satisfied within the first 30 days after the receipt of
your purchase, you may return the unit for exchange or a full money
back refund, excluding any shipping charges. Please see Ebays money
back guarantee. All merchandise that was received damaged from the
shipping carrier beyond what was described in the item listing must
be reported within 3 days of receipt of your purchase. Processed
returns will be tested for functionality prior to a refund being
issued. All items not returned in original condition or missing
packaging will be subject to a 10% restocking fee.
Shipping
We ship worldwide! We primarily use DHL express and FedEX for
international and national shipments. Orders can only be shipped to
addresses provided by Ebay. If you require a shipment to be sent to
an address different than what is displayed on your Ebay profile
then please update your information on Ebay prior to purchasing. We
use fixed rate shipping quotes that are accurate to most countries
but are subject to adjustments for remote locations prior to order
completion. Import duties, taxes and charges are not included in the
item price or shipping charges. These charges are the buyer's
responsibility. Please check with your country's customs office to
determine what these additional costs will be prior to
bidding/buying, These charges are normally collected by the
delivering freight (shipping) company.
About Us
We offer the best prices and customer service for used/new technical
and specialty electrical equipment! We help our clients meet their
goals by providing quality customer service and reliable equipment
at excellent prices. All our equipment is professionally serviced
and tested before being listed unless otherwise stated. For
questions don't hesitate to contact one of our team members.
Warranty
Buy with confidence! Tested equipment backed by a 60-Day warranty
(unless stated otherwise). We professionally package your
technical equipment for safe transport, we use heavy weight double
wall boxes with padding and anti-static packaging for sensitive
electronic equipment.
Express Shipping
Fast shipping with orders processed the same or following business
day! We know how important quality equipment is to your business
and work diligently to make sure you receive your order as quickly
as possible. We only use trusted shipping providers and watch your
order every step of the way.
Recycle unused equipment
We help our customers save time and stay efficient by purchasing
your under utilized technical equipment by offering trade-in value
for new equipment or purchasing your equipment outright. Contact
us to find out more information on how we make selling your
equipment a quick and easy process.
Sumitomo TYPE-Q101-M12 Mass Ribbon Fusion Splicer With JR-6 And FC-6RM Fiber Cleaver
Item Condition:
Excellent condition
We classify excellent condition items to be used items that show
very minor signs of use when viewed up close. From a distance
they may look new.
Item Description
Sumitomo TYPE-Q101-M12 Mass Ribbon Fusion Splicer With JR-6+, FC-6+ Fiber Cleaver and all accessories seen in photographs. Unit is used and in excellent condition with some signs of previous use. Thoroughly tested to be in working order with a 60-Day warranty. Total arc count reads: 3880. Ships from Canada, Ontario with an expedited service. For questions please conatact us. We appreciate your business!
Product Features:
Sumitomo Type-Q101-M12 Quantum Mass marks the new standard in fusion splicing. It is the industry’s first and ONLY mass fusion splicer with Automatic Clamp Force Adjustment and Live Time Clamp Force Calibration that allows for real-time fiber offset adjustment for the lowest insertion loss for splicing ribbon fiber and MPO terminations. It’s the industry’s fastest mass fusion splicer, taking less than 70 seconds for a 12 count fiber splice. Other industry first and ONLY features include: fully navigational touch screen for optimum user friendliness; SD port for virtually unlimited data storage, plus video, audio, and software uploads and downloads; internet interface for remote maintenance; and the longest electrode life – with legendary reliability common to all Sumitomo splicers.
Sumitomo’s Quantum Mass is the industry’s lightest, smallest, and most advanced mass fusion splicer, yet it’s also more rugged with superior dust, shock and water-proof resistance for even the harshest environments. The built-in dual heater system, a Sumitomo Electric innovation, reduces heater wait time and improves splicing efficiency by 70%, yielding a splicer with unprecedented speed, performance, and reliability.
Highlighs:
Ruggedized Design for Shock, Water, and Dust Resistance
Automatic Splice Start, Arc Calibration, Heater Start and Fiber Identification
Hard Carrying Case with Integrated Work Platform
Multiple Positional Monitor with Automatic Display Inversion
Battery Recharges While Splicing with AC Power
Long Life Battery
Lynx2 CustomFit® Splice-On Connector Compatibility
Specifications
Feature
Details
RoHS Compliance
Compliant
Applicable Fiber Types
SMF, MMF, DSF, NZ-DSF, BIF/UBIF
Coating Diameter
0.25mm, 0.50mm, 0.90mm
Cladding Diameter
125µm
Cleave Length
10mm
Typical Splice Loss, Identical Fibers
SMF: 0.05dB; MMF: 0.02 dB; NZ-DSF: 0.08dB
Number Of Fibers
1 - 12
Built-In Splice Protection Sleeve Heaters
Dual Independent Auto Splice Sleeve Heaters with Pretension Clamps
Heater Cycle Time
55 Seconds
Heater Programs Max
100
Typical Splice Time
14 Second Splice Time
Splice Programs Max
200
Interface
Touch Panel Input & Switches
Memory Support
SD Memory Card, USB2.0 (USB-mini B)
Power Requirements
Input: 100V to 240V AC; 50/60 Hz; 10 -15V DC
DC (Battery Operation)
Standard: 110 Splices & Heater Cycles
Battery Module
Li-ion; Arc and Heater Cycle Capacity Number Displayed on Monitor
Arc Test
Auto Compensation for Environmental Conditions
Proof Test
Internal 200g
Language Selection
27
Internal Splice Data Storage
10000 (Unlimited with SD card)
Image Storage
64
Electrode Life
1,500
Display Positions
Adjustable for Optimal Work Flow
Software Update
Internet
Remote Maintenance
Yes
Package Includes
Sumitomo Q101-M12 Fusion Splicer
Sumitomo Hard Transport Case
JR-6+ Soft Case
Fiber Cleaver Plastic Case
JR-6+ Hot Jacket Remover
FC-6+ Fiber Cleaver
Extra Battery Pack
Wrist Strap
2 x Cleaning Wipe
Allen Wrench
FHM-12 Fiber Holder Set
Splice Protection Sleeves
Fiber Stripper
V-Groove Brush
Shoulder Strap
JR-6 Power Cable
JR-6+ Power Supply Charger
Power Supply Charger
Power Cable
Warranty
Buy with confidence! Tested equipment backed by a 60-Day warranty
(unless stated otherwise). We professionally package your
technical equipment for safe transport, we use heavy weight double
wall boxes with padding and anti-static packaging for sensitive
electronic equipment.
Express Shipping
Fast shipping with orders processed the same or following business
day! We know how important quality equipment is to your business
and work diligently to make sure you receive your order as quickly
as possible. We only use trusted shipping providers and watch your
order every step of the way.
Recycle unused equipment
We help our customers save time and stay efficient by purchasing
your under utilized technical equipment by offering trade-in value
for new equipment or purchasing your equipment outright. Contact
us to find out more information on how we make selling your
equipment a quick and easy process.