/* General styling */
* {
   margin: 0px;
   padding: 0px;
   letter-spacing: -1px;
}
 
body {
   font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.42857143;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.img-full {
    width: 100%;
}
.logo img {
    width: 35%;
}
ul
{
    margin: 10px 0;
    list-style-type: none;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: -1px;
    border-radius: 0px;
}

hr {
    border-color: #ececec;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
hr.line {
    border-color: #ececec;
    margin-bottom: 20px;
    width: 100%;
}
hr.line.left {
    margin-left: 0px;
    margin-top: 30px;
    width: 100%;
}
hr.line.right {

    margin-left: 0px;
    margin-top: 30px;
    width: 100%;
}
.wrapper {
    width: 640px;
    margin: 10px auto;
}

.btn_search:after {
    content: '\f002';
}
.btn:after, .xbtn:after {
    display: inline-block;
    top: 15%;
    right: 0;
    font-family: FontAwesome;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
    height: 20px;
}
form.content_search_form {
    margin-top: 30px;
}
/*HEADER*/
#sub-header {
    background-color: #9db5d0;
    font-size: 12px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
#sub-header li {
    font-size: 14px;
    font-weight: 400;
    width: 24%;
}
#sub-header img {
    margin-right: 10px;
    margin-bottom: 2px;
    width: 20px;
    
}
.logo {
    text-align: center;
}
#header {
    background: #fff;
    height: auto;
    padding: 15px;
}
#sub-header .col-sm-12.text-center-xs {
    text-align: center;
    margin-top: -10px;
}
.desktopsearch .nav-content-wrapper {
    padding-top: 30px;
    padding-bottom: 41px;
}

.desktopsearch .input-group {
    position: absolute;
}
button.search-toggle-desktop.btn.btn-primary {
    z-index: 2;
    left: 80px;
}
.btn-primary {
    color: #fff;
    background-color: #c8c9cc;
    border-color: #c8c9cc;
}
.btn-besuchen {
    right: 8px;
    height: 50px;
    width: 180px;
    padding-top: 14px;
    border-radius: 2px;
    font-family: 'Montserrat', sans-serif;
}
.btn-besuchen2 {
    right: 8px;
    height: 50px;
    width: 180px;
    padding-top: 14px;
    border-radius: 2px;
    font-family: 'Montserrat', sans-serif;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #91877E;
    border-color: #91877E;
}
.listing-title h2 {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
#footer {
    padding: 20px;
    margin-top: 30px;
}
.footerlogo {
    border-right: 1px solid#fff;
}
.footerlogo img {
    width: 65%;
}
ul.footer-highlights li {
    width: 49%;
    margin-top: 10px;
    color: #fff;
}
ul.footer-highlights li:before {
    content: "";
    background-image: url(https://www.handingo.de/images/ebay/check.png);
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: 30px;
    background-repeat: no-repeat;
    top: 25px;
    margin-left: -50px;
}

.item-desc {
    height: 380px;
}

@media (max-width: 425px){
    .btn-besuchen {
        position: absolute;
        top: 10px;
        width: 364px;
    }
    .btn-besuchen2 {
        position: absolute;
        top: 50px;
        width: 364px;
    }
    #header {
        height: 170px;
    }
    #sub-header ul.list-inline {
        text-align: left;
    }
    #sub-header ul.list-inline .text-center-xs {
        text-align: center;
    }
    #sub-header li {
        font-size: 14px;
        font-weight: 400;
        width: 49%;
        font-size: 12px;
    }
    .footerlogo img {
        width: 40%;
    }
    .footerlogo {
        border-right: none;
        text-align: center;
    }
    ul.footer-highlights li {
        width: 85%;
        margin-top: 10px;
        color: #fff;
        margin-left: 80px;
    }
    ul.footer-highlights li:before {
        top: inherit;
    }
    .tab label {
        width: 382px;
    }
}
@media (max-width: 375px){
    .btn-besuchen {
        position: absolute;
        top: 10px;
        width: 314px;
    }
    .btn-besuchen2 {
        position: absolute;
        top: 50px;
        width: 314px;
    }
    #header {
        height: 270px;
    }
    #sub-header li {
        font-size: 14px;
        font-weight: 400;
        width: 100%;
        font-size: 12px;
    }
    ul.footer-highlights li {
        margin-left: 60px;
    }
    .tab label {
        width: 330px;
    }
}
@media (max-width: 320px){
    .btn-besuchen {
        position: absolute;
        top: 10px;
        width: 258px;
    }
    .btn-besuchen2 {
        position: absolute;
        top: 50px;
        width: 258px;
    }
    #header {
        height: 250px;
    }
    ul.footer-highlights li {
        margin-left: 40px;
    }
    .tab label {
        width: 275px;
    }
}
@media(min-width: 768px){
    button.search-toggle-desktop.btn.btn-primary {
        left: 50px;
    }
    .logo {
        text-align: inherit;
    }
    .logo img {
        width: 45%;
    }
    .btn-besuchen {
        width: 215px;
        position: absolute;
    }
    .btn-besuchen2 {
        right: 15px;
        width: 215px;
        position: absolute;
    }
    #sub-header li {
        font-size: 10px;
    }
    .input-group {
        position: relative;
        display: table;
        border-collapse: separate;
        width: 100%;
        left: 0px;
        border-radius: 0px;
    }
    #layout__gallery {
        margin: 0px 0;
    }
    li.phone {
        float: right;
    }
    .footerlogo {
        border-right: none;
        text-align: center;
    }
    .footerlogo img {
        width: 25%;
    }
    ul.footer-highlights li {
        width: 39%;
        margin-left: 68px;
    }
    
}
@media(min-width: 1024px){
.btn-besuchen {
        width: 215px;
        position: absolute;
        top:50px;
    }
    .btn-besuchen2 {
        right: 15px;
        width: 215px;
        top:50px;
        position: absolute;
    }
}
/* Menu */
.menu {
    float: left;
    width: 200px;
}
 
