* {
  font-family: "Quicksand", "PT Sans", sans-serif;
}
a {
  color: #6b6b6b;
}
a:focus,
a:hover {
  color: #6b6b6b;
}

.h4,
h4 {
  font-weight: 600;
}

.bez_wert {
  width: 300px;
  float: left;
  clear: left;
}
.bez_inhalt {
  float: left;
  position: relative;
}
.container {
  margin-right: 0;
  margin-left: 0;
}

.slide {
  margin: 0 auto;
  position: relative;
  height: 0;
  padding-bottom: 42.5%;
  user-select: none;
}
.slide input {
  display: none;
}
.slide .slide_img {
  position: absolute;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.slide .slide_img img {
  width: 100%;
  height: inherit;
}
.container .slide_img .prev,
.slide .slide_img .next {
  width: 12%;
  height: inherit;
  position: absolute;
  top: 0;
  background-color: rgb(250, 141, 24, 0.2);
  z-index: 99;
  transition: 0.45s;
  cursor: pointer;
  text-align: center;
}
.slide .slide_img .next {
  right: 0;
}
.slide .slide_img .prev {
  left: 0;
}
.slide .slide_img .prev:hover,
.slide .slide_img .next:hover {
  transition: 0.3s;
  background-color: rgb(250, 141, 24, 0.8);
}
.slide .slide_img .prev span,
.slide .slide_img .next span {
  position: absolute;
  width: 0px;
  height: 0px;
  border: solid 20px;
  top: 50%;
  transform: translateY(-50%);
}
.slide .slide_img .prev span {
  border-color: transparent #fff transparent transparent;
  right: 35%;
}
.container .slide_img .next span {
  border-color: transparent transparent transparent #fff;
  left: 35%;
}
.container #nav_slide {
  width: auto;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  height: 11px;
  position: absolute;
  text-align: center;
  z-index: 99;
  cursor: default;
}
.slide #nav_slide .dots {
  top: -40px;
  width: 120px;

  margin: 0 3px;
  position: relative;

  display: inline-block;

  transition: 0.4s;
  cursor: pointer;
}
.slide #nav_slide #dot1:hover {
  border: 1px solid #e6e6e6;
}
.slide #nav_slide #dot2:hover {
  border: 1px solid #e6e6e6;
}
.slide #nav_slide #dot3:hover {
  border: 1px solid #e6e6e6;
}
.slide #nav_slide #dot4:hover {
  border: 1px solid #e6e6e6;
}
.slide #nav_slide #dot5:hover {
  border: 1px solid #e6e6e6;
}
.slide #nav_slide #dot6:hover {
  border: 1px solid #e6e6e6;
}
.slide #nav_slide #dot7:hover {
  border: 1px solid #e6e6e6;
}
.slide #nav_slide #dot8:hover {
  border: 1px solid #e6e6e6;
}
.slide #nav_slide #dot9:hover {
    border: 1px solid #e6e6e6;
  }

#i1:checked ~ #one,
#i2:checked ~ #two,
#i3:checked ~ #three,
#i4:checked ~ #four,
#i5:checked ~ #five,
#i6:checked ~ #six,
#i7:checked ~ #seven,
#i8:checked ~ #eight,
#i9:checked ~ #nine {
  z-index: 9;
  animation: scroll 1s ease-in-out;
}

#i1:checked ~ #nav_slide #dot1 {
  border: 1px solid #e6e6e6;
}

#i2:checked ~ #nav_slide #dot2 {
  border: 1px solid #e6e6e6;
}

#i3:checked ~ #nav_slide #dot3 {
  border: 1px solid #e6e6e6;
}

#i4:checked ~ #nav_slide #dot4 {
  border: 1px solid #e6e6e6;
}
#i5:checked ~ #nav_slide #dot5 {
  border: 1px solid #e6e6e6;
}
#i6:checked ~ #nav_slide #dot6 {
  border: 1px solid #e6e6e6;
}
#i7:checked ~ #nav_slide #dot7 {
  border: 1px solid #e6e6e6;
}
#i8:checked ~ #nav_slide #dot8 {
  border: 1px solid #e6e6e6;
}
#i9:checked ~ #nav_slide #dot9 {
  border: 1px solid #e6e6e6;
}

