/* @override 
	https://an-der-spree.de/Kunden/esteban_miranda/wp-content/themes/wp_miranda/css/style_miranda.css?ver=6.6.2
	https://an-der-spree.de/Kunden/esteban_miranda/wp-content/themes/wp_miranda/css/style_miranda.css?ver=6.7
	https://an-der-spree.de/Kunden/esteban_miranda/wp-content/themes/wp_miranda/css/style_miranda.css?ver=6.7.1
	https://estebanmiranda.com/wp-content/themes/wp_miranda/css/style_miranda.css?ver=6.7.1 */

@charset "UTF-8";
/* CSS Document */

@import url("webfonts_miranda.css");

/* Disable Rubber-Band / Elastic Scroll in macOS */
html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

body {
	height: 100%;
  	overflow: auto;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
	color: #fff;
	background-color: #282828;	

} 


#size {
	position: fixed;
	font-size: 12px;
	top: 10px;
	right: 20px;
	z-index: 9999;
	color: lime;
	text-align: right;
	display: none;
}

#size1 {
	position: fixed;
	font-size: 12px;
	top: 28px;
	right: 20px;
	z-index: 9999;
	color: lime;
	text-align: right;
	display: none;
}

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

p {
	margin-top: 0;
	margin-bottom: 1.2em;
}

.small {
	margin-top: 3em;
	font-size: 0.9em;
	text-align: right;
}

a, 
a:visited,
a:hover,
a:focus {
	text-decoration: none;
	color: #fff;
}

.scalepict {
	width: 100%;
	height: auto;
}

.scalepict_vert {
	height: 100%;
	width: auto;
}

figure {
	margin: 0;
}

ul, ol {
	margin-left: 0;
	padding-left: 20px;
	margin-bottom: 1em;
}

ul li,
ol li {
	margin-bottom: 0.5em;
}

h1, h2, h3, h4 {
	font-style: normal;
	font-weight: 200;
}

h1 {
	font-size: 42px;
	margin-top: 0;
}

h2 {
	font-size: 42px;
	line-height: 1;
}

h3 {
	font-size: 24px;
	margin-top: 1.5em;
	margin-bottom: 0.6em;
	line-height: 1.2;
}

h4 {
	font-size: 20px;
	margin-top: 1em;
	margin-bottom: 0.54em;
	line-height: 1.2;
}

#background_wrap {
	top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    background: url(../picts/background.jpg) center top no-repeat;
    background-repeat: no-repeat;
    background-attachment: scroll;
}


#page {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 0;
	height: 100%;
	min-height: 100dvh;	
}


header#masthead {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-end;
	align-content: center;
	width: 100vw;
	height: 120px;
	position: relative;
	padding-top: 0px;
	z-index: 10;
	margin-right: auto;
	margin-left: auto;
	flex-shrink: 0;
}

#header_left {
	flex-basis: 50%;
	text-align: center;
	position: relative;
}

#header_right {
	display: inline-flex;
	flex-basis: 50%;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	height: 100%;
}

body.single-post #header_right {
	background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.03) 100%);
}


.logo_header {
	width: 580px;
	position: relative;
}

body.page-home .logo_header {
	display: none;
}

/* Hamburger */

#menuToggle {
	display: none;
}	

#navi {
	position: relative;
	padding: 0;
	display: inline-block;
	top: 2px;
	width: 800px;
	max-width: 800px;
}

body.page-home #navi {
	width: 680px;
}

#headermenu {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
}


#headermenu li {
	display: inline-block;
	line-height: 1;
	margin-bottom: 0px;
}

#headermenu li a,
#headermenu li a:visited {
	white-space: nowrap;
	color: white;
	font-weight: 300;
	font-size: 25px;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);	
}

#headermenu li > a:after {
	content: '';
	display: block;
	height: 2px;
	width: 100%;
	background: transparent;
	margin-top: 6px;
}

#headermenu li > a:hover:after,
#headermenu li.current-menu-item > a:after {
	background: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#headermenu li.first-level > a:hover:after,
#headermenu li.current-menu-item > a:after {
	background: transparent;
	box-shadow: none;
}

#navi li > a:hover:after,
#navi li.current-menu-item > a:after,
#navi li.current-post-ancestor > a:after {
	background: white;
	box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.25);
}

#headermenu li:hover,
#headermenu li:focus {
	color: white;
	text-decoration: none;
}

#headermenu li.social_header {
	height: 24px;
	width: 24px;
	padding: 0;
	opacity: 1;
	transition: opacity 0.9s;
	background: url(../picts/logo_instagram.svg) center center no-repeat;
	margin-top: 0px;
}

#headermenu li.social_header a {
	width: 100%;
	opacity: 0;
}

#headermenu li.social_header:hover {
	cursor: pointer;
	opacity: 0.7;	
}

body.page-home #headermenu li.social_header {
	display: none;
}

