/* THEME Anpassungen */
.post-container, .overflow-container { padding: 0 0 0 0; }
.entry, .post-header { margin: 0 0 0 0; }
@media (min-width: 37.5em) {.entry { padding: 0 0 0 0; } }
@media (min-width: 50em) { .menu-primary-container { margin: 0 0 0 0; } }
@media (min-width: 50em) { .menu-primary { display: inline-block; margin: 0 auto; float: none; text-align: left; } }
@media (min-width: 56.25em) { .site-footer { padding: 0 0 0 0; } }
@media (min-width: 50em) { .menu-primary a:focus { text-decoration: none; } }
.menu-primary-container { max-height: none; }
@media (min-width: 50em) { .title-container { margin: 0 0 0 0; } }
@media screen and (max-width: 899px) { .site-header { padding: 0 0 0 0; } }
@media screen and (max-width: 799px) { .site-header { text-align: left; } }
@media screen and (max-width: 799px) { .toggle-navigation { display: none; } }
@media screen and (max-width: 799px) {.title-container {margin: 0 0 0 0;} }
@media screen and (max-width: 799px) {.menu-primary {margin: 0 0 0 0;} }
@media screen and (max-width: 799px) {.menu-primary a {line-height: 1.5; } }
@media screen and (max-width: 799px) {.menu-primary-items li {display: inline-block;} }
@media (min-width: 56.25em) { .singular .post-header, .error404 .post-header { margin: 0 0 0 0; } }


.max-width {
  max-width: none;
  width: 100%;
  margin: 0 auto;
}
#main.main {
  width: 100%;
  float: none;
}
.wp-block-image {
	margin: 0 0 0 0;
}
/* ENDE THEME Anpassungen */








:root {
	--px50: 50px;
	--black: #010101;
	--grau: #CCC;
	--gelb: #FFDC00;
}

html { scroll-behavior: smooth; }


body, html, p, div, ul, ol, li, a, input, h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans';
	font-family: 'Noto Sans';
	font-family: 'Raleway';
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 0px;
	color: var(--black);
}
input[type="submit"], input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="search"], input[type="tel"], input[type="url"], textarea {
	font-size: 12px;
}
.wp-block-cover .wp-block-cover__background {
	opacity: 0.35 !important;
}

.nobreak {
	white-space: nowrap;
}
.displaynone {
	display: none;
}
.mobil {
	display: none;
}
p {
	margin: 17px 0;
}
h2,
h2.content {
	font-size: 18px;
  	line-height: 2rem;
  	color: #010101;
  	margin-bottom: 15px;
  	margin-top: 0px;
  	text-transform: uppercase;
}


.singular .post-content a,
.singular .post-content a:link,
.singular .post-content a.buttong:link {
	text-decoration: none;
}
.singular .post-content p > a {
	color: var(--logoblau);
	font-weight: 600;
}
.singular .post-content p > a:hover {
	opacity: 0.8;	
}
header#site-header {
	width: 100%;
	padding: 0 var(--px50);
}
.header_inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 60px 0 50px 0;
	display: grid;
	grid-template-columns: 150px auto;
}
#logo img {
	width: 150px;
	height: auto;
}





.menu-primary li.mobil {
	display: none;
}
.menu-primary li a,
.menu-primary li a:link {
	font-family: 'Raleway';
	font-size: 1rem;
	font-weight: 300;
	line-height: 1;
	margin: 5px 0;
	padding: 8px 12px;
	color: #000;
	text-transform: uppercase;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
.menu-primary a:link, .menu-primary a:visited, 
.menu-primary a:active, .menu-primary a:focus {
  color: var(--black);
}
.menu-primary li a:hover {
	opacity: 0.8;
}


.site-header .search-form-container {
	top: 7px;
}
.site-header .search-form-container i,
.site-header .search-form-container button:focus i {
  	color: var(--black);
  	font-size: 15px;
}
.site-header .search-form-container form {
	top: 44px;
	border-radius: 0px;
}
.site-header .search-form-container .search-field {
	font-size: 15px;
	border-radius: 0px;
	margin: 0 0 0 0;
	border: #6B6B6B;
}
.site-header .search-form-container .search-field:focus {
	outline: 2px solid var(--gelb) !important;
}
.header_inner > .search-form-container {
	display: none;
}
#sprachen {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline;
	position: static;
	display: none;
}
#sprachen a {
	position: relative;
  	display: inline-block;
  	padding: 0 10px;
  	color: var(--black);
  	font-size: inherit;
}
#sprachen a.first {
	padding-right: 5px;
}
#sprachen a.first:after {
	content: "";
  position: absolute;
  right: -5px;           /* spacing from text */
  top: 52%;
  transform: translateY(-50%);
  height: 0.85em;         /* roughly text height */
  width: 1px;
  background: var(--black);
  left: auto;
}
 .menu-primary-items ul.sub-menu:hover, .menu-primary-items ul.sub-menu.focused {
    top: unset;
}

