/*
	Theme Name: oha 2020
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.5 vielleicht
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/



/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:100%;
}

body {
	font-size: 1.0em;
	line-height: 1.3; 
    font-family: 'Frank Ruhl Libre', serif;
	color:#444;
}

p {
font-size: 1.1em;
}

main {
margin-top: 0px;
}


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}

a {
	color: #666;
	text-decoration:none;
}

a:hover {
	color:#202fff;
	text-decoration:NONE;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


@font-face {
  	font-family: "HelveticaNeueLTStd-Bd";
  	src: url("./fonts/HelveticaNeueLTStd-Bd.woff") format("woff"), /* Modern Browsers */
    url("./fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2"); /* Modern Browsers */
  	font-weight: normal;
  	font-style: normal;
}

@font-face {
 	font-family: "HelveticaNeueLTStd-Lt";
  	src: url("./fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), /* Modern Browsers */
    url("./fonts/HelveticaNeueLTStd-Lt.woff2") format("woff2"); /* Modern Browsers */
  	font-weight: normal;
  	font-style: normal;
}
@font-face {
  	font-family: "HelveticaNeueLTStd-Roman";
  	src: url("./fonts/HelveticaNeueLTStd-Roman.woff") format("woff"), /* Modern Browsers */
    url("./fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2"); /* Modern Browsers */
  	font-weight: normal;
  	font-style: normal;
}

h3 {
	font-family: 'HelveticaNeueLTStd-Roman', "Helvetica", sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: 0.06em;
}

h2 {
	font-family: 'HelveticaNeueLTStd-Roman', "Helvetica", sans-serif;
	font-size: 2.1em;
	font-weight: normal;
	letter-spacing: 0.06em;
}
h1 {
	font-family: 'HelveticaNeueLTStd-Roman', sans;
	text-transform: lowercase;
	line-height: 1em;
	font-size: 3.5em;
	font-weight: normal;
	letter-spacing: 0.06em;
	}
	
.arbeitsh1 {
	font-family: 'HelveticaNeueLTStd-Lt', "Helvetica", sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
	display: inline;
	margin-right: 10px;
	letter-spacing: 0.08em;
	text-transform: lowercase;	
}

.titleh1 {
	font-family: 'HelveticaNeueLTStd-Lt', "Helvetica", sans-serif;
	text-align: right;
	font-size: 1.3em;
	line-height: 1em;
	margin-top: 0px;
	}

h1 	a {color: #000;}

h3.oh_sub {
	margin-top: -50px;
	font-family: 'HelveticaNeueLTStd-Lt', sans;
	font-weight: normal;
	letter-spacing: 0.05em;
}

h3.oha-farbe-aktuell {
	color: #aab300;
/* 	margin-bottom: -20px !important; */
}

.oha-farbe-bio {
	margin: 70px 0 0 0px;
	font-family: 'HelveticaNeueLTStd-Roman', sans;
	text-transform: lowercase;
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: 0.08em;
	color: #444;
}

h2.oha-exhibit-title {
	padding-left: 5px;
	background:#ff5c26;
}

.page-numbers {
	color: #444;
}

.bild-aktuell {
	margin-top: 30px;
}

.copyright {
	font-size: 1.4em;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1200px;
	margin:0 10px 0 10px;
	position:relative;
}

/* logo */
.logo {
	width: 40%;
	min-width: 260px;
	position: relative;
	top: 20px;
	}
.logo path {color: red}
.logo-img {

}
/* nav */

.nav {
	margin-top: 30px;
	font-family: 'HelveticaNeueLTStd-Lt', sans;
	letter-spacing: 0.08em;
	text-transform: lowercase;
	line-height: 1.5em;
	font-size: 1.3em;
	margin-bottom: 10px;
}


.nav ul {
    padding: 0;
    list-style-type: none;
	}

.nav li  {
	display: inline;
}

.nav a {
	color: #000;
	background: none;
	padding: 4px 3px 2px 4px;
	-o-transition:color .2s ease-out, background .2s ease-in;
  	-ms-transition:color .2s ease-out, background .2s ease-in;
  	-moz-transition:color .2s ease-out, background .2s ease-in;
  	-webkit-transition:color .2s ease-out, background .2s ease-in;
  	transition:color .2s ease-out, background .2s ease-in;
	}
	
.nav a:hover {
	color: #222;
}

li.menu-item ul.sub-menu {
	display: none;
}

li.current-menu-item ul.sub-menu, li.current-page-parent ul.sub-menu, li.current-menu-ancestor.menu_arbeit >ul {
	width: 100%;
	display: block !important;
	float: left;
	font-size: 0.8em;
	letter-spacing: 0.06em;
	line-height: 1.7em;
}


.wp-block-columns {
  	margin: 80px 0;
}

/*menufarben*/

/*aktuell*/
li.current-menu-item.menu_aktuell a {
	color: #aab300;
}
.menu_aktuell a:hover {
	color: #000 !important;
	background: #aab300;
}

/*ausstellungen*/
li.current-menu-item.menu_ausstellung a {
	color:  #ff5c26;
}
.menu_ausstellung a:hover {
	background: #ff5c26;
	color: #000 !important;
}
li.current-post-parent.menu_ausstellung a {
	background: #ff5c26;
}

/*arbeiten*/
/*Arbeiten aktiv*/
li.current-menu-item.menu_arbeit a, li.current-menu-ancestor.menu_arbeit a {
	color: #ad996f;
}
li.menu_arbeit>.sub-menu a {
	padding: 4px 4px 2px 4px;
}

/* Hintergrund Submenu */
li.current-post-parent.menu_arbeit > ul.sub-menu, li.current-menu-ancestor.menu_arbeit >ul {
	color: #ad996f;
}

/* anzeige im Submenu */
li.current-post-parent.menu_arbeit a {
	background: #ad996f;
}
li.current-post-parent.menu_arbeit>.sub-menu a {
	padding-bottom: 0px;
	background: none;
}

.menu_arbeit a:hover {
	background: #ad996f;
	color: #000 !important;
}
.sub-menu a {
	color: #222;
}
.sub-menu .current-menu-item a {
	background: #ad996f !important;
	color: #000 !important;	
}

/*themen*/
li.current-menu-item.menu_themen a {
	color:  #61903c;
}
.menu_themen a:hover {
	background: #61903c;
	color: #000 !important;
}
li.current-menu-item.menu_themen > ul.sub-menu{
   	color: #B5EF8A;
}

/*bio*/
li.current-menu-item.menu_bio a {
	color: #6564ff;
}
.menu_bio a:hover {
	background: #6564ff;
	color: #000 !important;
}

/*texte*/
li.current-menu-item.menu_text a {
	color: #fe2b14;
}
.menu_text a:hover {
	background: #fe2b14;
	color: #000 !important;
}

/*buecher*/
li.current-menu-item.menu_buch a {
	color: #5f81ce;
}
.menu_buch a:hover {
	background: #5f81ce;
	color: #000 !important;
}

/*kontakt*/
li.current-menu-item.menu_kontakt a {
	color: #a9540e;
}
.menu_kontakt a:hover {
	background: #a9540e;
	color: #000 !important;
}

/*language*/
.menu_lang a {
font-size: 0.7em;
}
.menu_lang a:hover {
	background: #dd30c8;
	color: #000 !important;
}

.pagination, .oldnew {
	font-family: 'HelveticaNeueLTStd-Roman', "Helvetica", sans-serif;
	font-size:2.5em;
}

.oldnew a {
	color: #333;
}

.oldnew a:hover {
	color:#202fff;
}

.page-numbers {
	display: inline-block;
	padding: 5px 15px 0px 15px;
	}

.page-numbers.current {
	background: #ff5c26 !important;
}

p.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .9;
    margin: .05em .1em -0.01em 0;
    text-transform: uppercase;
    font-style: normal;
}

/* sidebar */
.sidebar {
	display: none;
}
/* footer */
.footer {
	font-size: 0.6em;
}

.exhibitloopthumb {
	float: left;
	width: 55px;
	height: 55px;
	margin: 0px 15px 0px 0;
}

.exhibitlooptext:after {
	content: "";
	display: block;
	clear: both;
}

.exhibittitle, .pip-title, .pip-demo-title {
	font-family: 'HelveticaNeueLTStd-Roman', sans;
	text-transform: lowercase;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #444;
}

a .exhibitsubtitle, .pip-subtitle {
	font-family: 'HelveticaNeueLTStd-Lt', sans;
	font-size: 0.8em;
	letter-spacing: 0.04em;
	color: #000;
	margin-bottom: 10px;
}

.exhibitloop  {
	margin-bottom: 20px;
	-o-transition:color .2s ease-out, background .2s ease-in;
  	-ms-transition:color .2s ease-out, background .2s ease-in;
  	-moz-transition:color .2s ease-out, background .2s ease-in;
  	-webkit-transition:color .2s ease-out, background .2s ease-in;
  	transition:color .2s ease-out, background .2s ease-in;
}

.exhibitloop:hover {
	background-color: #ff5c26;
}

.pip-simple {
	margin-top: 25px;
	display: inline-block;
	width: 350px;
	padding: 20px;
	vertical-align: top;
}

.pip-title{
	margin-top: 10px;
}

.pip-demo {
	display: flex;
  	flex-direction: row;
  	flex-wrap:wrap;
  	align-items:flex-end;
}
.pip-demo-item {
	flex: 1 1 350px;
	margin: 0 20px 20px 0;
  	-o-transition:color .2s ease-out, background .2s ease-in;
  	-ms-transition:color .2s ease-out, background .2s ease-in;
  	-moz-transition:color .2s ease-out, background .2s ease-in;
  	-webkit-transition:color .2s ease-out, background .2s ease-in;
  	transition:color .2s ease-out, background .2s ease-in;
}
.pip-demo-item:hover {
	background-color: #aab300;
} 
.pip-demo-text {
	display: block;
}
.pip-demo a {
	color: #333;
}
.pip-demo-simple {
	margin-top: 25px;
	display: inline-block;
	width: 350px;
	padding: 20px;
	vertical-align: top;
}
.pip-demo-subtitle {
	font-family: 'HelveticaNeueLTStd-Lt', sans;
	font-size: 0.8em;
	letter-spacing: 0.04em;
	margin-bottom: 10px;

}

li.pip-mini  {
	display: inline;
	font-family: 'HelveticaNeueLTStd-Lt', sans;
	letter-spacing: 0.04em;
	font-size: 2em;
	line-height: 1.2em;
}

li.pip-mini span {
 	visibility: hidden;
 	position: absolute;
 	z-index: 1001;
}
li.pip-mini:hover span {
	visibility: visible;
}

li.pip-mini a {
	padding: 6px 4px 0 4px;
	color: #333;
  	-o-transition:color .2s ease-out, background .2s ease-in;
  	-ms-transition:color .2s ease-out, background .2s ease-in;
  	-moz-transition:color .2s ease-out, background .2s ease-in;
  	-webkit-transition:color .2s ease-out, background .2s ease-in;
  	transition:color .2s ease-out, background .2s ease-in;
}

li.pip-mini a:hover {
	background-color: #ff5c26 !important;
}
.bookthumb {
	float: left;
	margin: 0px 25px 0 0;
}

.book-title {
	font-family: 'HelveticaNeueLTStd-Roman', sans;
	text-transform: lowercase;
	font-size: 2.5em;
	font-weight: normal;
	letter-spacing: 0.08em;
	color: #444;
}

.book-subtitle {
	font-family: 'HelveticaNeueLTStd-Lt', sans;
	font-size: 1.2em;
	letter-spacing: 0.04em;
	color: #000;
	margin-bottom: 10px;
}
.pip-kommend {
	display: inline;
	margin-bottom: 200px;
}
.pip-kommend a {
	color: #333;
}
.pip-nav li {
display: inline;
}
.pip-nav ul {
	padding: 0;
}
.pip-nav a {
	font-size: 3.5em;
	font-family: 'HelveticaNeueLTStd-Roman', sans;
	color: #333;
}

/* Blockgallery ohne captions */

.wp-block-blockgallery-masonry figcaption {
	visibility: hidden !important;
}
.wp-block-gallery .blocks-gallery-item figcaption {
	visibility: hidden !important;
}


.wp-block-coblocks-posts__content a  {
	font-family: 'HelveticaNeueLTStd-Roman', sans;
	text-transform: lowercase;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #444;
}


/*  Fancybox Navigationspfeile Farba */

.fancybox-navigation .fancybox-button--arrow_left {
    color: #666;
    background-color: rgba(255, 255, 255, 0);
}

.fancybox-navigation .fancybox-button--arrow_right {
    color: #666;
    background-color: rgba(255, 255, 255, 0);
    
}

.fancybox-caption::before {
	background-image:none !important;
}

/* 

.fancybox-slide--image {

    padding: 44px !important;
    
 */
    
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

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

}
@media only screen and (min-width:768px) {
	/* .nav {
		font-size: 1.8em;
	} */
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

.oha-rand img{
		margin-right: 20px !important;
		}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