#headermenu ul.sub-menu {
	display: block;
	visibility: hidden;
	width: auto;
	height: auto;
	background: rgba(255, 255, 255, 0.2);
	top: 36px;
	padding: 40px 60px 40px 20px;
	left: 0px;
	text-align: left;
	box-shadow: none;
	transition: visibility 0.2s 0s; /* delay of 0,5 seconds on hover off */
}

body.single-post #headermenu ul.sub-menu {
	background: rgba(0, 0, 0, 0.35);
}

#headermenu li.first-level:hover > ul.sub-menu,
#headermenu li.first-level:focus > ul.sub-menu {
	visibility: visible;
	transition-delay: 0s; /* react immediately on hover */
}

#headermenu ul.sub-menu li {
	display: inline-block;
	margin-left: 0;
	height: auto;
	padding: 0;
	margin-bottom: 1em;
}

#headermenu ul.sub-menu li a,
#headermenu ul.sub-menu li a:visited {
	display: inherit;
	font-size: 16px;
	width: auto;
	margin: 0;
	padding: 0;
	color: white;
	white-space: nowrap;
}

#headermenu ul.sub-menu li > a:after {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background: transparent;
	margin-top: 5px;
}

#headermenu ul.sub-menu li > a:hover:after,
#headermenu ul.sub-menu li.current-menu-item > a:after {
	background: white;
}



/*////////// FOOTER ////////// */

footer {
	width: 50vw;
	position: absolute;
	bottom: 0;
	left: 50vw;
	padding-top: 0px;
	padding-bottom: 24px;
	z-index: 100;
}

body.archive footer,
body.page-other-things footer,
body.page-info footer,
body.page-legal-notice footer,
body.page-privacy-policy footer {
	position: relative;
}

#footermenu_mobile {
	display: none;
}

#footermenu {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

#footermenu li {
	display: inline-block;
	list-style: none;
	margin: 0 20px;
}

#footermenu li a,
#footermenu li a:hover,
#footermenu li a:focus {
	color: white;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

#footermenu li > a:after {
	content: '';
	display: block;
	height: 1px;
	width: 100%;
	background: transparent;
	margin-top: 1px;
}

#footermenu li > a:hover:after,
#footermenu li.current-menu-item > a:after {
	background: white;
}
	
	
#primary {
	flex: 1;
	display: block;
	padding-top: 128px;
	padding-bottom: 128px;
}

.container {
	display: block;
	width: 1580px;
	margin-right: auto;
	margin-left: auto;
}

#holder {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: space-between;
	position: fixed;
	top: 0px;
	margin: 0;
	height: 100dvh;
	width: 100vw;
	z-index: 2;
}

#holder_left {
	width: 50%;
	min-height: 100%;
	overflow-y: scroll;
}

#holder_right {
	width: 50%;
	height: 100%;
}


/* PAGE HOME */
body.page-home #social_header {
	display: none;
}

body.page-home #holder_left {
	background: url(../picts/home_left.jpg) center center no-repeat;
	background-size: cover;
}

body.page-home #holder_right {
	background: url(../picts/home_right.jpg) center center no-repeat;
	background-size: cover;
}

body.page-home article {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	align-content: center;
	margin: 0;
	height: 100%;
}

body.page-home article .entry-content {
	height: 80%;
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-content: space-between;
	margin: 0;
	padding-top: 11vh;
	padding-bottom: 140px;

}

body.page-home .holder_home_logo {
	flex-basis: 100%;
	background: none !important;
}

.logo_home {
	width: calc(50vw - 120px);
	max-width: 848px;
}

body.page-home h2 {
	margin-top: 96px;
}

body.page-home .holder_home_social {
	flex-basis: 100%;
	background: none !important;
}

body.page-home .holder_home_social figure {
	width: 48px;
}


/* CATEGORIES ARBEITEN */

.boy.single-post {
	
}

.holder_inside {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: space-between;
	position: relative;
	margin: 0;
	width: 100vw;
}

.holder_inside_left {
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
}

.holder_inside_right {
	width: 50%;
	height: 100%;
}

h1.headline_breadcrumbs {
	width: 600px; /* width of Logo */
	padding: 0;
	line-height: 0.7;
	position: relative;	
	margin-bottom: 80px;
	padding-left: 6px;
}

.holder_inside:not(:first-of-type) {
	margin-top: 150px;
}

.holder_teaser {
	display: grid;
	grid-template-columns: 25% 25% 25%;
	justify-content: space-between;
	row-gap: 120px;
}

.teaser a,
.teaser_thumb {
	background: none !important;
}

.teaser_auszug p {
	font-weight: 200;
	text-align: right;
}

.container_art {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	position: relative;
	margin-top: 220px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0;
	max-width: 980px;
	height: calc(100vh - 220px - 50px); /* - margin-top - Prev/Next - padding footer  */
	object-fit: scale-down;
}

.artwork,
.artwork_portrait,
.artwork_landscape,
.artwork_ultrawide {
	display: inline-block;
	height: inherit;
}

.pict_portrait {
	background: none !important;
	max-width: 580px;
	height: calc(100% - 100px);
	object-fit: scale-down;
}