.menu-primary-items ul.sub-menu {
	left: -186px;
}
.menu-primary-items ul.sub-menu li {
    display: inline;
    margin: 0.75em 0;
    
}
.menu-primary-items ul.sub-menu li a {
	padding: 8px 12px;
}
.menu-primary-items ul.sub-menu li a:hover {
	background: var(--grau);
}





#main {
	margin-top: 30px;
}
.home #main {
	margin-top: 0px;
}
.post-content {
	margin: 0 0 0 0;
}
.post-content > figure.content:first-child {
	margin-top: 0px;
}
.content {
	max-width: calc(1280px + var(--px50) + var(--px50));
	padding: 0 var(--px50);
	margin: var(--px50) auto;
}
.content.max960 {
	max-width: calc(960px + var(--px50) + var(--px50));
}
figure.content {
	height: 550px;
	overflow: hidden;
}
figure.content img {
	object-fit: cover;
	object-position: center 35%;
	height: 100%;
}
.post-header {
	display: none;
}
.single .post-header {
	display: block;
}
.intro {
	max-width: 800px;
	margin-bottom: 0px;
}
.columns2 {
	columns: 1;
	column-gap: var(--px50);
}
.columns2 p:first-of-type {
	margin-top: 0px;
}
.content p {
	line-height: 1.7;
	font-size: 15px;
	letter-spacing: 0.1px;
}
h2.content.head_aktuelle {
	margin-top: 30px;
}
.post-content .wp-block-latest-posts.is-grid {
	display: grid;
	grid-gap: var(--px50);
	grid-template-columns: 1fr 1fr 1fr;
	float: none;
	margin-top: 0px;
}
.post-content .wp-block-latest-posts li {
	width: 100%;
	margin: 0 0 0 0;
}
.wp-block-latest-posts__featured-image {
	width: 100%;
	aspect-ratio: 2 / 1;
}
.wp-block-latest-posts__featured-image a {
	width: 100%;
	height: 100%;
}
.wp-block-latest-posts__list img {
	width: 100%;
	height: 100%;
  	object-fit: cover;
  	max-width: none !important;
  	max-height: none !important;
  	border: 1px solid #EEE;
}
.wp-block-latest-posts__post-title {
	margin: 15px 0 10px 0;
	display: block;
	font-weight: 600;
	font-size: 17px;
}
.wp-block-latest-posts.alignleft {
  	margin-right: auto;
}
.wp-block-latest-posts__post-title,
.wp-block-latest-posts__post-excerpt {
	padding-left: 0%;
}
.more-link-wrapper {
	display: block;
}

.more-link {
	display: block;
	border: 0px;
	font-size: inherit;
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
	transition: all 0.5s ease;
	background: url(/wp-content/uploads/icon_triangle.svg) -2px 4.5px no-repeat;
	background-size: 12px;
}
.more-link:hover {
	background: var(--gelb) url(/wp-content/uploads/icon_triangle.svg) 85px 4.5px no-repeat;
	background-size: 12px;
	color: inherit;
	transition: all 0.5s ease;
	padding: 0 0 0 6px;
}
#main .kuenstler {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-template-columns: repeat(auto-fit, minmax(216px,216px));
	grid-template-columns: repeat(auto-fit, 216px);
	grid-gap: 20px;
	margin-top: 10px;
}
.home #main .kuenstler {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 20px;
	margin-top: 10px;
}
.home .objectfit img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.single #main .kuenstler {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 20px;
	margin-top: 10px;
}
.home .kuenstler img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.home .kuenstler_url {
	display: none;
}
:where(figure) {
  	margin: 0 0 5px 0;
}
.single .featured-image {
	max-width: 500px;
	max-width: none; /* 10.07. */
	height: auto;
}
.single .featured-image {
	position: static;
	height: auto;
	padding: 0 0 0 0;
	margin-bottom: 20px;
}
.single .featured-image img {
	position: static;
	height: auto; /* 10.07. */
}
.single .further-reading {
	display: none;
}
.single .post-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: var(--px50);
	margin-top: 20px;
}
.single .contex {
	margin-top: 0px;
}
.single .contex > p:first-child {
	margin-top: 0px;
}