.left_menu {
    margin: 0;
}
.left_menu li {

}
.left_menu li:last-child {
    border-bottom: medium none;
}
.sub_cat li {
    margin: 0;
}
.left_menu > li > ul,
.left_menu > li > ul > li > ul {
    margin: 0 0 0 30px;
    display:none;
}
li.level1 a {
    border-bottom: 1px solid #d9ecf9;
}

li.level2 a {
    border-bottom: 0px;
}
.left_menu li {
    margin-bottom: 5px;
}
.left_menu li a {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    display: block;
    padding: 5px;
    font-weight: 700;
}
.left_menu li a:hover {
    /* background: #222; */
    color: #d9ecf9;
    text-decoration: none;
}
.left_menu li a:focus {
   text-decoration: none;
    border-bottom: 1px solid #d9ecf9;
}
.left_menu li a:visited {
   text-decoration: none;
    border-bottom: 1px solid #d9ecf9;
}

.left_menu .level2 a {
    font-size: 16px;
    font-weight: 400;
}
.green-check {
    color: #d9ecf9 !important;
}
#ebay-template {
    background-color: #fff;
}

.row.listing-item {
    background: #fff;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
}


.item-slider {
}

.listing-header {
    background: #85878A;
    color: #fff;
    margin-top: 25px;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
}
.listing-header h3 {
    margin: 0;
    margin-left: 9px;
    letter-spacing: -1px;
}
.sidebar-header {
    background: #85878A;
    color: #fff;
    margin-top: 25px;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
}

.sidebar-header h3 {
    margin: 0;
    margin-left: 9px;
    letter-spacing: -1px;
}

.sidebar-category .menu {
    background: #FDFDFD;
    border: 1px solid #E3E3E3;
    border-top: none;
    padding: 15px;
}

