@charset "utf-8";

/*
Theme Name: SLFG
Author:		Rico Floß, floss@51nullacht.de
Author URI: http://www.51nullacht.de/
Date:		2013-12
Client:		Frische Fische
Project:	SLFG
*/

/*
helleres grün	368639
hellgrün		27A22D	links
dunkelgrün		07690C	navi
hellgrau		A3A3A3
dunkelgrau		5C5C5C
hellorange		EE922E
dunkelorange	EE5E0A
*/

/* ========= font override */
body {
	/* font: normal 68.75%/163.63% 'Lucida Sans', 'Tahoma', 'Lucida Sans Unicode', Arial, Verdana, sans-serif; */
	font: normal 81.25%/150% 'Lucida Sans', 'Tahoma', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
}
body,
h1, h2, h3, h4, h5, h6,
thead th, tbody th,
button, a.button, a.btn, input[type="submit"], input[type="reset"], input[type="button"],
.menu,
strong, b {
	font-family: 'Lucida Sans', 'Tahoma', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}
body, strong, b {
	/* color: #949494; */
	/* color: #919191; */
	/* color: #777; */
	color: #555;
}


/* ========= structur */
.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	z-index: 99;
	
	text-align: left;
}
.grid {
	max-width: 100%;
}

.page-header {
	position: relative;
	/* height: 200px; */
	padding: 0;
	z-index: 99;
}
	.page-navigation {
		padding: 0.7em 2.5em 0 1em;
		position: relative;
		z-index: 1;
	}
.page-document {
	/* margin: 1em 0; */
}
	.page-content {
		margin-top: 3em;
	}
	.page-sidebar {
		width: 30%;
	}
.page-footer-container {
	padding-top: 0.1em;
	height: 93px;
}

/* ========= basics */
body {
	margin: 0;
	text-align: center;
	
	/* background: transparent url(images/header.jpg) top center no-repeat; */
}
ul, ol {
	list-style: none; margin: 0; padding: 0;
}
img { max-width: 100%; height: auto; }
iframe { max-width: 100%; margin-bottom: 1em;}

strong a, a strong, a {
	color: #27A22D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	margin: 1em 0;
}
.col_12 {
	width: 100%;
	margin: 0;
}

/* ========= header */
.page-header {
}

/* logo */
.page-header a.logo {
	float: left;
	position: relative;
	display: block; width: 310px; max-width: 100%; height: 93px;
	overflow: hidden;
	margin: 0.5em 0 0 1em;
	
	text-indent: -9000px;
	white-space: nowrap;
}
.page-header a.logo span {
	position: absolute; left: 0; top: 0;
	width: 100%; height: 100%;
	background: transparent url(images/Logo_SLfG_lang.jpg) left top no-repeat;
	background-size: contain;
}

/* ========= navigation */
.page-navigation {
	background: transparent url(images/mainnavi_bg.png) center top repeat-x;
	height: 46px;
	
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	
	-moz-box-shadow: 0 0 3px #888; -webkit-box-shadow: 0 0 3px #888; box-shadow: 0 0 3px #888;
}
.page-navigation.fixed {
	position: fixed;
	top: 0;
	width: 960px;
}
.page-navigation .navigation li.search {
	width: 19%;
	padding-left: 1em;
	vertical-align: top;
}
.page-navigation .navigation > li > a {
	padding: 0.5em 1em 0 1em;
	
	font-weight: 600;
	color: #fff;
	font-size: 81.25%;
}
/* .page-navigation .navigation > li.current_page_item > a,
.page-navigation .navigation > li.current_page_ancestor > a,
.page-navigation .navigation > li.current_page_parent > a, */
.page-navigation .navigation > li[class^='current'] > a,
.page-navigation .navigation > li[class*=' current'] > a,
.category-12 .page-navigation .navigation li.page-item-3915 > a, /* presse page */
.single-projekt .page-navigation .navigation li.page-item-13 > a { /* project db parent page */
	text-decoration: underline;
}
.page-navigation .navigation > li > a:hover {
	text-decoration: none;
}
.page-navigation .arrow {
	display: none !important;
}

