body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, .7);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

h1, h2, h3 {
    font-weight: 400;
    margin: 0;
}

h1 {
    margin: 0;
}

.category-title,
.series-title,
.series-subproject-title,
h1  {
    font-weight: 300;
    font-size: 24px;
    margin: 0;
    margin-bottom: 9px;
    color: rgba(0, 0, 0, .6);
    letter-spacing: 2px;
}

h2 {
    font-weight: 700;
    font-size: 25px;
    margin: 0;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, .75);
}

.series-subproject-title {
    margin-top: 45px;
}
b, strong {
    font-weight: 600;
}


.mainNav ul li:first-child a {
    font-weight: 300;
    font-size: 24px !important;
    margin: 0;
    margin-bottom: 9px;
    color: rgba(0, 0, 0, .6);
    letter-spacing: 2px;
    margin-top: -6px;
    display: block;
}

.main {
    padding: 0 10px;
}

a,
a:link,
a:visited {
    color: rgba(0, 0, 0, .75);
    text-decoration: none;
    font-size: 14px;
}
a:hover {
    text-decoration: underline;
}


.navigations-wrapper-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px 0 0;
}
.navigations-wrapper-top .secondNav {
    margin-left: auto;
}

.topPanel .nav.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    padding: 20px 20px 10px 20px;
}
.topPanel .nav.menu > li {
    padding-left: 10px;
}
.topPanel .nav.menu >  li:first-child {
    padding-left: 0px;
    padding-right: 30px;
}

.topPanel .nav.menu >  li a,
.topPanel .nav.menu >  li a:link,
.topPanel .nav.menu >  li a:visited {
    color: rgba(0, 0, 0, .75);
    text-decoration: none;
    font-size: 15px;
}
.topPanel .nav.menu > li a:hover,
.topPanel .nav.menu > li.current_page_item a,
.topPanel .nav.menu > li.current-menu-item a{
    text-decoration: underline;
}


.language-switcher {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
}

.language-switcher .seperator {
    margin: 0 5px;
}

.language-switcher a.active {
    text-decoration: underline;
}


/* Category overview */
.category-overview-grid {
    /*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    */
    margin-bottom: 50px;
}

.category-overview-grid > div {
    /*
    flex: 0 0 25%;
    width: 25%;
    */
    margin-bottom: 20px;
}
.category-overview-grid .inner {

    display: block;
}
.category-overview-grid .inner .project-overview-image {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.series-title-overview {
    margin: 5px 0 0 0;
    font-size: 13px;
}

.series-wrapper {
    display: block;
    width: 100%;
}
.series-wrapper .series-item {
    margin-top: 25px;
}
.series-wrapper .series-item:first-child {
    margin-top: 0;
}
.series-wrapper .series-item img {
    max-width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.2s;
}
.series-wrapper .series-item img:hover {
    transform: scale(1.01);
}

.series-item-title {
    display: block;
    color: rgba(0, 0, 0, .55);
    font-size: 15px;
    margin-bottom: 10px;
}
.series-item-subtitle {
    display: block;
    color: rgba(0, 0, 0, .55);
    text-align: left !important;
    font-size: 15px;
    margin-top: 10px;
}

.series-item {
    margin: 70px 0;
}


.left-navigation {
    margin: 0;
    margin-top: 33px;
    list-style: none;

}
.left-navigation a.active {
    text-decoration: underline;
    font-weight: 600;
}
.responsive-image {
    width: 100%;
    height: auto;
}



.text-block {}

.text-block p,
p.text-block {
    font-weight: 300;
    letter-spacing: 1px;
}
.hamburger-nav {
    display: none;
}
.hamburger-nav i {
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 3px;
    margin-left: 20px;
    margin-top: 10px;
}


.project-intro-text {
    color: rgba(0, 0, 0, .7);
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 70px;
}
.text-category-item {
    margin-bottom: 45px;
}
.text-category-item h1 {
    font-size: 20px;
    margin: 0;
}
.text-category-item .intro {
    font-size: 14px;
}
.text-category-item a:hover,
.text-category-item a:visited {
    text-decoration: none;
}

ul.wp-block-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.wp-block-list li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
ul.wp-block-list li span.year {
    font-weight: 400;
    width: 100px;
    flex: 0 0 100px;
}
ul.wp-block-list li.fluid {
    display: block;
}
ul.wp-block-list li.heading {
    display: block;
    font-weight: 600;
    margin-top: 40px;
}

.gotop {
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
    transition: background-color 0.3s, opacity 0.5s;
}
.gotop:focus {
    outline: 0;
}
.gotop.active {
    opacity: 1;
}
.gotop i {
    font-size: 35px;
}
.gotop:hover {
    background-color: rgba(0, 0, 0, .02);
}

@media only screen and (max-width: 990px) {
    .left-navigation {
        display: flex;
        flex-direction: row;
        margin: 0;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
    }
    .left-navigation li {
        padding: 0 5px;
    }
}
@media only screen and (max-width: 756px) {
    .main {
        margin-top: 25px;
    }
    .mainNav ul.nav {
        display: none !important;
    }
    .mainNav.toggle ul.nav {
        display: block !important;
    }
    .mainNav {
        display: block;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 100;
    }
    .hamburger-nav {
        display: block;
    }
    .category-overview-grid .inner {
        padding-bottom: 50px;
    }
    .topPanel .nav.menu >  li:first-child {
        padding-right: 0;
    }
    .series-wrapper .series-item {
        margin-left: -25px;
        margin-right: -25px;
    }
}

@media only screen and (max-width: 500px) {
    .left-navigation {
        display: flex;
        flex-direction: row;
        margin: 0;
        justify-content: center;
        flex-wrap: wrap;
    }
    .left-navigation li {
        padding: 0 5px;
    }
}