@keyframes scroll {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1180px) {
  .slide #nav_slide .dots {
    top: 0px;
    width: 80px;
    height: 52px;
  }
}

@media screen and (max-width: 685px) {
  .slide {
    border: none;
    width: 100%;
    height: 0;
  }
  .slide .slide_img .prev,
  .slide .slide_img .next {
    width: 15%;
  }
  .slide .slide_img .prev span,
  .slide .slide_img .next span {
    border: solid 12px;
  }
  .slide .slide_img .prev span {
    border-color: transparent #fff transparent transparent;
  }
  .slide .slide_img .next span {
    border-color: transparent transparent transparent #fff;
  }
  .slide #nav_slide .dots {
    width: 40px;
    top: 0px;
  }
}
.yt {
  margin: 0 auto;
  margin-top: 30px;
  width: 80px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  background: #2196f3;
  box-shadow: 0 11px 22px rgba(0, 0, 0, 0.2), 0 7px 7px rgba(0, 0, 0, 0.24);
  transition: 0.4s;
  opacity: 0.4;
}
.yt a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 23px;
  top: 4px;
}

.yt:hover {
  transition: 0.3s;
  box-shadow: none;
  opacity: 0.8;
}

.tabBar {
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 80px;
}
.labeltab {
  position: absolute;
  top: 0;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  text-transform: uppercase;
  width: 25%;
  height: 50px;
  background-color: #ebebeb;
  text-align: center;
  font-size: 14px;
  border-right: 1px solid #fff;
  font-family: "Quicksand", "PT Sans", sans-serif;
  color: #666666;
  line-height: 50px;
  margin-right: 10px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-transform: uppercase;
}
.label1 {
  left: 0;
}
.label2 {
  left: 25%;
}
.label3 {
  left: 50%;
}
.label4 {
  left: 75%;
}
.tabdisplay {
  display: none;
  position: relative;
  opacity: 0;
  transition: all 0.5s;
}
.tabdisplay > div {
  opacity: 0;
  transition: all 0.5s;
}
input[name="tab_switch"] {
  display: none;
}
input[name="tab_switch"]:checked + label + div.tabdisplay {
  display: block;
  opacity: 1;
  top: 50px;
}
input[name="tab_switch"]:checked + label + div.tabdisplay > div {
  opacity: 1;
}

input[name="tab_switch"]:checked + label {
  background-color: #08519e;
  color: rgb(255, 255, 255);
}

input[name="tab_switch2"] {
  display: none;
}
input[name="tab_switch2"]:checked + label + div.tabdisplay {
  display: block;
  opacity: 1;
  top: 50px;
}
input[name="tab_switch2"]:checked + label + div.tabdisplay > div {
  opacity: 1;
}

input[name="tab_switch2"]:checked + label {
  background-color: #08519e;
  color: rgb(255, 255, 255);
}

input[name="tab_switch3"] {
  display: none;
}
input[name="tab_switch3"]:checked + label + div.tabdisplay {
  display: block;
  opacity: 1;
  top: 50px;
}
input[name="tab_switch3"]:checked + label + div.tabdisplay > div {
  opacity: 1;
}

input[name="tab_switch3"]:checked + label {
  background-color: #08519e;
  color: rgb(255, 255, 255);
}

input[name="tab_switch4"] {
  display: none;
}
input[name="tab_switch4"]:checked + label + div.tabdisplay {
  display: block;
  opacity: 1;
  top: 50px;
}
input[name="tab_switch4"]:checked + label + div.tabdisplay > div {
  opacity: 1;
}

input[name="tab_switch4"]:checked + label {
  background-color: #08519e;
  color: rgb(255, 255, 255);
}

input[name="tab_switch5"] {
  display: none;
}
input[name="tab_switch5"]:checked + label + div.tabdisplay {
  display: block;
  opacity: 1;
  top: 50px;
}
input[name="tab_switch5"]:checked + label + div.tabdisplay > div {
  opacity: 1;
}

input[name="tab_switch5"]:checked + label {
  background-color: #08519e;
  color: rgb(255, 255, 255);
}