.kunsthead {
	position: relative;
	margin-bottom: 10px !important;
}
.kunsthead > div {
	display: grid;
	grid-template-columns: 17fr 5fr;
	position: relative;
}
.kunsthead > div > h2 {
	padding: 0 0 0 0;
	margin: 0  0 0 0;
}
.kunsthead > div > h2:nth-child(2),
a.zurueck {
	position: absolute;
	right: -3px;
	top: -1px;
	width: 75px;
	padding: 1px 3px 1px 20px;
	margin: 0 0 0 0;
	text-align: right;
	transition: all 0.5s ease;
	background: url(/wp-content/uploads/icon_triangle.svg) 3px 9px no-repeat;
	background-size: 14px;
}
.kunsthead > div > h2:nth-child(2):hover {
	right: 0px;
	width: 85px;
	background: var(--gelb) url(/wp-content/uploads/icon_triangle.svg) 65px 9px no-repeat;
	background-size: 14px;
	padding: 1px 24px 1px 0px;
	transition: all 0.5s ease;
}
.mehrkuenstler a {
	font-size: inherit;
}
.rasta {
	grid-gap: var(--px50);
}
a.zurueck {
	display: block;
  	position: relative;
  	margin: 20px 0 20px -5px;
  	font-size: 16px;
  	padding: 1px 3px 1px 11px;
  	background: url(/wp-content/uploads/icon_triangle_left.svg) 0px 6px no-repeat;
    background-size: auto;
  	background-size: 13px;
  	text-transform: uppercase;
  	width: 150px;
  	/* */
  	display: inline-block;
  	width: auto;
  	text-align: left;
  	padding-left: 18px;
  	
}
a.zurueck:hover {
	/* 
margin: 20px 0 20px 0px;
  	width: 158px;
  	background: var(--grau) url(/wp-content/uploads/icon_triangle_left.svg) 139px 6px no-repeat;
  	background-size: 13px;
  	padding: 1px 24px 1px 0px;
 */
	opacity: 0.6;
  	
}
.page-id-307 #main .kuenstler {
	grid-gap: var(--px50);
}
.page-id-307 .kunst {
	cursor: pointer;
	display: none;
	max-width: 216px;
}
.page-id-307 .kunst.da {
	display: block;
}
.page-id-307 .kunst .cbx {
	display: none;
  padding: 10px 0;
	overflow: hidden;
}
.page-id-307 .kunst figure,
.home .kunst figure {
	aspect-ratio: 1 / 1;
	margin: 0 0 0 0;
	overflow: hidden;
}
.page-id-307 .kunst figure:hover  {
	opacity: 0.9;
}
.page-id-307 .kunst figure img {
	object-fit: cover;
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
}
.page-id-307 .kuenstler_url {
	display: none;
}
.home .kunst {
  transition: filter 0.3s ease;
}
.kuenstler_ber {
	background: var(--gelb);
	padding: 3px 6px;
	font-weight: 500;
}
.single-kuenstler .kuenstler_ber {
	display: inline-block;
}
.button {
	background: #333;
	padding: 3px 7px 3px 17px;
	color: #FFF !important;
	font-weight: 500;
	display: inline-block;
	margin: 5px 0;
	background: #999 url(/wp-content/uploads/icon_triangle_white.svg) 5px center no-repeat;
  	background-size: 10px;
  	transition: all 0.5s ease;
}
.button:hover {
	padding: 3px 17px 3px 6px;
	background: #999 url(/wp-content/uploads/icon_triangle_white.svg) 45px center no-repeat;
	background-size: 10px;
  	transition: all 0.5s ease;
}
.marg10 {
	margin: 10px 0;
}
.single-kuenstler .gallery {
	max-width: 500px;
	margin: 30px 0;
}
.page-id-307 #main.main {
	margin-top: 0px;
}
#filter {
	margin: var(--px50) auto;
}
.filt {
	display: inline-block;
	padding: 5px 10px;
	background: #CCC;
	font-size: 17px;
	font-weight: 500;
	margin: 0 20px 0 0;
	cursor: pointer;
	
	padding: 0 0 0 0;
	font-weight: 300;
	background: none;
	text-transform: uppercase;
}
.filt:hover {
	opacity: 0.5;
}
.filt.aktiv {
	border-bottom: 1px solid var(--grau);
}
#posts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(350px, 100%), 1fr));
	grid-template-columns: 1fr;
	grid-gap: 50px;
	
}
#posts.content {
	margin: 0 auto;
	margin-bottom: var(--px50);
}

