/* nav */
.nav-collapse ul {
    margin: 0;
    padding: 0;
    height: 10rem;
    width: 100%;
    display: block;
    list-style: none;
}

.nav-collapse li {
    padding-right: 1.1rem;
    display: inline-block;
    margin-top: 5rem;
}

.nav-collapse li:nth-child(5) {
    padding-right: 0;
}

.active {
    color: #000;
}

/* DIV Style */


.top-nav a {
    float: left;
    display: block;
    text-align: center;
    padding: 6rem 0.8rem 1rem;
    text-decoration: none;
    font-size: 1.2rem;
}

.top-nav a:first-of-type {
}

.top-nav .icon {
    display: none;
    font-size: 3rem;
}

.search-field {
    /*width: 15.7rem;*/
    padding-top: 4rem;
    margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
    .top-nav a, .search-field {
        display: none; 
    }

    .top-nav .icon {
        float: right;
        display: block;
    }

    .kategorie_menu {
        font-size: 1rem;
    }
}

@media screen and (max-width: 600px) {
    .top-nav.responsive {position: relative;}
    .top-nav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .top-nav.responsive a, .search-field {
        float: none;
        display: block;
        text-align: left;
        padding-top: 1rem;
    }
}

/* /nav */

.imprint {
    margin-top: 7rem;
    font-size: 1.1rem;
}

.right_bound {
    text-align: right;
}

.font-1-2 {
    font-size: 1.2rem;
}

.cat-image img {
    width: 240px;
}

.book-navigation {
    float: right;
}

.book-navigation img {
    width: 20px;
    margin-top: 3rem;
}

.book-navigation a:first-child {
    margin-right: 5rem;
}

.prev-arrow, .next-arrow {
    width: 20px;
}

.kategorie_menu {
    text-transform: uppercase;
    list-style: none;
}

.kategorie_menu li {
    padding-bottom: 2rem;
    font-size: 1.2rem;
    font-weight: 400;
}

.content-row {
    margin-top: 4rem; 
}

.book {
    padding-right: 1.3rem;
    padding-bottom: 6rem;
}

.book-image {
    min-height: 250px;
}

.book img {
    box-shadow: 3px 3px #bbb;
}

.title {
    font-weight: 500;
    color: #000;
}

.current_title {
    padding-bottom: 1.1rem;
}

.cat-title {
    font-weight: 700;
    padding: 1rem 0;
}

.price {
    display: block;
}

.succ {
    color: green;
}

.error {
    color: red;
}

.offset-bottom-3 {
    margin-bottom: 3rem;
}

.offset-bottom-2 {
    margin-bottom: 2rem;
}

.restrict-height {
    /*   
     *   height: 5.5rem;
     */
 }

 .detail-image-offset {
 }

 .side-logo {
     margin-top: 16rem;
 }

 .side-logo .column:first-child, .side-logo-menu .column:first-child {
    padding-right: 0.5rem;
    padding-left: 0;
 }
 
 .side-logo .column:nth-child(2), .side-logo-menu .column:nth-child(2) {
    padding-right: 0;
    padding-left: 0.5rem;
 }

 .side-logo img, .side-logo-menu img {
 }

 .side-logo-menu {
 }

 @media screen and (min-width: 48em) {

     .column {
     }

 }