.listing-content {
    width: 100%;
    height: 519px;
    background: #fff;
    padding: 30px;
}
.listing-title h2 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
}

hr.cat-line {
    width: 300px;
    border: 1px solid #ececec;
    margin-left: -25px;
}

.listing-desc {
    background-color: #F5F5F5;
}
.listing-info {
    padding: 20px;
    padding-top: 0px;
}
span.itemproducer {
    display: block;
    margin-top: 15px;
    
}
span.itemproducer p {
    display: inline;
    float: right;
    margin-right: 50px;
}
span.itemno {
    display: block;
    margin-bottom: 15px;
}
span.itemno p {
    display: inline;
    float: right;
    margin-right: 50px;
}
ul.hl-list {
    margin-left: 20px;
}
ul.hl-list li {
    list-style-type: disc;
    color: #bed93b;
    margin: 10px;
}

ul.hl-list li span {
    color: #333;
}

.item-desc {
    margin-top: -15px;

}
.desc-header {
    background: black;
    color: #fff;
    margin: -15px;
    margin-bottom: 15px;
    padding: 10px;
    padding-left: 15px;
}

p.price.buynow {
    font-size: 18px;
    font-weight: 400;
}
p.price.buynow span {
    font-size: 14px;
    font-weight: 100;
}
ul.cross-selling {
    margin-top: 25px;
}
ul.cross-selling li {
    width: 49%;
}

ul.cross-selling li img {
    width: 140px;
}

.row.highlights {
    margin-top: 25px;
    margin-bottom: 14px;
}
.content a {
    color: #d9ecf9;
    text-decoration: none;
}
.content h2 {
    color: #d9ecf9;
    text-decoration: none;
}
.usb {
    margin-top: 8px;
}

@media(min-width: 768px){
    .listing-content {
        height: auto;
        padding: 15px;
        margin-top: 14px;
    }
    li.mb-xs-15 {
        margin-bottom: 15px;
    }
    .item-desc {
        margin-top: -15px;
    }
    .row.listing-item {
        margin-right: 0px;
    }
    .image.cat3 {
        margin-top: 0px;
    }
}
@media(min-width: 1024px){
    button.search-toggle-desktop.btn.btn-primary {
        left: -10px;
    }
    .item-slider {
        
    }
    12:last-of-type {
        margin-top: 65px;
    }
    .listing-content {
        height: 590px;
        margin-top: 0px;
    }
    li.mb-xs-15 {
        margin-bottom: 0px;
    }
    #layout__gallery {
        margin: 0px 0;
    }
    .logo img {
        width: 90%;
    }
    #sub-header li {
        font-size: 14px;
    }
    .footerlogo {
        border-right: 1px solid #fff;
        text-align: left;
    }
    .footerlogo img {
        width: 80%;
    }
    ul.footer-highlights li {
        width: 49%;
        margin-left: 0px;
    }

}
    .col-md-12.cat1 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .col-md-6.cat2 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .col-md-6.cat3 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .col-md-4.cat4 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

@media (min-width: 1200px){
    .logo img {
        width: 100%;
    }
    .footerlogo img {
        width: 65%;
    }
}


/*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;
}
.content__gallery .gallery__images img {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-top: 0px;
}
.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: 5px;
}
.content__gallery .gallery__thumbs .thumb__float .thumb__wrapper {
    width: 50px;
    height: 50px;
    padding: 3px;
    background: #fff;
    border: 1px solid #e3e3e3;
}
.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: 0px;
}
@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: 1px 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: 1px 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: 0px 0;
}
.listing-title img {
    width: 100px;
    height: auto;
}
.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;
    }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 7px;
    padding-left: 7px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}

.tabs {
  position: relative;   
  /* min-height: 200px;  This part sucks */
  clear: both;
  margin: 25px 0;
}
.tab {
  float: left;
}
.tab label {
  background: #c8c9cc;
  color: #fff;
  padding: 10px; 
  border: 1px solid rgba(204, 204, 204, 0.19); 
  margin-left: -1px; 
  position: relative;
  left: 1px; 
  text-align: center;
  width: 313px;
  font-size: 18px;
  letter-spacing: 0px;
  font-family: 'Montserrat', sans-serif;
}
.tab [type=radio] {
  display: none;   
}
.content {
  position: absolute;
  height: 1200px;
  top: 45px;
  left: 0;
  background: white;
  right: 0;
  bottom: 0;
  padding: 20px;
  border: 1px solid #ccc; 
}