input[name="tab_switch6"] {
  display: none;
}
input[name="tab_switch6"]:checked + label + div.tabdisplay {
  display: block;
  opacity: 1;
  top: 50px;
}
input[name="tab_switch6"]:checked + label + div.tabdisplay > div {
  opacity: 1;
}

input[name="tab_switch6"]:checked + label {
  background-color: #08519e;
  color: rgb(255, 255, 255);
}

input[name="tab_switch7"] {
  display: none;
}
input[name="tab_switch7"]:checked + label + div.tabdisplay {
  display: block;
  opacity: 1;
  top: 50px;
}
input[name="tab_switch7"]:checked + label + div.tabdisplay > div {
  opacity: 1;
}

input[name="tab_switch7"]:checked + label {
  background-color: #08519e;
  color: rgb(255, 255, 255);
}

@media (max-width: 768px) {
  input[name="tab_switch"]:checked + label + div.tabdisplay {
    display: block;
    opacity: 1;
    top: 0px;
  }
  input[name="tab_switch2"]:checked + label + div.tabdisplay {
    display: block;
    opacity: 1;
    top: 0px;
  }
  input[name="tab_switch3"]:checked + label + div.tabdisplay {
    display: block;
    opacity: 1;
    top: 0px;
  }
  input[name="tab_switch4"]:checked + label + div.tabdisplay {
    display: block;
    opacity: 1;
    top: 0px;
  }
  input[name="tab_switch5"]:checked + label + div.tabdisplay {
    display: block;
    opacity: 1;
    top: 0px;
  }
  input[name="tab_switch6"]:checked + label + div.tabdisplay {
    display: block;
    opacity: 1;
    top: 0px;
  }
  input[name="tab_switch7"]:checked + label + div.tabdisplay {
    display: block;
    opacity: 1;
    top: 0px;
  }
}

.tabContent {
  max-width: 1300px;
  margin: 0;
  padding: 25px 50px 55px 50px;
  overflow: hidden;
  font-size: 16px !important;
  color: #333;
  text-align: left;

  line-height: 1.5 !important;
}
.tabContent.condContent h4 {
  float: left;
  clear: left;
}
.tabContent.condContent .ebay-product-cond {
  width: 70px;
  float: left;
  clear: right;
  margin-top: -13px;
}
.tabContent.condContent p, .tabContent.condContent ul {
  clear: both;
}
.tabContent.condContent ul {
  padding-left: 5px;
}
.tabContent.condContent ul li {
  list-style: none;
}
.tabContent.condContent ul li::before {
  content: '';
  display: inline-block;
  background-image: url(https://www.yournextit.de/media/96/95/51/1681205451/your_next_IT_Icon_RGB[1].svg);
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  left: -5px;
}
.contentBorder {
  border: 1px solid #d6d6d6;
}

.word-break {
  word-break: break-all !important;
}

.footer .footer-block__wrapper {
  padding: 0 16px;
}

@media (max-width: 360px) {
  .footer .footer-block .footer-block__body {
    font-size: 15px !important;
  }
}

.footer .footer-block .footer-block__body .fa {
  margin-right: 5px;
}

.aside-block .aside-block__icons img {
  border-radius: 6px;
}

.container {
  width: 100%;
}

#layout__gallery {
  margin: 24px 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

.flex-1 {
  -ms-flex: 1;
  flex: 1;
}

.flex-2 {
  -ms-flex: 2;
  flex: 2;
}

.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;
  }
  .labeltab {
    position: relative;
    top: 0;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    left: 0px !important;
    background-color: #ebebeb;
    text-align: center;
    font-size: 14px;
    font-family: "Quicksand", "PT Sans", sans-serif;
    color: #666666;
    line-height: 50px;
    margin-right: 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    text-transform: uppercase;
  }
}

.disabled-links a {
  pointer-events: none;
  cursor: default;
}

.disabled-link {
  pointer-events: none;
  cursor: default;
}

img {
  max-width: 100%;
}

#trade header {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  text-shadow: none;
  position: relative;
  width: auto;
  height: auto;
  overflow: hidden;
  z-index: auto;
}

#trade .template__wrapper {
  width: 100%;
  background-color: #fff;
}

#trade .header {
  background: #fff;
  padding: 12px 0;
}

#trade .header .header__brand {
  margin: 12px auto;
}