.pict_portrait_495 {
	background: none !important;
	max-width: 495px;
	height: calc(100% - 100px);
	object-fit: scale-down;
}

.pict_portrait_435 {
	background: none !important;
	max-width: 435px;
	height: calc(100% - 100px);
	object-fit: scale-down;
}

.pict_landscape {
	background: none !important;
	max-width: 780px;
	height: calc(100% - 318px);
	object-fit: scale-down;
}

.pict_ultrawide {
	background: none !important;
	max-width: 980px;
	height: calc(100% - 477px);
	object-fit: scale-down;
}

.plus {
	display: inline-block;
	width: 100%;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0px;
}

.plus img,
.open_modal img {
	width: 36px !important;
}

.copy_big {
	font-weight: 200;
	font-size: 1em;
	line-height: 1.4;
}

body.single-post .copy_big {
	display: block;
	margin-top: -36px;
	margin-bottom: 0;
}

#postnav {
	display: block;
	width: calc(100% - 100px);
	margin-left: 50px;
	margin-right: 50px;
	height: 24px;
}

#postnav .prev {
	font-size: 1em;
	position: relative;
	display: inline-block;
	padding-left: 24px;
	background: url(../picts/prev.svg) left center no-repeat;
	background-size: 12px;
}

#postnav .next {
	font-size: 1em;
	position: relative;
	float: right;
	display: inline-block;
	padding-right: 24px;
	background: url(../picts/next.svg) right center no-repeat;
	background-size: 12px;
}


/* Lightbox */

.wfml-single, .wfml-gallery-img, .wfml-gallery img {
	cursor: pointer !important;
}

.mfp-bg {
	background: url(../picts/background.jpg) no-repeat;
	background-size: cover;
	opacity: 1;
	cursor: default !important;
}

.mfp-wrap {
	height: calc(100% - 0px);
	cursor: default !important;
}

.mfp-container {
	top: 0px; /* half of mfp-wrap */
}

button.mfp-close  {
	cursor: pointer !important;
	display: block !important;
	background: url(../picts/close.svg) white !important;
	background-size: 32px !important;
	border-radius: 50%;
	width: 32px !important;
	height: 32px !important;
	opacity: 1;
	cursor: default !important;
	font-size: 0;
	margin-top: 25px;
	margin-right: 70px;
	z-index: 1500 !important;
}

img.mfp-img {
	padding: 70px;
}

.mfp-figure:after {
	box-shadow: none;
	background: none;
}


#detail {
	flex-basis: 100%;
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}



/* PAGE INFO */
body.page-info p {
	font-size: 25px;
	line-height: 1.3;
	font-weight: 200;
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

body.page-info .entry-content a {
	border-bottom: 2px solid #fff;
}

body.page-legal-notice .entry-content,
body.page-privacy-policy .entry-content {
	max-width: 980px;
}


/* PAGE OTHER THINGS */
body.page-other-things .container,
body.page-legal-notice .container,
body.page-privacy-policy .container {
	max-width: 1340px;
	margin-right: auto;
	margin-left: auto;
}

body.page-other-things .copy_big {
	margin-top: 20px;
	margin-bottom: 0.54em;
}

.group_more,
.columns_more {
	background: none !important;
	margin-bottom: 110px;
}

.group_more.center {
	display: flex;
	justify-content: center;
}

.group_more.right {
	display: flex;
	justify-content: flex-end;
	_margin-bottom: 0;
}

.columns_more.is-layout-flex {
	gap: 180px !important;
}

.more_inner_980 {
	max-width: 980px;
}

.more_inner_800 {
	max-width: 800px;
}

.more_inner_580 {
	max-width: 580px;
}

.columns_more {
	padding: 0;
	justify-content: space-between;
	gap: 180px;
}

body.page-other-things article p {
	max-width: 700px;
	padding-right: 44px;
}

.review_tower {
	max-width: 252px;
	float: right;
	margin-right: auto;
	margin-left: auto;
}

.review_tower_1 {
	max-width: 252px;
	_float: right;
	margin-right: auto;
	margin-left: auto;
}

.open_modal {
	display: block !important;
	width: 100%;
	text-align: right;
	margin-top: 20px;
	margin-bottom: -48px;
	cursor: pointer;
}

.modal {
	padding: 46px 0 0;
	background: transparent;
	max-width: 773px;
}

.modal_big {
	padding: 46px 0 0;
	background: transparent;
	max-width: 1787px;
}

.wp-block-cloudcatch-light-modal-block {
	box-shadow: none;
	max-height: calc(100svh - 64px);
	width: calc(100% - 24px);
}

.wp-block-cloudcatch-light-modal-block__close {
	width: 36px;
	height: 36px;
	background: url(../picts/close.svg) center center no-repeat #f5f5f5;
	top: 0px;
	right: 0;
}

.wp-block-cloudcatch-light-modal-block__close:focus {
	outline: none;
}

.wp-block-cloudcatch-light-modal-block__close svg {
	opacity: 0;
	margin-top: -30px;
}





/* #Media Queries
================================================== */

@media only screen and (min-width: 2160px) and (max-height: 1164px) {
/* Responsive height gallery image */
.artwork_portrait .wp-block-group__inner-container,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image a {
height: 100%;
}
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image a img {
height: 100%;
width: auto;
margin-right: auto;
margin-left: auto;
}

}


@media only screen and (max-width: 2160px) {
#navi {
width: calc(50vw - 100px);
}
.container_art {
margin-right: 50px;
margin-left: 50px;
margin-top: 190px;
height: calc(100vh - 190px - 50px); /* margin-top & Prev/Next  */
}	
.container {
width: calc(100vw - 550px);
}

}

