/*
Theme Name: Blank Theme
Theme URI: 
Author: ecom Webservices
Author URI: 
Description: A blank Wordpress Theme
Tags: html5,css3,blank
*/
body.home .overlay-show{
		display: flex;
}
.overlay-show {
	width:100%; 
	position:fixed; 
	z-index:2000; 
	background-color: rgba(0,0,0,.5);
	height: 100%; 
	text-align:center;
	display:none;

}
	.fa-times {
		color:#fff; 
		position:absolute;
		right:-5px;
		top:0px;
		z-index:2002;
		font-size: 20px;
	}
		.fa-times:after {
			content: "\f00d";
		
		}
		span{
			padding-right: 5px;
			
		}
	#clickaway {
    position: absolute;
    top: 10px;
    right: 20px;
    text-decoration: none;
}
	.overimage{
		position: relative;
		display: flex;
justify-content: center;
align-content: center;
align-self: center;
height: 300px;
background-color: #fff;
width: 50%;
margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
padding: 2rem;
flex-direction: column;
line-height: 2em;
font-size: 18px;
border: 10px solid #000;

	}
	.overimage h2{
		 text-transform: uppercase; 
	}
.overlay-hide { 
	display:none; 
}

@media screen and (max-width: 980px){
	.overimage{
		width: 85%;
	}
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,300italic,300);

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
}

#wrapper {
	overflow: hidden;
	max-width: 100%;
}

.screen-reader-text {
	display: none;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

iframe {
	max-width: 100%;
}

/*group header*/
.logo  {
	text-align: center;
	padding: 20px 0;
}

.logo a {
	display: inline-block;
}

#image-wrapper {
		line-height: 0;
}

#image-wrapper .gm-style .gm-style-iw {
	line-height: 1.4em;
}

#image-wrapper img {
	width: 100%;
	height: auto;
	line-height: 0;
}

#nav-wrapper {
    background-color: #7bb300;
    min-height: 56px;
    overflow: visible;
    position: relative;
    z-index: 999;
}

#main-navigation ul {
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
}

#main-navigation li {
    float: left;
    list-style: outside none none;
    text-align: center;
    min-height: 56px;
}

#main-navigation li a {
	color: #fff;
	padding: 15px 38px;
	text-decoration: none;
	display: block;
	font-size: 1.125em;
}

#main-navigation .menu-hauptnavigation-container > ul > li.current-menu-ancestor > a,
#main-navigation .menu-hauptnavigation-container > ul > li.current-menu-item > a,
#main-navigation li:hover > a {
	background-color: #6a9b01;
	-webkit-webkit-transition: background-color 0.25s ease;
	-moz-webkit-transition: background-color 0.25s ease;
	-ms-webkit-transition: background-color 0.25s ease;
	-o-webkit-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}

.header {
	position: relative;
}

#header-navigation {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
}

#header-navigation nav {
	position: absolute;
	right: 0;
	top: 15px;
}

#header-navigation ul {
	overflow: hidden;
}

#header-navigation li {
	float: left;
	list-style: none;
	margin-left: 18px;
}
#header-navigation a {
	color: #7bb300;
	text-decoration: none;
	font-size: 0.85em;
	border-left: 1px solid #7bb300;
    padding-left: 18px;
    display: block;
    line-height: 1em;
    text-shadow: 0px 0px 0 transparent;
    -webkit-webkit-transition: text-shadow 0.25s ease;
    -moz-webkit-transition: text-shadow 0.25s ease;
    -ms-webkit-transition: text-shadow 0.25s ease;
    -o-webkit-transition: text-shadow 0.25s ease;
    transition: text-shadow 0.25s ease;
}
#header-navigation li:first-child a {
	border-left: none;
} 

#header-navigation a:hover {
	text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
}

.nav-inner {
	max-width: 1200px;
	margin: 0 auto;
}

#search {
    padding: 13px 0;
    position: relative;
}

#search form {
    float: right;
    width: 75%;
}

#search .submit {
	background-color: transparent;
	border: none;
	position: absolute;
	right: 0;
}

#search .submit:after {
	content: '\f002';
	font-family: 'FontAwesome';
	color: #fff;
	font-size: 24px;
}

