/*NEW SLIDER*/
#s1 {
position: fixed;
top: 0;
}
#s1:target ~ .slider {
transform: translateX(-0%);
-webkit-transform: translateX(-0%);
}
#s2 {
position: fixed;
top: 0;
}
#s2:target ~ .slider {
transform: translateX(-100%);
-webkit-transform: translateX(-100%);
}
#s3 {
position: fixed;
top: 0;
}
#s3:target ~ .slider {
transform: translateX(-200%);
-webkit-transform: translateX(-200%);
}
#s4 {
position: fixed;
top: 0;
}
#s4:target ~ .slider {
transform: translateX(-300%);
-webkit-transform: translateX(-300%);
}
#s5 {
position: fixed;
top: 0;
}
#s5:target ~ .slider {
transform: translateX(-400%);
-webkit-transform: translateX(-400%);
}
.gallery__wrapper {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 600px;
}
@media (max-width: 992px) {
.gallery__wrapper {
display: block;
height: auto;
}
}
.gallery__wrapper .gallery__bg {
height: 100%;
overflow-y: auto;
}
@media (max-width: 992px) {
.gallery__wrapper .gallery__bg {
height: auto;
}
}
.images .image-wrapper {
margin: 24px auto;
text-align: center;
max-width: 100%;
height: auto;
}
.images .image-wrapper img {
max-width: 80%;
margin-left: auto;
margin-right: auto;
}
.content__gallery {
position: relative;
overflow: hidden;
}
.content__gallery .gallery__bg {
background: rgba(255, 255, 255, 0.6);
}
.content__gallery .gallery__images {
height: auto;
width: 100%;
overflow: hidden;
border: 1px solid #e8e8e8;
}
.content__gallery .gallery__images img {
display: block;
margin: 0 auto;
width: 80%;
}
.content__gallery .gallery__images .slider {
height: 100%;
white-space: nowrap;
font-size: 0;
transition: 0.8s;
}
.content__gallery .gallery__images .slider > * {
display: inline-block;
height: 100%;
width: 100%;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
@media (max-width: 768px) {
.content__gallery .gallery__images {
height: 480px;
}
}
@media (max-width: 480px) {
.content__gallery .gallery__images {
height: 300px;
}
}
.content__gallery .gallery__thumbs {
text-align: center;
overflow: hidden;
}
.content__gallery .gallery__thumbs .thumb__float {
display: inline-block;
margin: 12px;
border: 1px solid #e8e8e8;
}
.content__gallery .gallery__thumbs .thumb__float .thumb__wrapper {
width: 80px;
height: 80px;
padding: 3px;
background: #fff;
}
.content__gallery .gallery__thumbs .thumb__float .thumb__wrapper img {
cursor: pointer;
}
@media (max-width: 768px) {
.content__gallery .gallery__thumbs .thumb__float .thumb__wrapper {
width: 64px;
height: 64px;
padding: 6px;
}
}
@media (max-width: 480px) {
.content__gallery .gallery__thumbs .thumb__float .thumb__wrapper {
width: 40px;
height: 40px;
padding: 3px;
}
}
@media (max-width: 768px) {
.content__gallery .gallery__thumbs .thumb__float {
margin: 5px;
}
}
.content__gallery .gallery__prev-next {
position: absolute;
z-index: 1;
top: 50%;
width: 100%;
height: 0;
font-size: 32px;
}
.content__gallery .gallery__prev-next > div + div {
visibility: hidden;
}
.content__gallery .gallery__prev-next a {
background: #fff;
position: absolute;
padding: 12px;
text-align: center;
opacity: 0.7;
text-decoration: none;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #78909c;
}
.content__gallery .gallery__prev-next a:hover {
opacity: 1;
}
.content__gallery .gallery__prev-next a + a {
right: 0px;
}
.content__gallery .col-md-12:last-of-type {
margin-top: 16px;
}
@media (max-width: 768px) {
.content__gallery .col-md-4 {
margin-top: 16px;
}
}
.content__gallery .content__description {
padding: 12px !important;
margin: 12px !important;
}
.image-cover__wrapper {
text-align: center;
}
.image-cover__img {
max-width: 100%;
margin: 0 auto;
}
.content_tabs {
margin: 0;
padding: 0;
overflow: hidden;
}
.tabs__nav {
list-style: none;
margin: 0;
padding: 0;
overflow: hidden;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (max-width: 768px) {
.tabs__nav {
display: block;
}
}
.tabs__nav li {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.tabs__nav li a {
color: #78909c;
border-right: 2px solid #78909c;
display: block;
padding: 16px 0;
background: #c0ca33;
text-decoration: none;
font-weight: bold;
text-align: center;
}
.tabs__nav li a:hover {
background: #78909c;
color: #c0ca33;
}
.tabs__nav li:last-of-type a {
border: none;
}
.tabs__nav li.active a {
background: #78909c;
color: #c0ca33;
}
.tabs__nav:after {
visibility: hidden;
display: block;
font-size: 0;
content: “ „;
clear: both;
height: 0;
}
.tabs__wrapper {
position: relative;
overflow: hidden;
}
.tabs__tab {
background: white;
width: 100%;
display: none;
}
.tabs__box {
border: 2px solid #78909c;
}
.tabs__box–content {
background: #fff;
padding: 12px;
}
.tabs__box–aside .aside {
margin: 0 !important;
}
.tabs__box–aside .aside-block {
margin: 0 !important;
}
#tabs__tab–content {
display: block;
}
.tabs__fake {
position: fixed;
}
@media (max-width: 768px) {
.tabs__fake {
position: relative;
}
}
#tabs__fake–content:target ~ .tabs__wrapper #tabs__tab–content {
display: block;
}
#tabs__fake–payment:target ~ .tabs__wrapper #tabs__tab–payment {
display: block;
}
#tabs__fake–shipping:target ~ .tabs__wrapper #tabs__tab–shipping {
display: block;
}
#tabs__fake–returns:target ~ .tabs__wrapper #tabs__tab–returns {
display: block;
}
#tabs__fake–other:target ~ .tabs__wrapper #tabs__tab–other {
display: block;
}
#tabs__fake–payment:target ~ .tabs__wrapper #tabs__tab–content {
display: none;
}
#tabs__fake–shipping:target ~ .tabs__wrapper #tabs__tab–content {
display: none;
}
#tabs__fake–returns:target ~ .tabs__wrapper #tabs__tab–content {
display: none;
}
#tabs__fake–other:target ~ .tabs__wrapper #tabs__tab–content {
display: none;
}
.disabled-links a {
pointer-events: none;
cursor: default;
}
.disabled-link {
pointer-events: none;
cursor: default;
}
.word-break {
word-break: break-all !important;
}
@media (max-width: 360px) {
.footer .footer-block .footer-block__body {
font-size: 15px !important;
}
}
.aside-block .aside-block__icons img {
border-radius: 6px;
}
.container {
max-width: 100%;
}
#layout__gallery {
margin: 24px 0;
}
.order-1 {
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.flex {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.direction-column {
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.mt0 {
margin-top: 0 !important;
}
.mb0 {
margin-bottom: 0 !important;
}
.col-md-3 .aside-block .aside-block__icons {
text-align: center;
}
.col-md-3 .aside-block .aside-block__icons img {
width: 75px;
}
@media (max-width: 992px) {
.menu {
font-size: 16px !important;
}
}
#template-5 header {
margin: 0;
padding: 0;
background: none;
box-shadow: none;
text-shadow: none;
position: relative;
width: auto;
height: auto;
overflow: hidden;
z-index: auto;
}
#template-5 .template__wrapper {
width: 100%;
background-color: #eeeeee;
}
#template-5 .header {
background: #263238;
padding: 12px 0;
text-align: center;
}
#template-5 .header .header__brand {
margin: 12px auto;
}
#template-5 .header .header__brand .header__logo {
margin: 0 auto;
font-family: „Exo 2“, sans-serif;
font-size: 64px;
font-weight: bold;
color: #c0ca33;
border-bottom: 1px solid #c0ca33;
padding-bottom: 6px;
}
#template-5 .header .header__brand .header__logo img {
max-width: 80%;
}
@media (max-width: 480px) {
#template-5 .header .header__brand .header__logo {
font-size: 32px;
}
}
#template-5 .header .header__brand .header__slogan {
font-family: „Exo 2“, sans-serif;
font-size: 39px;
font-weight: normal;
color: #dce775;
}
@media (max-width: 480px) {
#template-5 .header .header__brand .header__slogan {
font-size: 23px;
}
}
#template-5 .header .header__contact {
margin: 12px auto;
font-family: „Open Sans Condensed“, sans-serif;
font-size: 23px;
font-weight: normal;
text-align: center;
color: #dce775;
}
#template-5 .header .header__contact .fa {
margin-right: 6px;
margin-left: 12px;
}
@media (max-width: 480px) {
#template-5 .header .header__contact {
font-size: 20px;
}
}
#template-5 .footer {
background: #263238;
padding: 12px 0;
}
#template-5 .footer-block {
text-align: center;
}
#template-5 .footer-block .footer-block__title {
font-family: „Open Sans Condensed“, sans-serif;
font-size: 26px;
font-weight: bold;
color: #dce775;
margin-top: 0;
margin-bottom: 9.6px;
}
@media (max-width: 768px) {
#template-5 .footer-block .footer-block__title {
margin-top: 19.2px;
}
}
#template-5 .footer-block .footer-block__body {
font-family: „Open Sans Condensed“, sans-serif;
font-size: 21px;
font-weight: normal;
color: #dce775;
}
#template-5 .footer-block .footer-block__body a {
color: #dce775;
}
#template-5 .footer-block .footer-block__body .btn {
background-color: #c0ca33;
border: none;
color: #263238;
padding: 6px 18px;
margin-top: 12px;
text-align: center;
text-decoration: none;
display: inline-block;
}
#template-5 .footer-block .footer-block__body .btn:hover {
background-color: #dce775;
}
#template-5 .footer-block .footer-block__body .menu {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
margin: 0;
padding: 0;
background: none;
box-shadow: none;
}
#template-5 .footer-block .footer-block__body .menu .container {
width: 100% !important;
padding: 0 !important;
}
#template-5 .footer-block .footer-block__body .menu .menu__list {
margin: 0;
padding: 0;
display: block;
list-style: none;
}
#template-5 .footer-block .footer-block__body .menu .menu__item {
text-align: center;
}
#template-5 .footer-block .footer-block__body .menu .menu__item a {
display: block;
color: inherit;
border: 0;
padding: 0;
}
#template-5 .footer-block .footer-block__body .menu .menu__item a:hover {
background: none;
color: inherit;
}
#template-5 .footer__eselt {
margin: 12px auto;
font-family: Helvetica, sans-serif;
font-size: 0.8em;
font-weight: normal;
color: #888;
text-align: right;
}
#template-5 .footer__eselt a {
color: #888;
}
@media (max-width: 768px) {
#template-5 .footer__eselt {
text-align: center;
}
}
#template-5 .footer__logo {
font-family: ‚Titillium Web‘, sans-serif;
}
#template-5 .no-margin {
margin: 0 !important;
}
#template-5 .no-margin-top {
margin-top: 0 !important;
}
#template-5 .no-margin-right {
margin-right: 0 !important;
}
#template-5 .no-margin-bottom {
margin-bottom: 0 !important;
}
#template-5 .no-margin-left {
margin-left: 0 !important;
}
#template-5 .menu {
background: #dce775;
border-bottom: 1px solid #263238;
font-family: „Open Sans Condensed“, sans-serif;
font-size: 20px;
font-weight: bold;
}
#template-5 .menu .menu__list {
margin: 0;
padding: 0;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
list-style: none;
}
@media (max-width: 768px) {
#template-5 .menu .menu__list {
display: block;
}
}
#template-5 .menu .menu__item {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: center;
}
#template-5 .menu .menu__item a {
display: block;
color: #263238;
border-right: 1px solid #263238;
padding: 18px 0;
}
#template-5 .menu .menu__item a:hover {
background: #263238;
color: #b0bec5;
}
@media (max-width: 768px) {
#template-5 .menu .menu__item a {
border-right: 0;
border-bottom: 1px solid #263238;
}
}
#template-5 .menu .menu__item:last-child a {
border-right: 0;
}
@media (max-width: 768px) {
#template-5 .menu {
font-size: 16px;
}
}
#template-5 .menu–footer .menu__list {
margin: 0;
padding: 0;
list-style: none;
}
#template-5 .content {
margin: 0;
padding: 0;
font-family: „Open Sans“, sans-serif;
color: #212121;
font-size: 16px;
line-height: 1.5;
}
#template-5 .content .container {
/*margin: 0;*/
padding: 0;
}
#template-5 .content .content__wrapper {
background: #fff;
background-image: linear-gradient(to bottom, #fafafa 0%, #fff 100%);
background-repeat: repeat-x;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=’#FFFAFAFA‘, endColorstr=’#FFFFFFFF‘, GradientType=0);
background-repeat: repeat-x;
padding: 24px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
overflow: hidden;
}
@media (max-width: 768px) {
#template-5 .content .content__wrapper {
padding: 12px;
box-shadow: none;
}
}
#template-5 .content .content__header {
margin: 12px 0;
padding: 6px;
}
#template-5 .content .content__header .content__title {
margin: 0;
padding: 0;
border-bottom: 1px solid #212121;
padding-bottom: 6px;
font-size: 32px;
}
@media (max-width: 480px) {
#template-5 .content .content__header .content__title {
font-size: 24px;
}
}
#template-5 .content .content__description {
margin: 12px 0;
padding: 6px;
color: #616161;
}
#template-5 .content .content__description p {
margin: 0;
margin-bottom: 6px;
}
#template-5 .content .content__bulletpoints {
margin: 12px 0;
padding: 6px;
color: #616161;
}
#template-5 .content .content__bulletpoints .bulletpoints__list {
margin: 0;
padding: 0;
list-style: none;
}
#template-5 .content .content__bulletpoints .bulletpoints__item {
margin-bottom: 6px;
}
#template-5 .content .content__bulletpoints .bulletpoints__item .fa {
color: #78909c;
}
#template-5 .vertical-align-middle {
white-space: nowrap;
text-align: center;
}
#template-5 .vertical-align-middle .vertical-align-helper {
/*margin-left: -2px; margin-top: -1px;*/
display: inline-block;
height: 100%;
vertical-align: middle;
}
#template-5 .vertical-align-middle img {
display: inline-block;
vertical-align: middle;
margin: 0;
padding: 0;
max-width: 100%;
max-height: 100%;
}
#template-5 .aside {
background: #dce775;
overflow: hidden;
}
#template-5 .aside .container {
padding: 0;
}
#template-5 .aside-block {
text-align: left;
padding: 12px;
}
#template-5 .aside-block .aside-block__title {
font-family: „Open Sans Condensed“, sans-serif;
font-size: 32px;
font-weight: bold;
color: #263238;
margin-bottom: 12px;
text-align: left;
}
#template-5 .aside-block .aside-block__title .fa {
font-size: 32px;
}
#template-5 .aside-block .aside-block__body {
font-family: „Open Sans Condensed“, sans-serif;
font-size: 16px;
font-weight: normal;
color: #212121;
}
#template-5 .aside-block .aside-block__icons {
text-align: left;
margin-bottom: 12px;
}
#template-5 .aside-block .aside-block__icons img {
margin: 3px;
}
#template-5 .image-cover__wrapper {
margin: 12px 0;
padding: 6px;
background: #fafafa;
border: 1px solid #eeeeee;
text-align: center;
}
#template-5 .template__wrapper {
background-color: #eeeeee;
}
#template-5 .header {
background-color: #263238
}
#template-5 .header .header__brand .header__logo {
color: #dce775;
border-color: #dce775;
}
#template-5 .header .header__brand .header__slogan {
color: #dce775;
}
#template-5 .header .header__contact {
color: #dce775;
}
#template-5 .footer {
background-color: #263238;
}
#template-5 .footer .footer__contact {
color: #dce775;
}
#template-5 .footer-block .footer-block__body .menu .menu__item a {
color: #dce775;
background: none;
}
#template-5 .footer-block .footer-block__body .btn {
background-color: #dce775;
}
#template-5 .footer-block .footer-block__body .btn:hover {
background-color: #dce775;
}
#template-5 .footer-block .footer-block__title {
color: #dce775;
}
#template-5 .footer-block .footer-block__body {
color: #dce775;
}
#template-5 .menu {
background-color: #dce775;
border-bottom-color: #263238;
}
#template-5 .menu .menu__item a {
background-color: #dce775;
color: #263238;
border-color: #263238;
}
#template-5 .menu .menu__item a:hover {
background-color: #263238;
color: #dce775;
}
#template-5 .content .content__header .content__title {
color: #263238;
border-color: #263238;
}
#template-5 .content .content__wrapper {
background: #ffffff;
overflow: hidden;
}
#template-5 .content .content__description {
color: #444444;
}
#template-5 .content .content__bulletpoints .bulletpoints__item .fa {
color: #263238;
}
#template-5 .content .content__bulletpoints {
color: #444444;
}
#template-5 .aside {
background-color: #dce775;
}
#template-5 .aside-block .aside-block__body {
color: #444444;
}
#template-5 .aside .aside-block .aside-block__title {
color: #263238;
}
#template-5 .images .image-wrapper img {
border-color: #263238;
background-color: #dce775;
}
#template-5 .content__gallery .gallery__thumbs .thumb__float {
border-color: #263238;
}
#template-5 .content__gallery .gallery__prev-next a {
color: #263238;
}
#template-5 .gallery__bg {
background: rgba(0, 0, 0, 0.1);
}
#template-5 .tabs__nav li a {
background: #dce775;
color: #263238;
border-color: #263238;
}
#template-5 .tabs__nav li a:hover {
background: #263238;
color: #dce775;
}
#template-5 .tabs__nav li.active a {
background: #263238;
color: #dce775;
}
#template-5 .tabs__box {
border-color: #263238;
}
#template-5 .tabs__box–content {
background: #ffffff;
}
/*NEUE TABS*/
.tabs {
position: relative;
min-height: 350px;
clear: both;
margin: 25px 0;
}
.tab {
float: left;
width: 100%;
}
@media(min-width: 1024px){
.tab {
width: 25%;
}
.content {
top: 43px;
}
}
.tab label {
background: #d4d4d4;
border: 1px solid rgba(255, 255, 255, 0.55);;
padding: 10px;
margin-left: -1px;
position: relative;
margin: 0;
}
.tab [type=radio] {
display: none;
}
.content {
position: absolute;
top: 127px;
left: 0;
background: white;
right: 0;
bottom: 0;
padding: 20px;
border: 1px solid #ccc;
overflow: auto;
}
@media(min-width: 1024px){
.content {
top: 43px;
}
}
[type=radio]:checked ~ label {
background: #2ab9d0;
border-bottom: 1px solid #2ab9d0;
z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
z-index: 1;
}
–>
Lieferumfang:
1x Lenovo ThinkPad T490
|
---|
Zustand:
- gebraucht, gereinigt, getestet
- Lieferung ohne Netzteil (USB-C)
- passende Dockingstation bei uns erhältlich
<!–
–>
Service | |
---|---|
Kontakt: Sie erreichen uns von Montag bis Freitag zwischen 10 und 17 Uhr.
Versandzeiten: Versand am selben Werktag bei Zahlungseingang bis Expressversand: Bei Bestell- und Zahlungseingang bis 14 Uhr erfolgt die garantierte Zustellung am nächsten Werktag (außer Samstag). Wir empfehlen Ihnen dringend, sich bei wichtigen Terminlieferungen vor dem Kauf telefonisch an uns zu wenden. EU-Lieferung: |
Contact: You may reach us Monday through Friday between 10am and 6pm.
Times of Dispatch: Dispatched same business day if payment received until 11am (DHL) or if payment received unitl 2pm Express Delivery: Next business day delivery during the day to almost all European business centers (quote available upon request). For time-critical deliveries we strongly urge you to contact us by phone before you buy. EU-Deliveries: |
Legal | |
---|---|
Mehrwertsteuer: Unsere Rechnungen weisen die Mehrwertsteuer gesondert aus, sofern nicht im Angebot ausdrücklich anders vermerkt.
Alternative Streitbeilegung gemäß Art. 14 Abs. 1 ODR-VO und § 36 VSBG: Die Europäische Kommission stellt eine Plattform zur Online-Streitbeilegung (OS) bereit, die Sie unter https://ec.europa.eu/consumers/odr/ finden. Wir sind nicht bereit, an einem außergerichtlichen Schlichtungsverfahren vor einer Verbraucherschlichtungsstelle teilzunehmen. |
VAT (Value Added Tax): Our Invoices include 19% VAT unless explicitely stated otherwise. If you have a European VAT Number and would like to receive an invoice without VAT, please contact us and submit you VAT ID.
Online dispute resolution for consumers: The EU Commission provides an internet platform for online dispute resolution („ODR Platform“). The ODR platform is available at https://ec.europa.eu/consumers/odr/. We will not participate in such an out-of-court procedure. |
Bewertungen
Es gibt noch keine Bewertungen.