@media only screen and (max-width: 2160px) and (min-width: 1581px) and (max-height: 1124px) {

@media (pointer:coarse) { /* wrong height on touch-devices */
.container_art {
height: 74dvh;
}
}
/* Responsive height gallery image */
.artwork_portrait .wp-block-group__inner-container,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image a {
height: 100%;
}
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image a img {
height: 100%;
width: auto;
margin-right: auto;
margin-left: auto;
}

}


@media only screen and (max-width: 1980px) {
#primary {
padding-top: 110px;
padding-bottom: 110px;
}
.container {
width: calc(100vw - 470px);
}
.holder_teaser {
grid-template-columns: 26% 26% 26%;
row-gap: 100px;
}

}


@media only screen and (max-width: 1780px) {
body.page-home #navi {
width: calc(50vw - 210px);
}
#primary {
padding-top: 100px;
padding-bottom: 100px;
}
.container {
width: calc(100vw - 360px);
}
.holder_inside:not(:first-of-type) {
margin-top: 140px;
}

}




@media only screen and (max-width: 1580px) {
header#masthead {
height: 100px;
}
body.page-home #navi {
width: calc(50vw - 150px);
}	
body.page-home article .entry-content {
padding-top: 11vh;
padding-bottom: 120px;
}
#primary {
padding-top: 90px;
padding-bottom: 90px;
}
.container {
width: calc(100vw - 270px);
}
.container_art {
margin-top: 140px;
height: calc(100vh - 140px - 50px); /* margin-top & Prev/Next  */
}
.holder_teaser {
grid-template-columns: 27% 27% 27%;
row-gap: 90px;
}
.holder_inside:not(:first-of-type) {
margin-top: 130px;
}
.group_more,
.columns_more {
margin-bottom: 100px;
}

}

@media only screen and (max-width: 1580px) and (min-width: 1381px) and (max-height: 1076px) {

@media (pointer:coarse) {
.container_art {
height: 74dvh;
}
}
.container_art {
height: 74dvh;
}
/* Responsive height gallery image */
.artwork_portrait .wp-block-group__inner-container,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image a {
height: 100%;
}
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image a img {
height: 100%;
width: auto;
margin-right: auto;
margin-left: auto;
}

}





@media only screen and (max-width: 1380px) {
h1, h2 {
font-size: 40px;
}
body.page-info p {
font-size: 23px;
}
header#masthead {
height: 90px;
}
.logo_header {
width: calc(50vw - 106px);
}
#navi {
width: calc(50vw - 100px);
}
body.page-home #navi {
width: calc(50vw - 80px);
}
#headermenu li a {
font-size: 23px;	
}
#headermenu li.social_header {
height: 22px;
width: 22px;
margin-top: 1px;
}
body.page-home h2 {
margin-top: 80px;
}
body.page-home .holder_home_social figure {
width: 42px;
}
body.page-home article .entry-content {
padding-top: 11vh;
padding-bottom: 100px;
}
h1.headline_breadcrumbs {
width: calc(50vw - 106px); /* width of Logo */
margin-bottom: 70px;
padding-left: 6px;
}
#primary {
padding-top: 80px;
padding-bottom: 80px;
}
.container {
width: calc(100vw - 180px);
}
.container_art {
margin-top: 120px;
height: calc(100vh - 120px - 50px); /* margin-top & Prev/Next  */
}
.holder_teaser {
grid-template-columns: 28% 28% 28%;
row-gap: 80px;
}
.columns_more.is-layout-flex {
gap: 170px !important;
}

}

@media only screen and (max-width: 1380px) and (min-width: 1281px) and (max-height: 1052px) {

@media (pointer:coarse) {
.container_art {
height: 74dvh;
}
}
.container_art {
height: 74dvh;
}
/* Responsive height gallery image */
.artwork_portrait .wp-block-group__inner-container,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image a {
height: 100%;
}
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image a img {
height: 100%;
width: auto;
margin-right: auto;
margin-left: auto;
}

}



@media only screen and (max-width: 1280px) {
h1, h2 {
font-size: 39px;
}
body.page-home h2 {
font-size: 3.2vw;
}
#navi {
width: calc(50vw - 70px);
}
#primary {
padding-top: 70px;
padding-bottom: 70px;
}
.container_art {
margin-top: 100px;
height: calc(100vh - 100px - 46px); /* margin-top & Prev/Next  */
}
.holder_teaser {
grid-template-columns: 29% 29% 29%;
row-gap: 70px;
}
.holder_inside:not(:first-of-type) {
margin-top: 120px;
}
.copy_big {
font-size: 1em;
}

}