#trade .header .header__brand .header__logo {
  margin: 0 auto;
  font-family: "Quicksand", "PT Sans", sans-serif !important;
  font-size: 64px;
  font-weight: bold;
  color: #ddd;
  padding-bottom: 6px;
}

#trade .header .header__brand .header__logo img {
  max-width: 80%;
}

@media (max-width: 480px) {
  #trade .header .header__brand .header__logo {
    font-size: 32px;
  }
}

#trade .header .header__brand .header__slogan {
  font-family: "Quicksand", "PT Sans", sans-serif !important;
  font-size: 39px;
  font-weight: normal;
  color: #dce775;
}

@media (max-width: 480px) {
  #trade .header .header__brand .header__slogan {
    font-size: 23px;
  }
}

#trade .header .header__contact {
  margin: 12px auto;
  font-family: "Quicksand", "PT Sans", sans-serif;
  font-size: 23px;
  font-weight: normal;
  text-align: center;
  color: #dce775;
}

#trade .header .header__contact a {
  color: #dce775;
}

#trade .header .header__contact .fa {
  margin-right: 6px;
  margin-left: 12px;
}

@media (max-width: 480px) {
  #trade .header .header__contact {
    font-size: 20px;
  }
}

#trade .footer {
  background: #ececec;
  padding: 12px 0;
}

#trade .footer > .container {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  #trade .footer > .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#trade .footer-block {
  text-align: left;
}

#trade .footer-block .footer-block__title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 9.6px;
  color: #585858;
}

@media (max-width: 768px) {
  #trade .footer-block .footer-block__title {
    margin-top: 19.2px;
  }
}

#trade .footer-block .footer-block__body {
  font-size: 12px;
  font-weight: normal !important;
  color: #888888;
}

#trade .footer-block .footer-block__body a {
  color: #888888;
  font-size: 12px;
  font-weight: normal !important;
}

#trade .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;
}

#trade .footer-block .footer-block__body .btn:hover {
  background-color: #dce775;
}

#trade .footer-block .footer-block__body .menu {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}

#trade .footer-block .footer-block__body .menu .container {
  width: 100% !important;
  padding: 0 !important;
}

#trade .footer-block .footer-block__body .menu .menu__list {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}

#trade .footer-block .footer-block__body .menu .menu__item {
  text-align: left;
}

#trade .footer-block .footer-block__body .menu .menu__item a {
  display: block;
  color: inherit;
  border: 0;
  padding: 0;
}

#trade .footer-block .footer-block__body .menu .menu__item a:hover {
  background: none;
  color: inherit;
}

#trade .footer__eselt {
  margin: 12px auto;
  font-family: "Quicksand", "PT Sans", sans-serif !important;
  font-size: 0.8em;
  font-weight: normal;
  color: #888;
  text-align: right;
  max-width: 98%;
}

#trade .footer__eselt a {
  color: #888;
}

@media (max-width: 768px) {
  #trade .footer__eselt {
    text-align: center;
  }
}

#trade .footer__logo {
  font-family: "Quicksand", "PT Sans", sans-serif !important;
}

#trade .footer_black {
  background: #282828;
  padding: 14px 14px;
}

#trade .footer_black > .container {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  #trade .footer_black > .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#trade .footer_black-block {
  text-align: left;
}

#trade .footer_black-block .footer_black-block__title {
  font-family: "Quicksand", "PT Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: 0;
  margin-bottom: 9.6px;
}

@media (max-width: 768px) {
  #trade .footer_black-block .footer_black-block__title {
    margin-top: 19.2px;
  }
}

#trade .footer_black-block .footer_black-block__body {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}

#trade .footer_black-block .footer_black-block__body a {
  color: #fff;
  font-family: "Quicksand", "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
}

#trade .footer_black-block .footer_black-block__body .btn {
  background-color: #c0ca33;
  border: none;
  color: #fff;
  padding: 6px 18px;
  margin-top: 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

#trade .footer_black-block .footer_black-block__body .btn:hover {
  background-color: #dce775;
}

#trade .footer_black-block .footer_black-block__body .menu {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}

#trade .footer_black-block .footer_black-block__body .menu .container {
  width: 100% !important;
  padding: 0 !important;
}