[type=radio]:checked ~ label {
    background: #93adcb;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid white;
    z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
  z-index: 1;
}

hr.dl-line {
    margin: 5px;
    border-bottom: 1px;
    margin-left: 150px;
}
hr.dl-line-rechts {
    margin: 5px;
    border-bottom: 1px;
    margin-right: 150px;
}
dl.dl-horizontal {
    padding: 25px;
    padding-left: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #d9ecf9;
}
dl.dl-horizontal .star img {
    width: 15px;
    margin-right: 5px;
    margin-top: -3px;
}
dl.dl-horizontal-rechts {
    padding: 25px;
    margin-bottom: 0px;
    border-top: 1px solid #d9ecf9;
}
dl.dl-horizontal-rechts .star img {
    width: 15px;
    margin-right: 5px;
    margin-top: -3px;
}
.star{
    font-weight: 600;
}
.star dt {
    font-weight: 600;
}
@media (min-width: 1024px) {
    .star dd {
        margin: 0px;
    }
}
.zustand-image {
    position: absolute;
    top: -35px;
    left: -25px;
    z-index: 1;
}

.zustand-image-rechts img {
    width: 65%;
}
.zustand-image-rechts {
    position: absolute;
    top: -35px;
    right: -65px;
    z-index: 1;
}
#categories {
    margin-top: 15px;
}


.zustand-image img {
    width: 65%;
}
.state-title {
    margin-left: 130px;
    font-family: 'Montserrat', sans-serif;
}
.state-title-left {
    font-family: 'Montserrat', sans-serif;
}
@media (max-width: 425px) {

.tab label {
    width: 382px;
    margin: 0;
    margin-left: -1px;
}
.content {
    top: 140px;
    overflow: scroll;
}
.item-desc {
    height: 1345px;
}
.state-title {
    margin-left: 0px;
}
dl.dl-horizontal {
    padding-left: 25px;
}

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

    .tab label {
        width: 330px;
    }

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

    .tab label {
        width: 280px;
    }
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: left !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-left: 20px;
        font-weight: 100;
    }
    .dl-horizontal-rechts dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: left !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-right: 0px;
        font-weight: 100;
    }
    .dl-horizontal dd {
        margin-left: 290px;
    }
    .dl-horizontal-rechts dd {
        margin-left: 160px;
    }
    .state-title {
    margin-left: 0px;
    }
    .content {
      height: 650px;
      overflow: auto;
    }
    .tab label {
        width: 527px;
    }
    .content {
        top: 100px;
    }
    .item-desc {
        height: 770px;
    }
}
@media (min-width: 1024px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: left !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-left: 130px;
        font-weight: 100;
    }
    .state-title {
        margin-left: 130px;
    }
    .zustand-image-rechts {
        right: -145px;
    }
    .tab label {
        width: 313px;
    }
    .content {
        height: 650px;
        overflow: scroll;
        top: 45px;
    }
    .item-desc {
        height: 700px;
    }
}

@media (min-width: 1200px) {
    .content {
        height: 600px;
        overflow: scroll;
    }
    .item-desc {
        height: 650px;
    }
}   
img.img-responsive {
    margin-bottom: 6px;
}
h1, .h1 {
    font-size: 36px;
    letter-spacing: -2px;
}