#posts .arch {
	display: none;
}
#posts .arch.da,
.search .arch {
	display: block;
	display: grid;
	grid-template-columns: 300px auto;
	grid-gap: var(--px50);
	background: #F3F3F3;
	padding: 20px 20px 50px 20px;
	overflow: hidden;
	position: relative;
}
.arch img {
	margin-bottom: 0px;
	cursor: pointer;
}
.arch img:hover {
	opacity: 0.9;
}
.full img {
	width: 100dvw;
}
.page-id-42 .columns2 > div {
	columns: 2;
	column-gap: var(--px50);
}
.arch a.title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}
.overlay {
	position: absolute;
  	bottom: 0px;
  	width: 100%;
  	height: 20px;
	background: linear-gradient(to top, rgba(243,243,243, 1) 40%, rgba(243,243,243, 0) 90%);
	background: #F3F3F3;
}
.expand {
	position: absolute;
  	right: 15px;
	bottom: 15px;
  	width: 40px;
  	height: 40px;
  	background: url(/wp-content/uploads/icon_triangle.svg) 50% 50% no-repeat;
  	background-size: 20px;
  	transform: rotate(90deg);
  	z-index: 20;
  	cursor: pointer;
  	transition: all 0.2s ease;
}
.expand:hover {
  	border-radius: 50px;
  	background: var(--gelb) url(/wp-content/uploads/icon_triangle.svg) 60% 50% no-repeat;
  	background-size: 20px;
  	transition: all 0.3s ease;
}
.arch,
.arch .cg {
	transition: all 1s ease;
}
#posts .arch,
.search .arch {
	max-height: 240px;
	transition: all 0.7s ease;
}
.arch .overlay {
	height: 50px;
}
.arch .button {
	margin: 14px 0 0 0;
	margin-left: calc(320px + var(--px50));
	cursor: pointer;
	user-select: none;
	opacity: 1;
	transition: all 0.5s ease;
}
.arch.active .button {
	opacity: 0;
	transition: all 0.5s ease;
}

#posts .arch.active.da,
.search .arch.active {
	max-height: 1000px;
	transition: all 0.7s ease;
}
.arch .cg {
	overflow: hidden;
}
.arch.active .cg {
	overflow: hidden;
}

.arch.active .expand {
	transform: rotate(-90deg);
	transition: all 0.5s ease;
}
.inner {
	display: inline-block;
  background: #DDD;
  color: #333;
  padding: 2px 6px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 12px;
  font-weight: 500;
}
.title {
	font-size: 17px;
	font-weight: 600;
}
.arch .cg p {
	margin: 12px 0;
}
.arch .featured-image {
	height: auto;
	padding: 0 0 0 0;
	position: static;
	margin-bottom: 0px;
}
.arch .featured-image > a,
.arch .featured-image > a > img,
.arch .featured-image > img {
	height: auto;
	position: static;
}
.page-id-501 .post-content {
	margin-bottom: 0px;
}
.search article {
	display: grid;
}

