body.no-scroll {
	overflow-y: hidden;
}

.vertical-deck .vertical-page .thb-bg.bg-center[style*="transform"] {
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
}

.portfolio-attributes.style3 .attribute {
	width: 100%;
	margin: 0 0 30px 0;
}

.portfolio-attributes.style3 .attribute strong {
	margin: 0 0 0 0;
}

.portfolio_nav .post_nav_link strong {
    display: none;
}

a.show-all:after {
	left: 0;
	display: block;
	color: #000000;
	content: 'Alle Projekte';
}

.dark-title a.show-all,
.light-title a.show-all {
	color: transparent;
}

.dark-title a.show-all:after {
	color: #000000;
}

.light-title a.show-all:after {
	color: #FFFFFF;
}

.thb-portfolio .type-portfolio h1,
.thb-portfolio .type-portfolio h2,
.thb-portfolio .type-portfolio .thb-categories {
    overflow: visible;
}

nav.thb-show-all {
    background: #FFFFFF;
}

#thb-show-all {
	width: 70%;
	padding: 0 5px;
	min-width: 310px;
	height: calc(100% - 94px);
	display: block;
	position: relative;
	margin: 94px 0 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}

#thb-show-all ul {
	width: 100%;
	margin: 5px;
	display: block;
	position: relative;
}

#thb-show-all ul:after {
	width: 0;
    height: 0;
    clear: both;
    content: ' ';
    line-height: 0;
    display: block;
    visibility: hidden;
}

#thb-show-all ul li {
	clear: none;
	max-width: 100%;
	width: calc(50% - 10px);
	position: relative;
	display: inline-block;
	margin: 0 5px 20px 5px;
}

#mobile-menu {
    width: 100%;
}

@media only screen and (max-width: 480px) {

    h1 a[href^="mailto:"] {
        font-size: 26px;
    }

}