.container {
    width: 100%;
    min-height: 750px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#edeae1+0,fcfcfc+100 */
    background: rgb(237,234,225); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(237,234,225,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(237,234,225,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(237,234,225,1) 0%,rgba(252,252,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeae1', endColorstr='#fcfcfc',GradientType=1 ); /* IE6-9 */
}

.sectionwrapper {
    background: #fff;
}

/** SIDEBAR **/
.cat-sidebar {
    position: fixed;
    width: 200px;
    min-width: 100px;
    float: left;
    margin-left: 0%;
    margin-top: 6.5vh;
    background-color: white;
}

.cat-sidebar-top h1 {
    text-align: center;
    text-decoration: underline;
}

.cat-sidebar-list ul {
    list-style: none;
    margin-left: -5%;
}

.cat-sidebar-list ul li a {
    text-decoration: none;
    color: #0000aa;
    font-size: 1.25em;
}

.cat-sidebar-list ul li a:hover {
    text-decoration: underline;
    color: #000;
}

@media screen and (max-width: 1125px) {
    .cat-sidebar {
        visibility: hidden;
    }
}

/** ITEMS **/
.row {
    width: 90%;
    margin: 0 auto;
}

.row-overskrift h1 {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 0px;
    text-decoration: underline;
}

#row-overskrift-1 {
    padding-top: 20px;
}

.row-items {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.item {
    width: 30%;
    flex: 1;
    flex-basis: 300px;
}

.item img {
    max-height: 400px;
    max-width: 300px;
}

.item-desc {
    text-align: left;
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    font-family: arial;
}

.item-desc h2:hover {
    text-decoration: underline;
}

.item-desc a {
    text-decoration: none;
    color: #0B0080;
}

.item-desc a:visited, .item-desc a:link {
    color: #0066c0;
}

.item-desc h2 {
    margin-bottom: -5px;
    font-weight: lighter;

}