/* childrens */
.menu ul {
	min-width: 170px;
}
.page-navigation .navigation ul {
	padding-top: 1.1em;
}
.page-navigation .navigation ul a {
	padding: 5px 1em;
	
	background-color: #07690C;
	font-size: 81.25%;
	color: #fff;
}
.page-navigation .navigation ul .first > a {
	padding-top: 1em;
	
	background: #07690C url(images/subnavi_bg.png) left top repeat-x;
}

.page-navigation .navigation ul .last a {
	padding-bottom: 1em;
}
/* .page-navigation .navigation ul li.current-menu-item > a,
.page-navigation .navigation ul li.current_page_item > a,
.page-navigation .navigation ul li.current_page_ancestor > a,
.page-navigation .navigation ul li.current_page_parent > a, */
.page-navigation .navigation ul li[class^='current'] > a,
.page-navigation .navigation ul li[class*=' current'] > a,
.single-projekt .page-navigation .navigation ul li.page-item-25 > a, /* project db page */
.page-navigation .navigation ul li > a:hover {
	background-color: #368639;
	text-decoration: none;
}

/* sub childrens */
.page-navigation .navigation ul ul {
	padding-top: 0;
}

/* extra */
.meta-navigation {
	margin-top: 2em;
	padding: 1.5em 0 0 1em;
	width: 265px; height: 85px;
	text-align: center;
	background: transparent url(images/metanavi_bg.png) left top no-repeat;
	background-size: cover;
}
.meta-navigation .navigation li {
	display: inline;
}
.meta-navigation .navigation li a {
	/* display: block; */
	/* float: left; margin-left: 2em; */
	margin-left: 1em;
	
	color: #5C5C5C;
	text-shadow: 1px 1px 0px #fff;
}
.meta-navigation .navigation li.current-cat a,
.meta-navigation .navigation li.current_page_item a,
.meta-navigation .navigation li.current_page_ancestor a,
.meta-navigation .navigation li.current_page_parent a,
.meta-navigation .navigation li a:hover {
	text-decoration: underline;
}