.post-header.search-box {
	display: block;
}
.post-header h2 {
	font-size: 20px;
}
.navigation.pagination {
	max-width: 1380px;
	margin: var(--px50) auto;
	padding: 0 var(--px50);
}
.search-results .search-bottom {
	display: none;
}
.search-results .kuenstler .expand,
.search-results .kuenstler .overlay {
	display: none;
}
.search-results .kuenstler figure {
	aspect-ratio: 1 / 1;
	margin: 0 0 0 0;
	display: flex;
}
.objectfit img {
	object-fit: cover;
	width: 216px;
	height: 216px;
}
.search #main .arch.kuenstler {
	display: block;
	overflow: auto;
	max-width: 256px;
	max-height: 285px;
	margin: 0 var(--px50) 0 0;
	float: left;
}
.search .arch.kuenstler .post-content {
	margin: 0 0 5px 0;
}
.wp-block-latest-posts__list > li:nth-child(4) {
	display: none;
}
.search-results .last_artist:after {
	display: block;
	content: ' ';
	float: none;
	clear: both;
}
.search-results .arch .expand {
	display: none;
}
.page-id-307 .cg {
		margin-top: 0px;
	}
.page-id-307 .cg,
.home .kunst .cg {
	margin-top: 8px;
}
.filt {
	line-height: 1.2;
}
.filt.aktiv {
	border-bottom: 1px solid var(--grau);
}
.patzhalter {
	width: 100%;
	height: 100%;
	position: relative;
}
.patzhalter .patz_inner {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(/wp-content/uploads/logo_watermark.svg) center center no-repeat;
	background-size: 55%;
}
.page-id-501 #posts > div:first-child,
.page-id-501 #posts > div:nth-child(2),
.page-id-501 #posts > div:nth-child(3) {
	
}






/* --------------------------------------- ----------------------------------*/
/* ---------------------------------------- FOOTER ----------------------------------*/
footer#site-footer {
	position: relative;
	padding: 0 var(--px50) 50px var(--px50);
	overflow: hidden;
	background: none;
}
footer#site-footer * {

}
.footer_inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: var(--px50) 0;
	position: relative;
	z-index: 1;
	border-top: 1px solid var(--grau);
}
.footer_inner,
.footer_inner a,
.footer_inner div,
.footer_inner p {
	line-height: 1.7;
	font-size: 12px;
}

#footergrid {
	display: grid;
	grid-template-columns: 14fr 21fr 22fr;
	grid-gap: 20px;
	margin: 30px 0 50px 0;
}








#footergrid > p {
	display: none;
}
#footergrid > div {
	border-right: 1px solid var(--grau);
	padding: 0 20px;
}
#footergrid > div:first-child  {
	padding-left: 0px;
}
#footergrid > div:last-child  {
	padding-right: 20px;
	border-right: 0px;
}
#footergrid > div > div > p:first-child {
	margin-top: 0px;
}
#footergrid > div > div > p:last-child {
	margin-bottom: 0px;
}
footer .spalte {
	max-width: 650px;
}
footer .spalte2 {
	padding-top: 79px;
}
.footer_inner a:hover {
	opacity: 0.85;
}
h1.insert-page-title {
	display: none;
}
#footergrid .spalte1 p {
	margin: 0 0 0 0;
}
#footergrid .spalte1 p.adresse {
	line-height: 1.4;
	margin: 17px 0; 
}
footer img {
	width: 65px;
	display: block;
	margin-bottom: 5px;
}

.footer_tel {
	padding: 3px 0 3px 30px;
  	background: url(/wp-content/uploads/icon_footer_tel.svg) left center no-repeat;
  	background-size: 16px;
}
.footer_email {
	padding: 3px 0 3px 30px;
  	background: url(/wp-content/uploads/icon_footer_email.svg) left center no-repeat;
  	background-size: 16px;
}
.footer_email_content {
	background: url(/wp-content/uploads/icon_content_email.svg) left center no-repeat;
  	background-size: 16px;
}
#copyright_insert {
	background: rgba(255,255,255,0.1);
	position: relative;
	top: -55px;
	margin-bottom: -55px;
}
#copyright {
	padding: 7px var(--px50) 14px var(--px50);
  	text-align: center;
}
#copyright *,
#copyright p {
	margin: 0 0 0 0;
	display: inline;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
}
.oeffnung {
	padding-left: 15px;
	margin-top: -17px;
}
input[type="submit"] {
	background: var(--black);
	margin-top: 10px;
}
.footer2 {
	font-size: 12px !important;
	letter-spacing: 0.1px;
}
.footer2 a {
	font-size: 12px !important;
	letter-spacing: 0.1px;
	/* 
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06), inset 0 -1px 1px rgba(255, 255, 255, 0.7);
  	padding: 10px 15px;
  	display: inline;
  	border-radius: 10px;
 */
}
.footer2 br {
	display: none;
}