#search .submit:hover {
	cursor: pointer;
}

#search input[type="text"] {
    background-color: rgba(255, 255, 255, 0.6);
    border: medium none;
    border-radius: 13px;
    float: right;
    margin-right: 35px;
    padding: 5px 1px 6px 7px;
    width: 35%;
    -webkit-webkit-transition: all 0.25s ease;
    -moz-webkit-transition: all 0.25s ease;
    -ms-webkit-transition: all 0.25s ease;
    -o-webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

#search [type="text"]:focus {
	background-color: rgba(255,255,255,1);
}

#searchsubmit {
	position: absolute;
	left: -7000em;
}

.parallax-window {
	min-height: 550px;
	min-height: 56vh;
	background: transparent;
}

#wrapper.fixed #nav-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
}

#wrapper.fixed #content-wrapper {
	padding-top: 94px;
}

.toggle-nav {
	color: #7bb300;
	font-size: 28px;
	float: left;
	padding-left: 8px;
}
/*end header*/

/*group content*/
#content-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	clear: both;
	width: 90%;
}

#content-wrapper img {
	max-width: 100%;
	height: auto;
	margin-bottom: -5px;
}

#team .item, 
#teaser .inner {
	padding: 0 15px;
	box-sizing: border-box;
}

.inner {
    padding: 0 15px;
}

#teaser .text {
	box-shadow: 0 0 5px rgba(0,0,0,0.6);
	position: relative;
	-webkit-transition: box-shadow 0.25s ease;
	transition: box-shadow 0.25s ease;
}

#team .img {
	position: relative;
}

#team img {
	width: 100%;
	height: auto;
}

#teaser .item {
	margin-bottom: 30px;
	padding-top: 5px;
}

#team .item .text {
	padding: 8px 10px;
	margin-bottom: 12px;
}

#team .title,
#teaser .title {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	display: block;
	bottom: 0;
	background-color: rgba(255,255,255,0.7);
	padding: 8px 10px;
	width: 100%;
	border-top: 3px solid #7bb300;
	margin-bottom: 0;
	font-size: 1.2em;
	-webkit-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}

#team .title {
	font-size: 1em;
	font-weight: 400;
}

#team a {
	text-decoration: none;
	padding-left: 30px;
	position: relative;
}

#team i {
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 2px;
	-webkit-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}

#team a:hover i {
	color: #7bb300;
}


#teamza a {
	text-decoration: none;
	padding-left: 0px!important; 
	position: relative;
}

#teaser .title i {
    color: #7bb300;
    font-size: 27px;
    position: absolute;
    right: 8px;
    top: 8px;
}

#teaser .item:hover .title {
	background-color: rgb(255,255,255);
}

#teaser .item:hover .text {
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}

#main-content #team .position {
	font-style: italic;
	margin-bottom: 15px;
}

#main-content #team p {
	margin-bottom: 10px;
}


dl {
	overflow: hidden;
}

dt {
	float: left;
	width: 33px;
	clear: left;
	margin-bottom: 5px;
}

dd {
	margin-bottom: 5px;
}


h1, h2,h3,h4 {
	font-weight: 300;
}

h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.8em;
	margin-bottom: 20px;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}

a {
	color: #333;
}

#subcontent {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
	padding-top: 20px;
	text-align: center;
}

#jameda {
	clear: both;
	padding: 40px 0;
	overflow: hidden;
}

#jameda .item {
	margin-bottom: 20px;
}

#focus-siegel {
    height: 159px !important;
    width: auto !important;
    display: block;
    margin-bottom: 20px !important;
}

.blue-button {
    background-color: #02a2d3;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    margin-left: 15px;
    padding: 0 20px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-webkit-transition: background-color 0.25s ease 0s;
    -moz-webkit-transition: background-color 0.25s ease 0s;
    -ms-webkit-transition: background-color 0.25s ease 0s;
    -o-webkit-transition: background-color 0.25s ease 0s;
    transition: background-color 0.25s ease 0s;
}
.blue-button:hover {
	background-color: #018fba;
}

#content-wrapper .blue-button img {
    height: 31px;
    margin: 0 6px;
    position: relative;
    top: 6px;
}