@media only screen and (max-width: 1280px) and (min-width: 1049px) and (max-height: 1038px) {

@media (pointer:coarse) {
.container_art {
height: 74dvh;
}
}
.container_art {
height: 74dvh;
}	

/* Responsive height gallery image */
.artwork_portrait .wp-block-group__inner-container,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image a {
height: 100%;
}
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image a img {
height: 100%;
width: auto;
margin-right: auto;
margin-left: auto;
}

}



@media only screen and (max-width: 1120px) {
h1, h2 {
font-size: 38px;
}
header#masthead {
height: 80px;
}
body.page-info p {
font-size: 22px;
}
body.page-home #navi {
width: calc(50vw - 80px);
}
#headermenu li a {
font-size: 22px;	
}
#headermenu li.social_header {
height: 21px;
width: 21px;
margin-top: 2px;
}
#headermenu ul.sub-menu {
top: 33px;
}
body.page-home h2 {
margin-top: 70px;
}
body.page-home article .entry-content {
padding-top: 11vh;
padding-bottom: 80px;
}
footer {
padding-bottom: 20px;
}
#primary {
padding-top: 60px;
padding-bottom: 60px;
}
.container {
width: calc(100vw - 160px);
}
.group_more,
.columns_more {
margin-bottom: 90px;
}
.columns_more.is-layout-flex {
gap: 150px !important;
}
.plus,
.open_modal {
margin-top: 16px;
}
.plus img,
.open_modal img {
width: 34px !important;
}
.wp-block-cloudcatch-light-modal-block__close {
width: 34px;
height: 34px;
}
button.mfp-close  {
background-size: 30px !important;
width: 30px !important;
height: 30px !important;
}

}


@media only screen and (max-width: 1048px) {
h1, h2 {
font-size: 36px;
}
body.page-info p {
font-size: 20px;
}
header#masthead {
height: 80px;
}
#navi {
width: calc(50vw - 70px);
}
body.page-home #navi {
width: calc(50vw - 70px);
}
#headermenu li a {
font-size: 20px;	
}
#headermenu li.social_header {
height: 20px;
width: 20px;
margin-top: 0px;
}
.logo_home {
width: calc(50vw - 100px);
}
body.page-home .holder_home_social figure {
width: 38px;
}
.holder_teaser {
grid-template-columns: 29% 29% 29%;
row-gap: 60px;
}
.holder_inside:not(:first-of-type) {
margin-top: 110px;
}
.columns_more.is-layout-flex {
gap: 120px !important;
}
.container_art {
margin-top: 90px;
height: calc(100vh - 90px - 46px); /* margin-top & Prev/Next  */
}


}

@media only screen and (max-width: 1048px) and (min-width: 921px) and (max-height: 818px) {

@media (pointer:coarse) {
.container_art {
height: 74dvh;
}
}
/* Responsive height gallery image */
.artwork_portrait .wp-block-group__inner-container,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image a {
height: 100%;
}
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image a img {
height: 100%;
width: auto;
margin-right: auto;
margin-left: auto;
}

}



@media only screen and (max-width: 960px) {
h1, h2 {
font-size: 34px;
}
#navi {
width: calc(50vw - 60px);
}
body.page-home #navi {
width: calc(50vw - 70px);
}
#headermenu li.social_header {
height: 20px;
width: 20px;
}
body.page-home h2 {
font-size: 3.3vw;
margin-top: 60px;
}
#primary {
padding-top: 50px;
padding-bottom: 50px;
}
.holder_inside:not(:first-of-type) {
margin-top: 100px;
}
.columns_more.is-layout-flex {
gap: 100px !important;
}
.copy_big {
font-size: 1em;
}
.plus,
.open_modal {
margin-top: 15px;
}
.plus img,
.open_modal img {
width: 33px !important;
}
.wp-block-cloudcatch-light-modal-block__close {
width: 33px;
height: 33px;
}
button.mfp-close  {
background-size: 30px !important;
width: 30px !important;
height: 30px !important;
margin-top: 15px;
margin-right: 60px;
}
img.mfp-img {
padding: 60px;
}
.container_art {
margin-bottom: 0;
}

}


