#functions, #header ul, #footer, .jesichte, .slick-prev, .slick-next, .slick-cloned, .toggler, .wpcf7 { /* figure.collapsible auch? */
	display: none !important; 
}

.slick-list {
	height: auto !important;
}
.slick-track {
	transform: translate3d(0,0,0) !important;
	width: 100% !important;
}
.gallery img {
	height: auto;
	max-width: 100%;
}
.gallery .square {
    float: left;
    margin-right: 1rem;
    width: calc(50% - 0.5rem);
}
.gallery .square.right {
	margin-right: 0; 
}

#header {
	margin-bottom: 1.38rem; 
}
#header h1 {
	/*color: transparent;*/
}
#header h1::before {
	background-image: url(../img/kj.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.38rem;
	margin-right: 1rem;
	vertical-align: text-bottom;
	width: 1.12rem; /* 81% */
}

#portfolio article {
	margin-bottom: 2.38rem;
	width: 100% !important;
}
#portfolio h2 {
	display: none;
}

#info {
	margin-bottom: 2.38rem;
}