#jameda img {
	width: 100%;
	height: auto;
}

#jameda .item-title {
	background-image: url("img/jameda_bg.png");
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	min-height: 232px;
	font-size: 0.9em;
	line-height: 1.1em;
}

.item-title a {
    text-decoration: none;	
    display: block;
}

.item-title .title {
    display: block;
    font-size: 1.5em;
    margin-bottom: 29%;
    margin-left: 41%;
    padding-top: 32px;
    color: #02a2d3;
    font-weight: 600;
}

.item-title .description {
    color: #888;
    display: block;
    font-weight: 400;
    margin-left: 41%;

}

#main-content h1 {
	margin-bottom: 20px;
}

h3, h4,
.inner-content ul,
.inner-content ol,
#sidebar .text p,
#main-content .text p {
	margin-bottom: 20px;
}

img.alignright {
	float: right;
	margin-left: 20px;
}

img.alignleft {
	float: left;
	margin-right: 20px;
}

.inner-content ul,
.inner-content ol {
	padding-left: 18px;
}

.ninja-forms-field {
border: 1px solid #888!important;
    border-radius: 5px!important;
    padding: 5px 7px!important;
    color: #333!important;
}

.ninja-forms-field:focus {
	border-color: #7bb300!important;
	outline: none!important;
}

.ninja-forms-required-items {
    color: #888!important;
    float: right!important;
    font-size: 0.6em!important;
}

.submit-wrap .ninja-forms-field {
    background-color: #7bb300!important;
    border: none!important;
    color: #fff!important;
    font-weight: 300!important;
    font-size: 1em!important;
    padding: 10px 20px!important;
    float: right!important;
    -webkit-transition: background-color 0.25s ease!important;
    -o-transition: background-color 0.25s ease!important;
    transition: background-color 0.25s ease!important;
}

.submit-wrap .ninja-forms-field:hover {
	cursor: pointer!important;
	background-color: #679501!important;
}

.textarea-wrap textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 150px;
	font-family: "Open Sans",sans-serif;
}
/*end content*/

/*group search and news*/
article.category-aktuelles,
.search-result {
	border-bottom: 1px solid #7bb300;
	padding-bottom: 30px;
	margin-bottom: 25px;
	overflow: hidden;
}

article.category-aktuelles img {
	float: left;
	margin-right: 4%;
}

.category-aktuelles h2,
.search-result h2 {
	margin-bottom: 10px;
}

.category-aktuelles h2 a,
.search-result h2 a {
	text-decoration: none;
}

.read-more	 {
	float: right;
}

.read-more	 a {
	color: #7bb300;
	text-decoration: none;
	clear: both;
	display: inline-block;
	transform-origin: 100% 40% 0;
	-webkit-transition: -webkit-transform 0.15s linear;
	-moz-transition: -moz-transform 0.15s linear;
	-ms-transition: -ms-transform 0.15s linear;
	-o-transition: -o-transform 0.15s linear;
	transition: transform 0.15s linear;
}

.read-more	 a:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.read-more i {
    font-size: 25px;
    margin-left: 4px;
    position: relative;
    top: 4px;
}
/*end search*/

/*group sidebar*/
.button-group {
	padding-top: 10px;
}

.button {
	display: block;
	background-color: #7bb300;
	padding: 8px 5%;
	margin: 12px 0;
	color: #fff;
	text-decoration: none;
	border-radius: 7px;
	position: relative;
	-webkit-webkit-transition: background-color 0.25s ease;
	-moz-webkit-transition: background-color 0.25s ease;
	-ms-webkit-transition: background-color 0.25s ease;
	-o-webkit-transition: background-color 0.25s ease;
	transition: background-color 0.25s ease;
}

.button:hover {
	background-color: #6a9b01;
}

.button i {
	position: absolute;
	right: 5%;
	top: 8px;
	font-size: 24px;
}
/*end sidebar*/

/*group footer*/
#footer-wrapper {
	background-color: #7bb300;
	color: #fff;
}

#main-footer {
	margin: 0 auto;
	max-width: 1200px;
	padding: 40px 0;
	position: relative;
	width: 90%; 
}