#trade .footer_black-block .footer_black-block__body .menu .menu__list {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}

#trade .footer_black-block .footer_black-block__body .menu .menu__item {
  text-align: left;
}

#trade .footer_black-block .footer_black-block__body .menu .menu__item a {
  display: block;
  color: inherit;
  border: 0;
  padding: 0;
}

#trade .footer_black-block .footer_black-block__body .menu .menu__item a:hover {
  background: none;
  color: inherit;
}

#trade .footer_black__eselt {
  margin: 12px auto;
  font-family: "Quicksand", "PT Sans", sans-serif !important;
  font-size: 0.8em;
  font-weight: normal;
  color: #888;
  text-align: right;
  max-width: 98%;
}

#trade .footer_black__eselt a {
  color: #fff;
}

@media (max-width: 768px) {
  #trade .footer_black__eselt {
    text-align: center;
  }
}

#trade .footer_black__logo {
  font-family: "Quicksand", "PT Sans", sans-serif !important;
}

#trade .no-margin {
  margin: 0 !important;
}

#trade .no-margin-top {
  margin-top: 0 !important;
}

#trade .no-margin-right {
  margin-right: 0 !important;
}

#trade .no-margin-bottom {
  margin-bottom: 0 !important;
}

#trade .no-margin-left {
  margin-left: 0 !important;
}

#trade .menu {
  background: #dce775;
  font-family: "Quicksand", "PT Sans", sans-serif !important;
  font-size: 20px;
  font-weight: bold;
}

#trade .menu .menu__list {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
}

@media (max-width: 768px) {
  #trade .menu .menu__list {
    display: block;
  }
}

#trade .menu .menu__item {
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

#trade .menu .menu__item a {
  display: block;
  color: #263238;
  border-right: 1px solid #888888;
  padding: 10px 0;
}

#trade .menu .menu__item a:hover {
  background: #606060;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  #trade .menu .menu__item a {
    border-right: 0;
    border-bottom: 1px solid #263238;
  }
  .flag {
    float: left;
    width: 38px;
    text-align: center;
  }
  .img_txt {
    display: none;
  }
}

#trade .menu .menu__item:last-child a {
  border-right: 0;
}

@media (max-width: 768px) {
  #trade .menu {
    font-size: 16px;
    font-weight: 200;
  }
}

#trade .menu--footer .menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#trade .content {
  margin: 0;
  padding: 0;
  font-family: "Quicksand", "PT Sans", sans-serif !important;
  color: #555555;
  font-size: 16px;
  line-height: 1.5;
}

#trade .content .container {
  /*margin: 0;*/
  padding: 0;
}

#trade .content .content__wrapper {
  background: #fff;
  overflow: hidden;
}

@media (max-width: 768px) {
  #trade .content .content__wrapper {
    padding: 12px;
    box-shadow: none;
  }
}

#trade .content .content__header {
  margin: 12px 0;
  padding: 6px;
}

#trade .content .content__header .content__title {
  margin: 0;
  padding: 0;
  padding-bottom: 6px;
  font-size: 32px;
}

@media (max-width: 480px) {
  #trade .content .content__header .content__title {
    font-size: 24px;
  }
}

#trade .content .content__description {
  margin: 12px 0;
  padding: 6px;
  color: #616161;
}

#trade .content .content__description p {
  margin: 0;
  margin-bottom: 6px;
}

#trade .content .content__bulletpoints {
  margin: 12px 0;
  padding: 6px;
  color: #616161;
}

#trade .content .content__bulletpoints .bulletpoints__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#trade .content .content__bulletpoints .bulletpoints__item {
  margin-bottom: 6px;
}

#trade .content .content__bulletpoints .bulletpoints__item .fa {
  color: #78909c;
}

#trade .vertical-align-middle {
  white-space: nowrap;
  text-align: center;
}

#trade .vertical-align-middle .vertical-align-helper {
  /*margin-left: -2px; margin-top: -1px;*/
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#trade .vertical-align-middle img {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  max-width: 100%;
  max-height: 100%;
}

#trade .aside {
  background: #dce775;
  overflow: hidden;
}

#trade .aside .container {
  padding: 0;
}

#trade .aside-block {
  text-align: left;
  padding: 12px;
}