@media only screen and (max-width: 920px) {
h1, h2 {
font-size: 32px;
}
header#masthead {
display: block;
height: 60px;
}
#header_left {
display: inline-flex;
width: 100%;
height: 100%;
justify-content: flex-start;
align-items: flex-end;
padding-left: 50px;
}
.logo_header {
width: 400px;
padding: 0;
}
#header_right {
width: 100%;
height: auto;
top: 0px;
display: none;
}	
#header_right.open,
body.single-post #header_right.open {
display: block;
background: url(../picts/background.jpg) center top no-repeat;
background-color: #282828;
}
body.page-home #header_right.open {
width: 100%;
height: calc(100vh + 70px);
margin-top: -70px;
background: url(../picts/home_right.jpg) center top no-repeat;
}
body.single-post #header_right {
background: none;
}
#navi {
width: 100%;
max-width: 100%;
height: calc(100vh - 60px);
}
body.page-home #navi {
width: 100% !important;
max-width: auto;
top: 70px;
left: 0;
margin: 0;
}
/* Hamburger */
#menuToggle {
width: 29px;
height: 18px;
position: absolute;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
cursor: pointer;
z-index: 99;
top: 42px;
transform: translateY(-50%);
right: 40px;
display: inline-block;
}
#menuToggle span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #fff;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
#menuToggle span:nth-child(1) {
top: 0px;
}
#menuToggle span:nth-child(2),
#menuToggle span:nth-child(3) {
top: 8px;
}
#menuToggle span:nth-child(4) {
top: 16px;
}
#menuToggle.active span:nth-child(1) {
top: 18px;
width: 0%;
left: 50%;
}
#menuToggle.active span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#menuToggle.active span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#menuToggle.active span:nth-child(4) {
top: 18px;
width: 0%;
left: 50%;
}	
#headermenu {
display: block;
_height: calc(100vh - 60px);
width: 100vw;
position: relative;
text-align: center;
padding-top: 60px;
}
#headermenu li {
display: block;
line-height: 1;
margin-bottom: 56px;
}
#headermenu li > a:hover:after,
#headermenu li.current-menu-item > a:after {
background: none;
text-shadow: none;
}
#headermenu li a {
display: inline-block;
font-size: 30px;
text-decoration: none;
text-shadow: none;
}
#headermenu li > a:after {
display: none;
}
#headermenu li.social_header {
display: none;
}
#headermenu ul.sub-menu {
display: block;
position: relative;
visibility: visible;
width: 100%;
height: auto;
background: none;
top: 0px;
padding: 0 0 38px;
text-align: center;
box-shadow: none;
}
body.single-post #headermenu ul.sub-menu {
background: none;
box-shadow: none;
}
#headermenu ul.sub-menu li {
display: block;
text-align: center;
margin-bottom: 20px;
margin-top: 20px;
}
#headermenu ul.sub-menu li a,
#headermenu ul.sub-menu li a:hover {
font-size: 21px;
margin: 0;
text-decoration: none;
}
#headermenu ul.sub-menu li > a:after {
display: none;
}
#headermenu > li.current-menu-item > a,
#headermenu > li.current-menu-parent > a,
#headermenu ul.sub-menu > li.current-menu-item a {
font-weight: 400;
}
#footermenu_mobile {
display: block;
width: 100%;
position: fixed;
bottom: 20px;
}
#footermenu_mobile #social_header {
height: 28px;
width: 100%;
text-align: center;
margin-top: 0;
margin-bottom: 80px;
}
#footermenu_mobile #social_header a {
height: 28px;
width: 28px;
margin-top: 0;
margin-left: auto;
margin-right: auto;
}
#footermenu_mobile #footermenu {
display: inline-flex;
justify-content: center;
}


.logo_home {
width: 420px
}
body.page-home .holder_home_logo {
margin-top: -7vw;
}
body.page-home h2 {
font-size: 32px;
margin-top: 60px;
}
#holder {
flex-wrap: wrap;
overflow-y: scroll;
}
#holder_left {
width: 100%;
height: 75%;
min-height: auto;
}
#holder_right {
width: 100%;
height: 50vh;
}
body.page-home #holder_left {
order: 2;
height: 50%;
}
body.page-home #holder_right {
order: 1;
height: 50%;
}
body.page-home .holder_home_social figure {
position: fixed;
bottom: 60px;
width: 32px;
}
body.page-home article .entry-content {
width: 100%;
padding-top: 0;
padding-bottom: 0;
align-content: center;
}
footer {
display: none;
}
.holder_inside {
display: block;
}
.holder_inside_left {
width: 100%;
}
.holder_inside_right {
display: none;
}
h1.headline_breadcrumbs {
width: 100%; /* width of Logo */
margin-bottom: 50px;
padding-left: 50px;
}
.container {
width: calc(100vw - 140px);
}
.holder_teaser {
grid-template-columns: 31% 31% 31%;
row-gap: 50px;
}
.holder_inside:not(:first-of-type) {
margin-top: 90px;
}
.group_more,
.columns_more {
margin-bottom: 80px;
}
.columns_more.is-layout-flex {
gap: 70px !important;
}
.container_art {
margin-top: 80px;
height: calc(100% - 80px - 50px); /* margin-top & Prev/Next  */
}
body.single-post .copy_big {
margin-top: -30px;
}
#postnav {
position: relative !important;
width: calc(100% - 100px);
width: 100%;
margin: 5px 0px 20px;
padding-left: 50px;
padding-right: 50px;
}
.plus,
.open_modal {
margin-top: 10px;
}
.plus img,
.open_modal img {
width: 31px !important;
}
.wp-block-cloudcatch-light-modal-block__close {
width: 32px;
height: 32px;
}
button.mfp-close  {
background-size: 28px !important;
width: 28px !important;
height: 28px !important;
margin-top: 12px;
margin-right: 50px;
}
img.mfp-img {
padding: 50px;
}
	
}