#main-footer a {
	color: #fff;
	text-decoration: none;
}

#main-footer p {
	margin-bottom: 20px;
}

footer h2 {
	margin-bottom: 15px;
}

.social-media {
	overflow: hidden;
	margin-bottom: 40px;
}

.social-media li {
    float: left;
    font-size: 32px;
    line-height: 32px;
    list-style: outside none none;
    margin-right: 19px;
}

#main-footer .social-media .youtube a {
    background-color: #fff;
    border-radius: 3px;
    color: #7bb300;
    display: block;
    height: 28px;
    margin-top: 1px;
    text-align: center;
    width: 28px;
}

#main-footer .social-media .youtube a i {
    font-size: 23px;
    left: -2px;
    line-height: 22px;
    position: relative;
    top: -7px;
}    

footer img {
	width: 100%;
	height: auto;
}

.top {
    position: absolute;
    right: 0;
    top: -63px;
}

footer dl {
	overflow: hidden;
	margin-bottom: 13px;
}

footer dt {
    float: left;
    min-width: 80px;
    width: 25%;
}

footer dd {
	float: left;
	width: 75%;
}

footer #black-studio-tinymce-3 .inner {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    color: #333;
    padding: 9px 4% 2px;
    width: 88%;
}

footer #black-studio-tinymce-3 a {
	color: #333;
}

footer #black-studio-tinymce-3 a i {
    font-size: 27px;
    margin-bottom: 12px;
    width: 33px;
}

#subfooter {
	background-color: #fff;
	padding: 20px 0;
	box-shadow: inset 0 20px 15px -15px rgba(0,0,0,0.4);
}

#subfooter .inner {
	max-width: 1200px;
	margin: 0 auto;
	width: 90%;
}

#subfooter .inner ul {
	overflow: hidden;
}

#subfooter .inner li {
	float: left;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #333;
	list-style: none;
	font-size: 0.8em;
	line-height: 1em;
}

#subfooter .inner li:last-child {
	border-right: none;
}

#subfooter .inner a {
	-webkit-webkit-transition: color 0.25s ease;
	-moz-webkit-transition: color 0.25s ease;
	-ms-webkit-transition: color 0.25s ease;
	-o-webkit-transition: color 0.25s ease;
	transition: color 0.25s ease;
}

#subfooter .inner a:hover {
	color: #000;
}

.map:before,
.wheelchair:before {
	font-size: 27px;
	margin-bottom: 10px;
	width: 33px;
	display: inline-block;
}
/*end footer*/


@media screen and (max-width: 1093px) {
	#jameda .item {
		width: 50%;
	}
}

@media screen and (min-width: 1024px) {
/*	#main-content .text {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		-ms-column-count: 2;
		-o-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 40px;
	}

	.page-id-37 #main-content .text {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		-ms-column-count: 1;
		-o-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}*/
	
	#main-content {
		float: right;
	}

	.toggle-nav {
		display: none;
	}

	.sub-menu {
	    background-color: #fff;
	    box-shadow: 0 7px 9px rgba(0, 0, 0, 0.5);
	    position: absolute;
	    top: 56px;
	    display: none;
	}

	#main-navigation .sub-menu li {
	    float: none;
	    text-align: left;
	    width: auto;
	}

	#main-navigation .sub-menu li a {
	    border-bottom: 1px solid #7bb300;
	    color: #7bb300;
	    padding: 15px 20px;
	    -webkit-webkit-transition: all 0.25s ease;
	    -moz-webkit-transition: all 0.25s ease;
	    -ms-webkit-transition: all 0.25s ease;
	    -o-webkit-transition: all 0.25s ease;
	    transition: all 0.25s ease;
	}

	#main-navigation .sub-menu li:hover a {
		color: #fff;
		background-color: #7bb300;
	}

	#main-navigation .sub-menu li:last-child a {
		border-bottom: 0;
	}

	#search [type="text"]:focus {
		width: 100%;	
	}
}