#trade .aside-block .aside-block__title {
  font-family: "Quicksand", "PT Sans", sans-serif !important;
  font-size: 32px;
  font-weight: bold;
  color: #263238;
  margin-bottom: 12px;
  text-align: left;
}

#trade .aside-block .aside-block__title .fa {
  font-size: 32px;
}

#trade .aside-block .aside-block__body {
  font-family: "Quicksand", "PT Sans", sans-serif !important;
  font-size: 16px;
  font-weight: normal;
  color: #555555;
}

#trade .aside-block .aside-block__icons {
  text-align: left;
  margin-bottom: 12px;
}

#trade .aside-block .aside-block__icons img {
  margin: 3px;
}

@media (max-width: 1200px) and (min-width: 768px) {
  #trade .aside-block {
    padding: 12px;
  }
  #trade .aside-block .aside-block__title {
    font-size: 20px;
  }
  #trade .aside-block .aside-block__title .fa {
    font-size: 20px;
  }
  #trade .aside-block .aside-block__body {
    font-size: 15px;
  }
}

#trade .image-cover__wrapper {
  margin: 12px 0;
  padding: 6px;
  background: #fafafa;
  border: 1px solid #eeeeee;
  text-align: center;
}

#trade .template__wrapper {
  background-color: #fff;
}

#trade .header {
  background-color: #fff;
}

#trade .header .header__brand .header__logo {
  color: #555555;
}

#trade .header .header__brand .header__slogan {
  color: #dce775;
}

#trade .header .header__contact {
  color: #dce775;
}

#trade .header .header__contact a {
  color: #dce775;
}

#trade .footer {
  background-color: #ececec;
}

#trade .footer .footer__contact {
  color: #dce775;
}

#trade .footer .footer__contact a {
  color: #dce775;
}

#trade .footer-block .footer-block__body .menu .menu__item a {
  color: #da7000;
  background: none;
  font-size: 13px !important;
}

#trade .footer-block .footer-block__body .btn {
  background-color: #08519e;
}

#trade .footer-block .footer-block__body .btn:hover {
  background-color: #08519e;
}

#trade .footer-block .footer-block__body {
  color: #555555;
}
#trade .footer_black-block .footer_black-block__body {
  color: #ffffff;
}

#trade .menu {
  background-color: #282828;
  border-bottom-color: #263238;
}

#trade .menu .menu__item a {
  background-color: #666666;
  color: #ffffff;
  border-color: #888888;
  font-weight: bold;
}

#trade .menu .menu__item a:hover {
  background-color: #606060;
  color: #fff;
}

#trade .content .content__header .content__title {
  color: #555555;
  border-color: #888888;
}

#trade .content .content__wrapper {
  background: #ffffff;
  overflow: hidden;
}

#trade .content .content__description {
  color: #444444;
}

#trade .content .content__bulletpoints .bulletpoints__item .fa {
  color: #555555;
}

#trade .content .content__bulletpoints {
  color: #555555;
}

#trade .aside {
  background-color: #dce775;
}

#trade .aside-block .aside-block__body {
  color: #555555;
}

#trade .aside .aside-block .aside-block__title {
  color: #555555;
}

#trade .images .image-wrapper img {
  border-color: #263238;
  background-color: #dce775;
}

#trade .content__gallery .thumb__float {
  border-color: #dcdcdc;
}

#trade .content__gallery .gallery__prev-next a {
  color: #263238;
}

#trade .content__gallery {
  background: rgba(255, 255, 255, 1);
}

#trade .tabs__label {
  background: #dce775;
  color: #263238;
  border-color: #263238;
}

#trade .tabs__label:hover {
  background: #263238;
  color: #dce775;
}

#trade .tabs__box {
  border-color: #263238;
}

#trade .tabs__box--content {
  background: #ffffff;
}
.thumb1:active ~ .slider__wrapper > .slider {
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  transition: all 0s;
  transform: translateX(-0%);
  -webkit-transform: translateX(-0%);
  -ms-transform: translateX(-0%);
}

.thumb2:active ~ .slider__wrapper > .slider {
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  transition: all 0s;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
}

.thumb3:active ~ .slider__wrapper > .slider {
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  transition: all 0s;
  transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
}

