/*
	Theme Name: bhs
	Theme URI: http://html5blank.com
	Description: WordPress Theme Bernhard-Heiliger-Stiftung
	Version: 1.0
	Author: Andreas Perzborn
	Author URI: http://buero-perzborn.de
*/

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

@import url("css/webfont.css");

/* 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:62.5%;
}
body {
	font:300 11px/1.4 'batmanbook';
	color:#000;
	background-color: #eceded;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1 {
	margin-top: 0.2em;
	font-family: 'batman_narrowlight';
	color: #b84d1f;
}




.bildergalerie_aktuelles {
	height: 245px;
	overflow: hidden;
	margin-bottom: 2em;
}
.bildergalerie_aktuelles .ngg-gallery-thumbnail-box {
    margin-right: 27px;
    margin-bottom: 18px;

}
.bildergalerie_aktuelles #ngg-image-4,
.bildergalerie_aktuelles #ngg-image-9 {
    margin-right: 0;
} 

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

/* wrapper */
.wrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
	background-color: #fff;
}
/* header */
.header {
	width: 100%;
	height: 112px;
	background-image: url(img/bg-header.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #b84d1f;
	
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
[role=main] {
	clear: both;
	padding: 0 20px;
	font-size: 150%;
	font-family: 'batman_narrowlight';
}
.startseite [role=main] {
	clear: both;
	padding: 0;
	font-size: 150%;
	font-family: 'batman_narrowlight';
}
.content {
	position: relative;
}
.main_content {
	float: right;
	width: 630px;
	padding-top: 1.5em;
}
.linke_spalte {
	position: relative;
	float: left;
	width: 300px;
	padding-top: 1.5em;
}


/*  Preis für Skulptur */
.content_inner {
	width: 500px;
	float: left;
}
.bildspalte {
	width: 110px;
	float: right;
	padding-bottom: 2em;
}





/* sidebar */
.sidebar {

}
/* footer */
.footer {
clear: both;
}

.top_slider {
	height: 372px;
	margin-top: 42px;
	border-bottom: solid 2px #b84d1f;
	position: relative;
}
.slider_schatten {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9999;
	width: 1000px;
	height: 22px;
	background-image: url(img/schatten_top.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}
.bildunterschrift_page_cover {
	text-align: right;
	padding-right: 2em;
}


.flex-control-nav {
    bottom: 10px !important;
    z-index: 1000;
}

/* Clearfix-Methode zum Clearen der Float-Umgebungen */

	 .clearfix:after {

		content: "."; 

		display: block; 

		height: 0; 

		clear: both; 

		visibility: hidden;

	}


/*------------------------------------*\
    Main Navigation
\*------------------------------------*/

.nav {
	position:relative;
	width:1000px;
	height: 44px;
	background-color: #b84d1f; 
	border-top: solid 2px #fff;
}
.menu-main {
	clear: right;
}
.menu-main ul {
	margin:0px auto;
	position:relative;
	float:right;
}
.menu-main ul li {
	display:inline;
	font-size:16px;
	margin:0;
	padding:0;
	float:left;
	position:relative;
}
.menu-main ul li a {
	padding:9px 20px;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	background: #b84d1f;
	/*
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
	*/
}
.menu-main ul li a:hover,
.menu-main .current-page-ancestor > a
{
	border-bottom: solid 2px #fff;
}

.menu-main ul li a.first {
	border-left: 0 none;
}

.menu-main ul li a.last {
	border-right: 0 none;
}
/*
.menu-main ul li:hover > a {
	background:#fff;
	color:#b84d1f;
}

*/

/* Drop-Down Navigation */
.menu-main ul li:hover > ul {
	visibility:visible;
	opacity:1;
}
.menu-main ul ul, .menu-main ul ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;    
    visibility:hidden;
    opacity:0;
    position: absolute;
    z-index: 99999;
	width:250px;
	background: rgba(184,77,30,0.7);
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}
.menu-main ul ul {
    top: 43px;
    left: 1px;
}
.menu-main ul .menu-item-509 ul {
    left: -159px;
}
.menu-main ul .menu-item-508 ul {
    left: -111px;
}

.menu-main ul ul li ul {
    top: 0;
    left: 250px; /* strong related to width:300px; from above */
}

.menu-main ul ul li {
	clear:both;
	width:100%;
	border:0 none;
	border-bottom:1px solid #c9c9c9;
}

.menu-main ul ul li a {
	background:none;
	padding:7px 15px;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	width:250px;
}
.menu-main ul ul li a:hover {
	border-bottom: 0 none;
	font-family: 'batman_narrowbold';

}


/* linke Spalte submenu ***********************************************************************/
.submenu_left li {
	list-style: none;
	border-bottom: solid 1px #b84d1f;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

.submenu_left li.current_page_item a, .submenu_left li.current_page_ancestor + a {
	font-family: 'batman_narrowbold';
	color: #b84d1f;
}
/* 2 ebene */
.submenu_left li ul {
	padding: 0;
	margin: 0;
	margin-left: 1em;
}
.submenu_left li li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0.2em;
}
.submenu_left li li::before { 
	content: "» ";
}
.submenu_left li a {
	border-bottom: none;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	font-family: 'batmanbook';
	color:#000;
}
.submenu_left li.current_page_item li a {
	font-family: 'batmanbook';
	color:#000;
}

.garten .page-item-13 a,
.oeffentlich .page-item-15 a,
.grossplastiken .page-item-634 a,
.sammlung .page-item-72 a
 {
	font-family: 'batman_narrowbold';
	color: #b84d1f;
}




/* footer nav ***********************************************************************/
.footer-nav {
	position: relative;
	background-color: #b84d1f;
	padding-bottom: 100px;
	padding-top: 10px;
	background-image: url(img/bg-footer.jpg);
	background-repeat: no-repeat;
}
.footer-nav li a,
.footer-nav li {
	display: inline-block;
	text-decoration: none;
}
.footer-nav li a {
	font-family: 'batman_narrowbold';
	color: #fff;
	font-size: 16px;
	line-height: 1.71428571;
	white-space: nowrap;
	padding-left: 0em;
}
.footer-nav li a:hover {
	color: #000;
}
.footer-nav li {
	position: relative;
	width:18%;
	margin-left: -20px;
}
.footer-nav li ul li {
	width:13em;
	margin-bottom: 0.8em;
}
.footer-nav li ul {
	margin: 0;
	padding: 0;
	margin-left: 20px;
	position: absolute;
	top: 100%;
	z-index: 1
}
.footer-nav li ul li a {
	display: block;
	font-size: 14px;
	line-height: 1.1;
	white-space: normal;
	font-family: 'batmanbook';
}
.footer-nav li ul li a:hover {
	color: #000;
}
.footer-nav .current-menu-item > a,
.footer-nav .current-menu-ancestor > a,
.footer-nav .current_page_item > a,
.footer-nav .current_page_ancestor > a {
	color: #000;
}






.adresse_footer {
	position: absolute;
	width: 980px;
	bottom: 0;
	left: 0;
	z-index: 1000;
	font-family: 'batman_narrowbold';
	color: #fff;
	margin: 0 20px;
	padding-bottom: 1em;
	text-transform: uppercase;
}
.adresse_footer a {
	color: #fff;
}
.adresse_footer span {
	padding: 0 0.5em;
}

.adresse_footer .textwidget {
	float: left;
}

/* footer menu sprache facebook impressum */
#language_switch_footer {
	float: right;
	margin-right: 20px;
}
#language_switch_footer ul {
	padding: 0;
	margin: 0;
}
#language_switch_footer li {
	text-align: right;
	margin-left: 1.5em;
	width: inherit;
}
#language_switch_footer a {
	font-size: 100%;
	line-height: 1;
}
#language_switch_footer .menu-item-83 a,
#language_switch_footer .menu-item-211 a,
#menu-top-menu-de .menu-item-91 a,
#menu-top-menu-en .menu-item-208 a
{
	background-image: url(img/icon-facebook.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 21px;
	height: 20px;
}
/* facebook text verbergen */
#language_switch_footer .menu-item-83 a span,
#language_switch_footer .menu-item-211 a span,
#menu-top-menu-de .menu-item-91 a span,
#menu-top-menu-en .menu-item-208 a span
{
	display: inline-block;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* top nav ***********************************************************************/
.top-nav {
	position: absolute;
	top: 0px;
	right: 10px;
}
.top-nav li {
	float: right;
	margin-right: 1.3em;
	list-style: none;
}
.top-nav a {
	font-family: 'batman_narrowbold';
	color: #fff;
	text-transform: uppercase;
	font-size: 110%;
}



/* Startseite Boxen ***********************************************************************/

.boxen_startseite {
	margin: 15px 0 2em 15px;
	padding: 0;
}
li.aktuell_box {
	background-color: #f4e3d6;
	margin-bottom: 2em;
	font-size: 85%;
	width: 31.8%;
	float: left;
	margin: 5px 5px;
	list-style-type: none;
}
.aktuell_box h2 {
	background-color: #b84d1f;
	/*font-family: 'batman_narrowbold';*/
	color: #fff;
	font-size: 100%;
	text-transform: uppercase;
	padding: 1em 1.3em;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: solid 2px #fff;
}
.aktuell_box h2 a {
	color: #fff;
}
.aktuell_box h3 {
	font-family: 'batman_narrowbold';
	color: #b84d1f;
	letter-spacing: 0.08em;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 0;
	font-size: 90%;
}
.aktuell_box_inside {
	padding: 0 1.3em 0.2em 1.3em;
}
.aktuell_box h3 + p {
	padding-top: 0;
	margin-top: 0;
}
.item_aktuelles {
	margin-bottom: 1em;
}
.more-link {
	display: block;
}


/* Ausstellungen ***********************************************************************/

.item {
	margin-bottom: 1em;
}
ul.exibition {
	width:420px;
	float: left;
	margin: 0 0 2em 0;
	padding: 0;
}
ul.exibition li {
	list-style-type: none;
	margin-left: 0;
}
.thumbnail_image {
	width: 200px;
}

.item h2 {
	font-family: 'batman_narrowlight';
	font-size: 1em;
	color: #b84d1f;
}

.single-ausstellung ul.exibition {
	float: none;
}
.page-template-page_ausstellung_liste .submenu_left,
.single-ausstellung .submenu_left,
.single-post .submenu_left,
.single-skulpturen .submenu_left
 {
	padding-top: 4.5em;
}

/* Stipendium ***********************************************************************/
.small {
	font-size: 80%;
}
.brown {
	color: #B84D1F;
}
.submenu_left span {
	padding-left: 0.3em;
}

/* Skulpturen ***********************************************************************/
.bildspalte.skulpturen {
	margin-top: 6.2em;
}

/* Pressebilder ****************************************************************************/
.pressebilder {
	margin: 1em 0 2em 0;
	padding-top: 1em;
}
.pressebilder a {
	color: #B84D1F;
}


#content.pressebilder {
	margin-top:1.1em;
}

hr {
	clear:both;
	margin:3em 0 1em 0;
}
.pressebilder h3 {
	text-transform: uppercase;
	color: #B84D1F;
	margin-bottom: ;
}

.presseSeitenListe {
	margin:0 2.5em 0 0;
	padding: 0;
}
.presseSeitenListe li {
	border-bottom: 1px dotted #B84D1F;
	padding:0.5em 0;
	list-style-type: none;
}
.presseSeitenListe a {
	display:block;
	color: #B84D1F; 
}
.parent-pageid-674 .pressebilder img {
	margin:0;
}
.parent-pageid-674 .pressebilder p {
	margin:0 0 1em 0;
}


#loginform {
	margin-top:1em;
}
#loginform .button {
	margin-top:1em;
	display: block;
}
.logout_link {
	float: right;
	margin-right: 2.5em !important;
	padding-top: 0.5em;
}
.logout_link a {
	color:#fff;
	font-weight: bold;
	padding:0.2em 0.5em;
	background-color: #B84D1F; /* blau = #5e7898 */
	display: inline;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.logout_link a:hover {
	color:#B84D1F;
	background-color: #fff;
	border: solid 1px #B84D1F;
}


/*  presse link ***********************************************************************/

.presse_link a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color:#B84D1F;
	letter-spacing: 0.05em;
}
.presse_link a:hover {
	color:#000;
}
.presse_link_abstand_oben {
	margin-top: 1.5em;
}
.link_zur_presseseite a {
	color: #B84D1F;
	text-transform: uppercase;
	margin-top: 1em;
	padding: 0.3em;
	border: solid 1px #B84D1F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.link_zur_presseseite a:hover {
	color: #fff;
	background-color: #B84D1F;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.ngg-gallery-thumbnail img {
    background-color: #FFF;
    border: 1px solid #A9A9A9;
    display: block;
    margin: 4px 0px 10px 4px !important;
    padding: 0px !important;
    position: relative;
}


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

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}



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

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

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

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

}
@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;
}
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;
	}
}