@media only screen and (max-width: 920px) and (min-width: 741px) and (max-height: 1336px) {

@media (pointer:coarse) {
.container_art {
height: 74dvh;
}
}				
/* Responsive height gallery image */
.artwork_portrait .wp-block-group__inner-container,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image a {
height: 100%;
}
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image a img {
height: 100%;
width: auto;
margin-right: auto;
margin-left: auto;
}

}



@media screen and (max-width: 782px) {
html #wpadminbar {
display: none;
}
.review_tower {
float: none;
}

}



@media only screen and (max-width: 740px) {
#header_left {
padding-left: 40px;
}
.logo_header {
width: 390px;
}
#headermenu li {
margin-bottom: 48px;
}
#headermenu ul.sub-menu {
padding: 0 0 36px;
}
#headermenu ul.sub-menu li {
margin-bottom: 18px;
margin-top: 18px;
}
#headermenu li.social_header {
margin-bottom: 80px;
}
h1, h2 {
font-size: 30px;
}
h1.headline_breadcrumbs {
margin-bottom: 40px;
padding-left: 40px;
}
.container {
width: calc(100vw - 120px);
}
.holder_teaser {
grid-template-columns: 45% 45%;
row-gap: 50px;
}
.group_more,
.columns_more {
margin-bottom: 70px;
}
.container_art {
margin-right: 40px;
margin-left: 40px;
margin-top: 70px;
height: calc(100% - 70px - 40px); /* margin-top & Prev/Next  */
}
#postnav {
padding-left: 40px;
padding-right: 40px;
}

	
}

@media only screen and (max-width: 740px) and (min-width: 621px) and (max-height: 1316px) {

@media (pointer:coarse) {
.container_art {
height: 74dvh;
}
}				
/* Responsive height gallery image */
.artwork_portrait .wp-block-group__inner-container,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image a {
height: 100%;
}
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image a img {
height: 100%;
width: auto;
margin-right: auto;
margin-left: auto;
}

}


@media only screen and (max-width: 620px) {
h1, h2 {
font-size: 29px;
}
body.page-info p {
font-size: 19px;
}
body.page-info .entry-content a {
border-bottom: 1px solid #fff;
}
header#masthead {
height: 56px;
}
#header_left {
padding-left: 30px;
}
.logo_header {
width: 360px
}
.logo_home {
width: 370px
}
#menuToggle {
top: 40px;
right: 30px;
}
#headermenu {
height: calc(100vh - 56px);
padding-top: 50px;
}
#headermenu li {
margin-bottom: 42px;
}
#headermenu ul.sub-menu {
padding: 0 0 26px;
}
#headermenu ul.sub-menu li {
margin-bottom: 16px;
margin-top: 16px;
}
body.page-home h2 {
font-size: 31px;
margin-top: 50px;
}
#primary {
padding-top: 40px;
padding-bottom: 40px;
}
h1.headline_breadcrumbs {
margin-bottom: 30px;
padding-left: 30px;
}
.container {
width: calc(100vw - 60px);
}
.container_art {
margin-right: 30px;
margin-left: 30px;
}	
.holder_teaser {
grid-template-columns: 47% 47%;
row-gap: 40px;
}
.holder_inside:not(:first-of-type) {
margin-top: 80px;
}
.group_more,
.columns_more {
margin-bottom: 60px;
}
button.mfp-close  {
background-size: 30px !important;
width: 30px !important;
height: 30px !important;
margin-top: 7px;
margin-right: 20px;
}
img.mfp-img {
padding: 45px 20px 20px;
}
	
}

@media only screen and (max-width: 620px) and (min-width: 501px) and (max-height: 1316px) {

@media (pointer:coarse) {
.container_art {
height: 74dvh;
}
}				
/* Responsive height gallery image */
.artwork_portrait .wp-block-group__inner-container,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image,
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image a {
height: 100%;
}
.artwork_portrait .wp-block-group__inner-container .wp-block-gallery .wp-block-image a img {
height: 100%;
width: auto;
margin-right: auto;
margin-left: auto;
}

}