.thumb4:active ~ .slider__wrapper > .slider {
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  transition: all 0s;
  transform: translateX(-300%);
  -webkit-transform: translateX(-300%);
  -ms-transform: translateX(-300%);
}

.thumb5:active ~ .slider__wrapper > .slider {
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  transition: all 0s;
  transform: translateX(-400%);
  -webkit-transform: translateX(-400%);
  -ms-transform: translateX(-400%);
}
.abstand {
  margin-bottom: 6px;
}

.logo {
  float: left;
}
.pc-tab > input,
.labeltab,
.contentBorder,
.extra_information_for_customer,
.footer,
.artikelkattitel,
.location_center,
.location_reftxt,
section > .menu .menu__item {
  display: none;
}
header > input,
.sprache_ausgabe {
  display: none;
  position: absolute;
  top: 0px;
  left: 15px;
  background-color: #08519e;
  padding: 2px 7px;
  color: #fff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

#lang_en:checked ~ header .lang_de,
#lang_en:checked ~ header .lang_en,
#lang_es:checked ~ header .lang_es,
#lang_fr:checked ~ header .lang_fr,
#lang_it:checked ~ header .lang_it,
#lang_pl1:checked ~ header .lang_pl,
#lang_gr1:checked ~ header .lang_gr {
  display: block;
  list-style: none;
}