@media screen and (max-width: 1024px) {
	#wrapper {
		background-color: #fff;
	}

	#header-navigation li {
		margin-left: 10px;
	}

	#header-navigation a {
		padding-left: 10px;
	}

	#header-navigation {
		margin-right: 10px;
	}

	.logo {
	    padding: 2px 0 6px;
	    clear: both;
	    width: 90%;
	    margin: 0 auto;
	}

	#nav-wrapper {
		display: none;
	}

	.wpgmp_map,
	.wpgmp_map_container {
		max-height: 250px;
	}

	.parallax-window {
		max-height: 400px;
		min-height: 250px;
	}

	#mm-main-navigation {
		background-color: #fff;
	}

	#mm-main-navigation:after {
		content: "";
		width: 30px;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		pointer-events: none;
	    background: -moz-linear-gradient(left, rgba(0,0,0,0) 17%, rgba(0,0,0,0.1) 65%, rgba(0,0,0,0.11) 66%, rgba(0,0,0,0.3) 100%);
	    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 17%,rgba(0,0,0,0.1) 65%,rgba(0,0,0,0.11) 66%,rgba(0,0,0,0.3) 100%);
	    background: linear-gradient(to right, rgba(0,0,0,0) 17%,rgba(0,0,0,0.1) 65%,rgba(0,0,0,0.11) 66%,rgba(0,0,0,0.3) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=1 );
	}

	.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
	    color: #fff;
	}

	.mm-navbar {
		background-color: #7bb300;
	}

	.mm-listview>li:not(.mm-divider):after {
		left: 0;
	}

	.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
	    border-color: #7bb300;
	}

	.mm-listview .mm-next {
	    background: #cbebb3;
	    top: 1px;
	}

	.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
	    border-color: #fff;
	}

	.mm-listview {
		font-size: 1em;
	}

	.mm-listview>li>a, .mm-listview>li>span {
	    padding: 14px 10px 14px 20px;
	}

	#search {
	    background-color: #7bb300;
	    left: -20px;
	    padding-left: 20px;
	    padding-right: 20px;
	    width: 100%;
	    display: block;
	    overflow: hidden;
	}

	#search form {
	    float: none;
	    width: 100%;
	}

	.mm-panels>.mm-panel>.mm-listview {
	    margin: 20px -20px 0;
	}

	#search .submit {
	    right: 13px;
	    top: 15px;
	}

	#search .submit:after {
	    font-size: 30px;
	}

	#search input[type="text"] {
	    border-radius: 16px;
	    padding: 9px 1px 9px 7px;
	    width: 89%;
	    font-size: 18px;
	}

	footer > div {
		margin-bottom: 25px;
	}

	footer .col-lg-6 {
		width: 50%;
		float: left;
	}

	#main-footer {
		padding: 15px 0;
	}

	footer #black-studio-tinymce-3 .inner {
		margin-left: 2%;
	}

	.social-media {
	    margin-bottom: 20px;
	}

	#mm-search {
		display: none;
	}
}

@media screen and (min-width: 1026px) and (max-width: 820px) {
	#team .item:nth-child(3n+4) {
		clear: left;
	}
}

@media screen and (max-width: 820px) {
	#jameda {
		padding-left: 0;
	}
}

@media screen and (min-width: 820px) {
	#team .item:nth-child(3n+4) {
		clear: left;
	}

	#jameda {
		position: relative;
		padding-left: 183px;
	}

	#focus-siegel {
	    left: 0;
	    position: absolute;
	    top: 40px;
	}
}

@media screen and (min-width: 801px) {
	#teaser .item:nth-child(3n+4) {
		clear: left;
	}
}

@media screen and (min-width: 600px) and (max-width: 800px ){
	#teaser .item:nth-child(2n+3) {
		clear: left;
	}
}

@media only screen and (max-width: 500px) {
	iframe {
		height: 200px;
	}

	#focus-siegel,
	#jameda .item {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 375px) {
	#search form {
	    width: 98%;
	    margin-left: 4%;
	}

	.mm-listview>li>a, .mm-listview>li>span {
	    padding: 14px 10px 14px 4%;
	}

	footer #black-studio-tinymce-3 .inner {
		margin-left: 5%;
		width: 90%;
		box-sizing: border-box;
	}

	#header-navigation a {
		line-height: 1.2em;
	}

	#content-wrapper {
		padding-top: 20px;
	}
}