.meta-contact { border: 3px solid red; border-radius: .5rem; text-align: center; background-color: #27A22D; color: #fff; padding: .5rem .75rem; line-height: 1.2; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; opacity: 0; float: left; width: 250px; margin: 1rem 1rem 1rem 5rem; }
.meta-contact strong { color: currentColor; }
.load .meta-contact { opacity: 1; }

/* headerimage */
.header-image {
	margin-top: -3px;
	-moz-box-shadow: 0 -3px 5px #888; -webkit-box-shadow: 0 -3px 5px #888; box-shadow: 0 -3px 5px #888;
}

/* headerline */
.headerline {
	margin-top: 3px;
	height: 30px;
	
	background: transparent url(images/headerline.png) top center repeat-x;
	
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	-moz-box-shadow: 0 0 3px #888; -webkit-box-shadow: 0 0 3px #888; box-shadow: 0 0 3px #888;
}

/* ========= document */
.page-document {
}

/* ========= content */
.page-content {
}

/* headlines */
h1, h1 strong, h1 a,
h2, h2 strong, h2 a,
h3, h3 strong, h3 a,
h4, h4 strong, h4 a,
h5, h5 strong, h5 a,
h6, h6 strong, h6 a {
	clear: both;
	margin: 0 0 0.25em 0;
	
	color: #5C5C5C;
	font-weight: 100;
	line-height: 1.3em;
	text-decoration: none;
}
h1 {
	margin-bottom: 1em;
	
	font-size: 138.46%;
}
h2 {
	margin-top: 2em;
	
	font-size: 123.07%;
}
h2.likeh1 {
	margin-top: 0;
	
	font-size: 138.46%;
}
h3 {
	margin-top: 2em;
	
	font-size: 107.69%;
}
.project-container h3 {
	margin-top: 0;
}
table h3 {
	margin-top: 0;
}
h4 {
	margin-top: 2em;
	
	font-size: 100%;
}

.page-sidebar h4 {
	margin: 0;
	
	color: #27A22D;
	font-size: 138.46%;
}

.team-detail h1, .team-detail h2, .team-detail h3, .team-detail h4, .team-detail h5, .team-detail h6 {
	clear: none;
}

/* misc */
.page-content ul {
	list-style: disc;
	margin: 0 0 1em 1.5em;
}
.page-content ol {
	list-style: decimal;
	margin: 0 0 1em 1.5em;
}
.page-content p,
.page-content address,
.page-content ul,
.page-content ol {
	margin-top: 0;
	margin-bottom: 1em;
}
.page-content li {
	margin: 0; padding: 0;
}
.page-content blockquote {
	margin-bottom: 2em;
	
	font-size: 107.69%;
}

/* columns */
.column.styled .column-inner {
	position: relative;
	margin-bottom: 1em;
	padding: 1em; padding-bottom: 0;
	
	background: transparent url(images/box_bg.png) center top repeat-x;
	line-height: 130%;
	
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	
	-moz-box-shadow: 1px 1px 3px #888; -webkit-box-shadow: 1px 1px 3px #888; box-shadow: 1px 1px 3px #888;
}
.column.styled.blank .column-inner { /* cause there more styled than blank... */
	padding: 0; background: transparent; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

/* team */
.page-content .team-container .team-content {
	display: block;
	margin-top: 0.5em;
}
.page-content .team-container .team-content .inner {
	font-size: 0.9em;
	color: #777;
	cursor: text;
}
.page-content .team-container .team-link {
	text-decoration: none;
}
.team-detail {
	display: none;
	width: 660px;
	
	text-align: left;
}

/* entry */
.page-content .meta {
	color: #A3A3A3;
	font-size: 92.30%;
}

/* =============== blog entrys as columns */
.page-content .list-hentry { /* odd and even */
	position: relative;
	width: 50%;
	float: left;
	padding: 2em 2em 3em 0;
}
.page-content .list-hentry.odd { /* second article (3, 5, 7, ...) in a row (row starts with 2 cause first article is the big one above) */
	float: right;
	padding: 2em 0 3em 2em;
	
	border-left: 1px solid #ccc;
}

.page-content hr.post-list {
	margin: 0 -0.83%;
	
	border-top: 1px solid #ccc;
}
.single .page-content hr.post-list {
	/* margin: 1em -0.83%; */
	margin: 1em 0;
}

.page-content .list-hentry .post-image-link {
	max-width: 100%;
	margin: 0 2em 1em 0;
}

.page-content .list-hentry .hentry-cats {
	width: auto;
	float: left;
	padding: 0.2em 0.4em;
	margin-bottom: 1em;
	
	background-color: #27A22D;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

/* first post */
.page-content .list-hentry.postCnt-1 {
	width: 100%;
	float: none;
	padding: 0 0 1em 0;
	
	border: none;
}
.page-content .list-hentry.postCnt-1 .hentry-cats {
	float: left;
	padding: 0.5em 0.2em;
	/* margin-bottom: 0; */
	width: 30%;
}
.page-content .list-hentry.postCnt-1 .hentry-headline {
	float: right;
	width: 68%;
	margin-bottom: 1em;
}
.page-content .list-hentry.postCnt-1.category-presse .hentry-headline {
	float: none;
	width: 100%;
	/* margin-bottom: 1em; */
}

/* basics for all contents */
.page-content .download-list {
	margin-left: 0;
	
	list-style: none;
}
.page-content .more-link {
	/* padding: 0.3em 0.5em; */
	padding: 0 0.3em 0.1em 0.3em;
	
	background-color: #A3A3A3;
	color: #fff;
	/* text-transform: uppercase; */
	
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.page-content .list-hentry .more-link {
	position: absolute;
	bottom: 0.5em; right: 1em;
	
}


/* project */
.project-container form select {
	margin-right: 1em;
}
.project-container #projectmap img {
	max-width: none !important;
}

/* gallery */
.page-content .list-hentry.type-galerie .galerie-first-image .image {
	display: block;
	position: relative;
	height: 160px;
	
	background: transparent center no-repeat;
}
.page-content .list-hentry.type-galerie .galerie-first-image .content {
	position: absolute; left: 0; bottom: 0;
	margin: 1.5em;
	padding: 0.5em;
	display: none;
	
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow: 1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;
}
.page-content .list-hentry.type-galerie .galerie-first-image:hover .content {
	display: block;
}

/* =============== forms */
.page-content form {
	position: relative;
	margin-bottom: 1em;
}
form.sent .tabs,
form.sent .tab-content,
form.sent fieldset,
form.sent p {
	display: none !important;
}
legend {
	margin-bottom: 1em;
	
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	
	border-width: 0 0 1px 0;
}
form label {
	cursor: pointer;
	color: #2C3D51;
}
.page-content form p {
	margin-bottom: 0.5em;
}
form textarea {
	height: auto;
	max-width: 100%;
}
textarea[class*="col_"] {
	float: none;
	display: inline-block;
}

fieldset {
	padding: 1em 1em 0.5em 1em;
	position: relative;
	
	background: #F8F8F8;
	border: 1px solid #b2b2b2;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-moz-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow: 1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;
}
fieldset.info,
fieldset.info strong {
	color: #6c7588;
}

form input[type="text"], form input[type="email"] {
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	
	-moz-box-shadow: inset 1px 1px 3px #888; -webkit-box-shadow: inset 1px 1px 3px #888; box-shadow: inset 1px 1px 3px #888;
}
form input[type="submit"] {
	text-indent: 0;
	
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

form .readonly,
form .blank {
	padding: 0; background: transparent; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

/* search */
form.searchform {
	background-color: #92C695;
	font-size: 92.30%;
	
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	
	-moz-box-shadow: inset 1px 1px 3px #888; -webkit-box-shadow: inset 1px 1px 3px #888; box-shadow: inset 1px 1px 3px #888;
}
form.searchform button,
form.searchform button:focus {
	padding: 6px;
	margin-left: 0.2em;
	
	border: none;
	color: #27A22D;
	background-color: transparent;
}
form.searchform input,
form.searchform input:focus {
	padding: 7px 5px 0 0;
	width: 75%;
	
	-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
	
	border: none;
	color: #fff;
	background-color: transparent;
}

/* recommend */
#recommend-form {
	width: 400px;
	
	text-align: left;
}
#recommend-form textarea[name="url"] {
	width: 100%;
}

/* wpcf7 */
.page-content form .wpcf7-form-control-wrap {
	display: block;
	margin: 0.5em 0;
}
.page-content form .wpcf7-list-item {
	display: block;
	padding-top: 0.5em;
	padding-right: 0.5em;
}
.page-content form.wpcf7-form a.button, .page-content form.wpcf7-form a.button:hover,
.page-content form.wpcf7-form input.wpcf7-submit, .page-content form.wpcf7-form input.wpcf7-submit:hover {
	padding: 0.5em 1em;
	margin-top: 1em;
	
	color: #000;
	border: none;
	font-size: 114%;
	font-weight: 400;
	font-style: italic;
	text-transform: uppercase;
	background-size: cover;
	background-color: #27A22D;
}
.page-content form input.wpcf7-not-valid,
.page-content form textarea.wpcf7-not-valid {
	border-color: #ff0000;
}
.page-content form .wpcf7-not-valid-tip {
	color: #ff0000;
}
.page-content form .wpcf7-response-output {
	padding: 1em;
	width: 100%;
	
	font-size: 107%;
}
.page-content form .wpcf7-response-output.wpcf7-mail-sent-ng,
.page-content form .wpcf7-response-output.wpcf7-validation-errors { border: 1px solid #ff0000; }
.page-content form .wpcf7-response-output.wpcf7-mail-sent-ok { border: 1px solid #00ff00; }

/* =============== images */
.alignright {				float: right; }
.page-content .alignright {	margin-left: 2em; }
.team-detail .alignright {	margin-left: 2em; }
.alignleft {					float: left; }
.page-content .alignleft {	margin-right: 2em; }
.aligncenter {				display: block; margin: 0 auto 1em auto; }

.page-content .wp-caption-text {
	margin-top: 1em;
	font-style: italic;
	line-height: 1em;
}

.page-content figure {
	margin: 0;
}
.team-person-details .page-content .wp-post-image {
	float: right;
}
.page-content a.zoom {
	position: relative;
}
.page-content a .zoom .icon-plus {
	position: absolute; z-index: +1; top: 4em; right: 1.5em;
	padding: 0.4em 0.5em;
	
	background-color: #fff;
}

.page-content .hentry .wp-post-image,
.page-content .aligncenter,
.page-content .alignleft,
.page-content .alignright {
	background: transparent url(images/box_bg.png) center top repeat-x;
	padding: 0.5em;
	
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	
	-moz-box-shadow: 1px 1px 3px #888; -webkit-box-shadow: 1px 1px 3px #888; box-shadow: 1px 1px 3px #888;
}

.page-content .imageExcerpt {
	display: block;
	position: relative;
	height: 100px;
	overflow: hidden;
}
.page-content .imageExcerpt span {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

/* gallery */
.page-content .gallery a {
	
}
.page-content .gallery a.first-image {
	
}
.page-content .gallery a.first-image .icon-plus {
	
}
.page-content .gallery .gallery-item {
	float: left;
	margin-bottom: 0;
	margin-top: 0;
}
.page-content .gallery .gallery-item .wp-caption-text {
	margin: 0;
}

#fancybox-wrap, #fancybox-wrap * { /* reset new box model sizing for fancybox */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* =============== table */
.page-content table {
	max-width: 100% !important;
	margin: 1em 0;
}
.page-content table caption {
	/* width: 90%; */
	/* padding: 1em 5% 0.5em 5%; */
	padding: 0.5em 0;
	
	/* text-align: center; */
	font-weight: 700;
	text-transform: uppercase;
	/* background-color: #EFF0F1; */
}
.page-content table td,
.page-content table th {
	vertical-align: top;
	padding: 0 1em 1em 1em;
	
	text-align: left;
	/* color: #858D92; */
}
.page-content table th {
	padding: 1em 1em;
	font-weight: 700;

	/* color: #30373B; */
}
.page-content table td:first-child,
.page-content table th:first-child {
	padding-left: 0;
}
.page-content table tr:hover td {
	
}

/* top teaser text */
.page-content .teaser {
	padding: 0 0 1em 1em;
}

/* =============== slider default */
.bx-wrapper {
	margin: 0;
}
.bx-wrapper .bx-viewport {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.bx-wrapper .bx-viewport > ul > li {
	padding: 0;
}

/* =============== page-sidebar */
.page-sidebar {
	
}
.page-sidebar article {
	margin-bottom: 1em;
	padding: 1em;
	
	background: transparent url(images/box_bg.png) center top repeat-x;
	/* font-size: 107.69%; */
	
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #888; -webkit-box-shadow: 1px 1px 3px #888; box-shadow: 1px 1px 3px #888;
}

/* slider */
.page-sidebar .slider {
	/* width: 100%; */
}
.page-sidebar .slider blockquote {
	padding: 0;
	margin: 0.5em; margin-bottom: 0;
	
	border: none;
	/* font-size: 107.69%; */
	font-size: 100%;
	font-style: normal;
	/* font-weight: 700; */
	color: #27A22D;
}
.page-sidebar .slider blockquote footer {
	color: #A3A3A3;
	font-weight: 100;
}

/* member-container */
.page-sidebar .member-container,
.page-sidebar .member-container a,
.page-sidebar .member-container h4 {
	color: #EE922E;
}
.page-sidebar .member-container a {
	text-decoration: underline;
}

/* =============== newsletter */
.page-content .newsletter .newsletter-email,
.page-sidebar .widget_newsletterwidget .newsletter-email {
	width: 100%;
	
	color: #A3A3A3;
}
.page-content .newsletter .newsletter-submit,
.page-sidebar .widget_newsletterwidget .newsletter-submit {
	float: right;
	padding: 0.3em 0.5em;
	
	background-color: #27A22D;
	color: #fff;
}

.page-content .newsletter-info .newsletter.newsletter-subscription { /* disable newsletter subscription form on status page ... */
	display: none;
}
.page-content .newsletter-info p { /* ... but mark text as special */
	color: #EE5E0A;
}
.page-content .newsletter.newsletter-profile {
	width: 50%;
	position: relative;
	margin-bottom: 1em;
	padding: 1em; padding-bottom: 0;
	
	background: transparent url(images/box_bg.png) center top repeat-x;
	
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #888; -webkit-box-shadow: 1px 1px 3px #888; box-shadow: 1px 1px 3px #888;
}

.page-content .newsletter table td,
.page-content .newsletter table th {
	border: none;
}

/* =============== calendar */
.page-content table.fc-header,
.page-content table.fc-border-separate {
	margin: 0;
}
.page-content .fc-header .fc-button {
	height: auto;
}
.page-sidebar .widget_calendar td,
.page-sidebar .widget_calendar th {
	text-align: center;
}
.page-sidebar .widget_calendar td.event {
	background-color: #27A22D;
}
.page-sidebar .widget_calendar td.event a {
	color: #fff;
}

.page-sidebar .widget_calendar #eo-widget-prev-month {
	text-align: left;
}
.page-sidebar .widget_calendar #eo-widget-next-month {
	text-align: right;
}

.page-content form.add-event input.submit {
	float: right;
	padding: 0.3em 0.5em;
	
	background-color: #27A22D;
	color: #fff;
}

.eo-venue-map { z-index: 1 !important; }
/* a.fc-event { max-width: 100%; } */

/* =============== wp-pagenavi */
.wp-pagenavi {
	clear: both;
	padding-top: 2em;
	
	text-align: center;
}
.wp-pagenavi .pages {
	text-align: right;
	float: right;
}
.wp-pagenavi .pages li {
}
.wp-pagenavi a,
.wp-pagenavi .current {
	margin: 0 0.5em;
	padding: 0.2em 0.5em;
	
	color: #A3A3A3;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.wp-pagenavi .nextpostslink {
}
.wp-pagenavi .previouspostslink {
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
	color: #27A22D;
}

/* ========= footer-container */
.page-footer-container {
	margin: 1em 0 0 1em;
	margin-bottom: 5rem;
	
	background: transparent url(images/footer_bg.png) center top no-repeat;
}
.page-footer p {
	text-shadow: 1px 1px 0px #fff;
	color: #5C5C5C;
}

/* ========= misc */
.floatleft {			float: left; }
.floatright {		float: right; }
.floatleftSpace {	float: left; margin-left: 1em; }
.clear {				display: block; clear: both; }
.clearSpace {		display: block; clear: both; height: 1em; }

.fancybox-nav { top: 0.25rem; height: auto; }
.fancybox-outer:hover .fancybox-nav span { visibility: visible; }

.info_content { max-width: 300px; }
.info_content p { margin-bottom: .125rem; font-size: .75rem; }


/* ========= cookie script */
/* cookie banner padding */
#cookiescript_injected {
    padding-top: 25px !important;
}

/* iframe cookie */
.iframe-wrapper { position: relative; display: block; }
.iframe-wrapper-info { position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden;
background-color: #eee; padding: 1rem;
display: -webkit-box; display: -ms-flexbox; display: flex;
-webkit-box-align: center; -ms-flex-align: center; align-items: center;
-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