#lang_de:checked ~ section .lang_de,
#lang_en:checked ~ section .lang_en,
#lang_es:checked ~ section .lang_es,
#lang_fr:checked ~ section .lang_fr,
#lang_it:checked ~ section .lang_it,
#lang_pl:checked ~ section .lang_pl,
#lang_gr:checked ~ section .lang_gr {
  display: block;
  list-style: none;
}
#lang_de:checked ~ nav .flags .img_txt .lang_de,
#lang_en:checked ~ nav .lang_en,
#lang_es:checked ~ nav .lang_es,
#lang_fr:checked ~ nav .lang_fr,
#lang_it:checked ~ nav .lang_it,
#lang_pl:checked ~ nav .lang_pl,
#lang_gr:checked ~ nav .lang_gr {
  color: orange;
  list-style: none;
}
.flags {
  float: right;
  top: 0px;
  right: 0px;
}
.flag {
  float: left;
}
.img_txt {
  font-size: 18px;
  float: left;
  margin-left: -10px;
  margin-right: 20px;
  margin-top: 8px;
}
.artikelkat {
  padding-bottom: 30px;
  padding-top: 30px;
  width: 100%;
  float: left;
  background-color: #ffffff;
}
.artikelkattxt {
  background-color: #f5f5f5;
  padding: 10px;
  text-align: center;
}
.artikelkattitel {
  background-color: #282828;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  width: 100%;
  float: left;
}
.artikelkatimg {
  width: 18%;
  float: left;
  position: relative;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  margin: 1%;
  padding: 1%;
}
.flag_li {
  float: left;
  list-style: none;
}
.copyright {
  background-color: #f5f5f5;
  text-align: center;
  padding: 20px;
  color: #8a8a8a;
  font-size: 12px;
}
.footerlink {
  color: #da7000;
  background: none;
  list-style: none;
  display: flex;
  justify-content: left !important;
  font-family: "Quicksand", "PT Sans", Helvetica, Arial, sans-serif;
}
.location {
  width: 100%;
  text-align: center;
  float: left;
}
.pt0 {
  padding-top: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.location_center {
  width: 100%;
  text-align: center;
  float: left;
}
.loc_logo {
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 30px;
}
.loc_head {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.loc_txt {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
}
.location_reftxt {
  text-align: center;
  position: relative;
  float: left;
  width: 100%;
  font-size: 18px;
  border-bottom: 1px solid #d7d7d6;
  padding: 30px;
}
@media (max-width: 768px) {
  .artikelkatimg {
    width: 48%;
    float: left;
    position: relative;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    margin: 1%;
    padding: 1%;
  }
  .location {
    width: 100%;
    text-align: center;
    float: left;
  }
  .location_grey {
    width: 100%;
    text-align: center;
    float: left;
  }
}
@media (max-width: 768px) {
  .artikelkatimg {
    width: 48%;
    float: left;
    position: relative;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    margin: 1%;
    padding: 1%;
  }
}
@media (max-width: 360px) {
  #trade .footer-block .footer-block__body a {
    color: #888888;
    font-size: 15px;
    font-weight: normal !important;
  }
}
@media (max-width: 768px) {
  .bez_wert {
    width: 100%;
    float: left;
    clear: left;
    background: #e4e4e4;
    text-align: center;
    padding: 3px;
    font-weight: bold;
  }

  .bez_inhalt {
    position: relative;
    width: 100% !important;
    float: left;
    text-align: center;
    padding: 5px;
  }
  .tabContent {
    margin: 0;
    padding: 15px 10px 35px 10px;
    overflow: hidden;
    font-size: 16px !important;
    color: #333;
    text-align: left;
    line-height: 1.5 !important;
  }
  .newgallery > img {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    width: auto;
  }
}

/* ADDITIONS OCTOBER 2023 */
.invoice-with-tax { margin-top: 20px; }
.invoice-with-tax svg { display: block; height: 30px; float: left; margin-top: 2px; margin-right: 15px; }
.invoice-with-tax path { fill: #555555 }
.invoice-with-tax p { margin-top: -3px; margin-top: -5px; }
.windows-pre-installed { display: none; padding: 50px 0; width: 100%; max-width: 678px; margin: 0 auto; }
.windows-pre-installed h4 { font-size: 24px; font-weight: 700; color: #08519e; text-align: center; }
.windows-pre-installed p { font-size: 18px; font-weight: 700; color: #666666; text-align: center; }
.windows-pre-installed svg { display: block; margin: 15px auto 0 auto; float: none; width: 50%; min-width: 180px; max-width: 948px; }
.old-devices h4 { font-size: 24px; font-weight: 700; }
.old-devices h5 { font-size: 18px; font-weight: 700; }
.old-devices h6 { font-size: 16px; font-weight: 700; }
.old-devices img { display: block; float: left; margin-right: 25px; width: auto; max-width: 128px; }
.old-devices .img-text { margin-top: -15px; }
.lang_de-usps, .lang_en-usps { display: none; }
#lang_de:checked ~ section .lang_de-usps { display: block; }
#lang_en:checked ~ section .lang_en-usps { display: block; }
#lang_de:checked ~ section .lang_de-windows { display: block; }
#lang_en:checked ~ section .lang_en-windows { display: block; }
.loc_logo.ried-eller { float: none;}
.location.riedstadt, .location.ellerbek { display: block; width: 50%; float: left; padding: 0 15px; margin-top: 25px; }
@media screen and (max-width: 768px) {
    .location.riedstadt, .location.ellerbek { width: 100%; float: none; }
}

/* ADDITIONS APRIL 2024 */
.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.flex-1 {
    flex: 1 1 0%;
}
.manufacturer_image {
    display: block;
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 75px;
}
.bez_inhalt {
    width: calc(100% - 300px);
}
.bez_wert, .bez_inhalt {
    padding: 0.75rem 1.5rem;
}
/*
.bez_wert:nth-child(even), .bez_inhalt:nth-child(odd) {
    background: #ebebeb;
}
.no-table-style .bez_wert:nth-child(even), .no-table-style .bez_inhalt:nth-child(odd) {
    background: transparent;
}*/

.bez_wert:nth-child(n + 17), .bez_inhalt:nth-child(n + 17) {
    border-top: 1px solid #ebebeb;
}
.no-table-style .bez_wert, .no-table-style .bez_inhalt {
    border-top: none;
}


/* UNIQUE CSS DISPLAY NONE FOR NOTEBOOK TEMPLATE */
.extra_information_for_customer p .bez_wert:nth-of-type(13), .extra_information_for_customer p .bez_inhalt:nth-of-type(14), .extra_information_for_customer p br:nth-of-type(7) { display: none; }
/*
.extra_information_for_customer > .bez_wert:nth-of-type(9), .extra_information_for_customer > .bez_inhalt:nth-of-type(10), .extra_information_for_customer > br:nth-of-type(6), 
.extra_information_for_customer > .bez_wert:nth-of-type(29), .extra_information_for_customer > .bez_inhalt:nth-of-type(30), .extra_information_for_customer > br:nth-of-type(16) { display: none; }
*/