@media screen and (max-width: 1210px) {
	:root {
		--px50: 40px;
	}
	.header_inner {
		padding: 50px 0 40px 0;
	}
}





@media screen and (max-width: 1064px) {
	.page-id-307 #main .kuenstler {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
	.page-id-307 .kunst {
		max-width: none;
	}
}




@media screen and (max-width: 1024px) {
	:root {
		--px50: 35px;
	}
	.header_inner {
		padding: var(--px50) 0;
	}
	.post-content > figure:first-child {
  		height: auto;
  		aspect-ratio: 11 / 5;
  		overflow: hidden;
	}
	.post-content > .wp-block-cover:first-child {
		aspect-ratio: 11 / 5;
  		min-height: auto;
	}
}



@media screen and (max-width: 960px) {
	:root {
		--px50: 30px;
	}
}



/* NUR responsive und header !!! */
@media screen and (max-width: 799px) {
	:root {
		--px50: 25px;
	}
	.header_inner {
		position: relative;
	}
 	#hamburger {
 		position: absolute;
 		right: 0px;
 		top: 37px;
 		cursor: pointer;
 	}
 	#hamburger:hover {
 		opacity: 0.8;
 	}
 	.hamburger-box {
 		display: block;
 		width: 40px;
 		height: 40px;
 	}
	.balken {
		width: 36px;
  		height: 4px;
		border-radius: 0px;
  		display: block;
  		background: #333;
  		position: relative;
  		content: " ";
  		transition: all 0.5s ease;
  		transform-origin: center;
	}
	#hamburger.da .balken1 {
		top: 12px;
		transform: rotate(45deg);
		transition: all 0.5s ease;
		height: 6px;
	}
	#hamburger.da .balken2 {
		opacity: 0;
		transition: all 0.5s ease;
	}
	#hamburger.da .balken3 {
		transform: rotate(-45deg);
		top: 2px;
		transition: all 0.5s ease;
		height: 6px;
	}
	.hamburger .balken1 {
		top: 0px;
	}
	.hamburger .balken2 {
		top: 7px;
	}
	.hamburger .balken3 {
		top: 14px;
	}
	#mm {
		height: auto;
		width: 100%;
		max-width: 322px;
		padding: 0 25px 25px 25px;
		background: #FFF;
		position: absolute;
		z-index: 200;
		right: -360px;
		top: 110px;
		transition: all 0.5s ease;
	}
	#mm.da {
		right: 0px;
		transition: all 0.5s ease;
	}
	#menu-primary-container {
		float: none;
		display: none;
	}
	#mm #menu-primary-container {
		display: block;
		margin-top: 0px;
		text-align: left;
	}
	#menu-primary {
  		float: none;
  		margin: 0 0 0 0;
  		text-align: left;
	}
	#menu-primary ul {
		margin: 0 0 0 0;
	}
	.menu-primary li {
		display: block;
		text-align: left;
		border: 0px;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	.menu-primary li.mobil {
		display: block;
	}
	#menu-primary ul li a {
		padding: 7px 0;
		font-size: 16px;
		display: inline-block;
	}
	#sprachen {
		display: none;
	}
	
	
	/* SUCHE */
	#mm .search-form-container {
		display: block;
		margin-top: 15px;
	}
	#mm .search-form-container form {
		/* display: none; */
		display: grid;
		grid-gap: 10px;
		grid-template-columns: auto 80px;
		margin-top: 15px;
	}
	.search-results #menu-primary-container > div:nth-child(3),
	.search-results #menu-primary-container > div:nth-child(4) {
		display: none;
	}
	#mm .search-form-container form input.search-field {
		font-size: 15px;
		padding: 5px 8px;
	}
	.search-form-container button {
		border-radius: 5px;
  		background: #333;
  		color: #FFF !important;
  		font-weight: 500;
  		font-size: 15px;
  		height: 34.5px;
  		border: 0px;
  		margin-top: 0px;
  		padding: 5px 10px;
  		cursor: pointer;
	}
	.search-form-container button:hover {
		opacity: 0.8;
	}
	.rasta {
		grid-template-columns: 1fr !important;
	}
	.rasta > p:first-child {
		display: none;
	}
	.rasta p:first-of-type {
		margin-top: 0px;
	}
	.rasta p:last-of-type {
		margin-bottom: 0px;
	}
	.mobil {
		display: block;
	}
	hr.wp-block-separator {
		margin: 42px 0;
		width: calc(100vw - (var(--px50) * 2));
		margin-left: var(--px50);
		border-top: 1px solid !important;
	}
	.home .wp-block-latest-posts__list {
		grid-template-columns: 1fr 1fr !important;
	}
	.wp-block-latest-posts__list > li:nth-child(4) {
		display: block;
	}
	#footergrid {
		grid-gap: 10px;
	}
	#footergrid > div {
  		padding: 0 15px;
	}
	#posts .arch,
	.search .arch {
		max-height: none;
	}
	#posts .arch.da,
	.search .arch {
		grid-template-columns: 1fr;
	}
	.tcont {
		max-height: 0px;
		transition: all 0.7s ease;
	}
	.arch.active .tcont {
		max-height: 1000px;
		transition: all 0.7s ease;
	}
	
	.search-results .arch .objectfit img {
		width: auto;
		height: auto;
		object-fit: unset;
	}
	.single .post-content {
		grid-template-columns: 1fr;
		grid-gap: 0px;
	}
	.single .post-content .featured-image {
		grid-area: 1;
	}
	.single .post-content .contex {
		grid-area: 2;
	}
	.single .post-title {
		margin-bottom: var(--px50);
	}
	.single-kuenstler .kuenstler_ber {
		margin-top: var(--px50);
	}
	.single-kuenstler .post-meta {
		margin-top: 40px;
	}
	.page-id-42 .columns2 > div {
		columns: 1;
	}
	.search-results #main .post-header > div:nth-child(2) form #search-icon {
		display: none;
	}
	.search-results #main .post-header > div:nth-child(2) form {
		display: grid;
		grid-template-columns: auto 60px;
		width: 100%;
		max-width: 360px;
		grid-gap: 10px;
		height: 40px;
	}
	.search-results #main .post-header > div:nth-child(2) .search-form input[type="submit"] {
		width: 60px;
		min-width: auto;
		margin-top: 0px;
		height: 40px;
	}
	.search-results #main .post-header > div:nth-child(2) {
		display: none;
	}
	#menu-primary ul li.menu-item-gtranslate {
		margin-left: 0px;
	}
	#menu-primary ul li.menu-item-gtranslate > a:first-child {
		display: none;
	}
	li.menu-item-gtranslate > .sub-menu {
		max-height: none;
	}
	#menu-primary li.menu-item-gtranslate ul li {
		margin-right: 12px;
	}
	#menu-primary li.menu-item-gtranslate ul li a {
		padding: 8px 8px 8px 0;
	}
} /* ENDE 799 */