@media only screen and (max-width: 500px) {
#header_left {
padding-left: 20px;
}
.logo_header {
width: 320px;
}
#menuToggle {
right: 20px;
}
h1, h2 {
font-size: 28px;
}
body.page-info p {
font-size: 18px;
}
.logo_home {
width: 340px
}
body.page-home h2 {
font-size: 30px;
margin-top: 40px;
}
#headermenu li {
margin-bottom: 38px;
}
#headermenu li a {
font-size: 26px;	
}
#headermenu ul.sub-menu {
padding: 0 10px 24px;
}
#headermenu ul.sub-menu li {
margin-bottom: 16px;
margin-top: 16px;
}
#headermenu ul.sub-menu li a,
#headermenu ul.sub-menu li a:hover {
font-size: 20px;
}
#headermenu li.social_header {
height: 26px;
margin-bottom: 60px;
}
h1.headline_breadcrumbs {
margin-bottom: 20px;
padding-left: 20px;
}
.container {
width: calc(100vw - 40px);
}
.holder_inside:not(:first-of-type) {
margin-top: 70px;
}
.group_more,
.columns_more {
margin-bottom: 50px;
}
#holder_left {
height: 85%;
min-height: auto;
}
#holder_right {
height: 40vh;
}
body.page-home #holder_left {
order: 2;
height: 60%;
}
.container_art {
margin-right: 20px;
margin-left: 20px;
margin-top: 75px;
height: auto;
}
.artwork_portrait {
width: 80%;
}
.artwork_portrait.pict_portrait_495 {
width: 69%;
}
.artwork_portrait.pict_portrait_435 {
width: 48%;
}
#postnav {
padding-left: 20px;
padding-right: 20px;
}
.plus,
.open_modal {
margin-top: 8px;
}
.plus img,
.open_modal img {
width: 29px !important;
}
.wp-block-cloudcatch-light-modal-block__close {
width: 30px;
height: 30px;
}
button.mfp-close  {
background-size: 24px !important;
width: 24px !important;
height: 24px !important;
}
button.mfp-close  {
margin-top: 5px;
margin-right: 15px;
}
img.mfp-img {
padding: 35px 10px 10px;
}

}




@media only screen and (max-width: 440px) {
h1, h2 {
font-size: 27px;
}
body.page-info p {
font-size: 17px;
}
.logo_header {
width: 300px
}
.logo_home {
width: 320px
}
body.page-home h2 {
font-size: 29px;
margin-top: 30px;
}
body.page-home .holder_home_social figure {
width: 30px;
}
#header_left {
padding-left: 15px;
}
.logo_header {
width: 320px
}
#menuToggle {
right: 15px;
}
#headermenu {
height: calc(100vh - 50px);
}
#headermenu li {
margin-bottom: 32px;
}
#headermenu li a {
font-size: 27px;	
}
#headermenu ul.sub-menu li {
margin-bottom: 16px;
margin-top: 16px;
}
#headermenu ul.sub-menu {
padding: 0 10px 18px;
}
#headermenu ul.sub-menu li a,
#headermenu ul.sub-menu li a:hover {
font-size: 19px;
}
#footermenu_mobile #social_header {
margin-bottom: 70px;
}
#primary {
padding-top: 30px;
padding-bottom: 30px;
}
.holder_teaser {
grid-template-columns: 75%;
justify-content: center;
row-gap: 30px;
}
.holder_inside:not(:first-of-type) {
margin-top: 60px;
}
.container_art {
margin-right: 15px;
margin-left: 15px;
margin-top: 70px;
height: calc(100% - 70px - 40px); /* margin-top & Prev/Next  */
}
#postnav {
padding-left: 15px;
padding-right: 15px;
}


}


@media only screen and (max-width: 390px) {
#primary {
padding-top: 20px;
padding-bottom: 30px;
}
h1, h2 {
font-size: 26px;
}
body.page-info p {
font-size: 16px;
}
.logo_header {
width: 254px;
}
.logo_home {
width: 296px
}
body.page-home h2 {
font-size: 27px;
margin-top: 25px;
}
body.page-home .holder_home_social figure {
width: 28px;
}
#headermenu {
height: calc(100vh - 50px);
}
#headermenu li {
margin-bottom: 25px;
}
#headermenu li a {
font-size: 25px;	
}
#headermenu ul.sub-menu li {
margin-bottom: 14px;
margin-top: 14px;
}
#headermenu ul.sub-menu li a,
#headermenu ul.sub-menu li a:hover {
font-size: 18px;
}
#headermenu li.social_header {
height: 24px;
}
#footermenu_mobile #social_header {
margin-bottom: 60px;
}
.holder_teaser {
grid-template-columns: 80%;
row-gap: 20px;
}
.holder_inside:not(:first-of-type) {
margin-top: 50px;
}
.group_more,
.columns_more {
margin-bottom: 30px;
}
.copy_big {
font-size: 1em;
}
.plus,
.open_modal {
margin-top: 8px;
}
.plus img,
.open_modal img {
width: 27px !important;
}
.wp-block-cloudcatch-light-modal-block__close {
width: 28px;
height: 28px;
}
button.mfp-close  {
background-size: 28px !important;
width: 28px !important;
height: 28px !important;
}

}


@media only screen and (max-width: 330px) {
h1, h2 {
font-size: 25px;
}
.logo_header {
width: 240px;
}
.logo_home {
width: 270px
}
body.page-home h2 {
font-size: 25px;
}
.holder_teaser {
grid-template-columns: 85%;
row-gap: 10px;
}
.holder_inside:not(:first-of-type) {
margin-top: 40px;
}
#footermenu_mobile #social_header {
margin-bottom:40px;
}


}