@media screen and (max-width: 689px) {
	.home #main .kuenstler {
		grid-template-columns: 1fr 1fr;
	}
	.home .kuenstler > div:nth-child(5) {
		display: none;
	}
	.title {
		font-size: 15px;
	}
	#footergrid {
		grid-template-columns: 1fr;
		grid-gap: 30px 0px;
	}
	#footergrid > div {
		padding: 0 0 30px 0;
		border-right: 0px;
		border-bottom: 1px solid var(--grau);
	}
	#mc-embedded-subscribe-form {
		display: grid;
		grid-template-columns: auto 90px;
	}
	#footergrid form input {
		padding: 9px 11px;
		max-height: 40px;
		margin-top: 10px;
	}
}



@media screen and (max-width: 640px) {
	:root {
		--px50: 25px;
	}
}



@media screen and (max-width: 480px) {
	:root {
		--px50: 20px;
	}
	.home .wp-block-latest-posts__list {
		grid-template-columns: 1fr !important;
	}
	.wp-block-latest-posts__list > li:nth-child(4) {
		display: none;
	}
	.title {
		padding-right: 20px;
	}
	.expand {
		right: 5px;
		bottom: 5px;
	}
	.filt {
		font-size: 16px;
		margin: 0 10px 10px 0;
	}
	#filter > div:last-child {
		margin: 0 0 10px 0;
	}
	.page-id-307 #main .kuenstler {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}
}




@media screen and (max-width: 400px) {
	.kunsthead h2 {
		font-size: 16px;
	}
}