/*
Theme Name: _s
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: _s
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 _s is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonatan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

0.0 - BOLIUS
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	letter-spacing: 1px;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #D9CAAB;}
	

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both; font-weight: bold;}

h1 {font-size: 1.3em !important; margin-bottom: 1.5em;}
h2 {font-size: 1.2em !important; margin-bottom: 1.5em;}
h3 {font-size: 1.1em !important; }
h4 {font-size: 1.05em !important;}
h6 {font-size: 1em !important;}




p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 16px;
	font-size: 1.5rem;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 16px;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #404040;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111; 
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
#primary a {
	color: #000;
	/* -tj color: #7c6746; */
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#primary a:visited {
	/* -tj color: #7c6746; */
	color: #000;
}
#primary a:hover,
#primary a:focus,
#primary a:active {
	color: #000;
	/* -tj color: #bc780d; */
	/* war: #C6AF8B */ 
}

#primary a:after {
    content: ">";
    background: #c2b096;
    color: #fff;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 3px;
}

#primary .bildergalerie a:after{
content: ""!important;
background: none!important;
padding:0;
margin:0;
}

.ev-data.event_title {
    margin-top: 30px;
    margin-left: -20px;
}

.mobilelogo{
display:none;
}

a.filmlink {
    display: block;
    position: absolute;
    left: 20px;
    top: 200px;
}
a.filmlink img {
width:35px;
}

/*
MEDIA

*/
.gallery figure.gallery-item:first-child{
display:block;
text-align:center;
}
figure.gallery-item {
    display: none;
}

.site-main .gallery figure.gallery-item a img{
max-width:100%!important;

}

figure.gallery-item a:after{
	position: absolute;
    background: #fff!important;
    color: #7d7b7b!important;
    padding: 5px!important;
    font-size: 47px;
    border: 2px solid #ccc;
    opacity: 0.6;
    display: block;
    left: 87%;
    margin-top: -35%;
    width: 50px;
    font-family: monospace;
    padding-left: 12px!important;
    padding-right: 5px!important;
    height: 50px;
    line-height: 32px;
   margin-left: -30px!important;
}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	margin-left: -10px;
}
.main-navigation ul {
	list-style: none;
	margin: 0 auto;
	padding-left: 20px;
	width: 700px;
}
.main-navigation li {
	float: left;
	position: relative;
	font-weight: normal;
	letter-spacing: 1px;
}
.main-navigation a, .main-navigation a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	transition: 0.5 all ease-in-out;
	padding: 20px 10px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.main-navigation a:hover, 
.main-navigation a:focus, 
.main-navigation a:active, 
.main-navigation li.current_page_item > a
						{color: #737577;}

.main-navigation ul ul li:last-child a {padding-bottom: 10px;}

.main-navigation ul ul {
	box-shadow: none;
	display: none;
	float: left;
	left: -5px;
	position: absolute;
	top: 3.1em;
	z-index: 99999;
	width: 280px;
	
}

.current-menu-parent >a {
    border-bottom: 2px #737577 solid;
}

/* breitenkorrekturen für einzelne subenüs */

.main-navigation #menu-item-339  ul, 
.main-navigation #menu-item-339  ul li {width: 160px !important;}

.main-navigation #menu-item-99  ul, 
.main-navigation #menu-item-99  ul li {width: 156px !important;}

.main-navigation #menu-item-105  ul, 
.main-navigation #menu-item-105  ul li {width: 130px !important;}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 280px;
}
.main-navigation ul ul li {
	width: 280px; 
	float: left;
	background: rgba(194, 176, 150, 0.9);
	padding-left: 2px;
	margin-left: -20px;
}

.main-navigation ul ul li a {padding: 20px 0 0 15px; color: #fff;}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}



/*--------------------------------------------------------------
0.0 - BOLIUS
--------------------------------------------------------------*/

#page {width: 100%; margin: 0px auto; 
		font-family: Helvetica, Arial, sans-serif}
		
#masthead {background: #c2b096;
			position: fixed; 
			min-height: 50px;
			width: 100%;
			z-index: 20;}
			

#subheader {width: 700px; 
		margin: 100px auto 0 auto;
		}	
		
			

#startspruch {width: 700px; 
		margin: 100px auto 0 auto;
		}
		
#subheader img, #startspruch img {width: 100%;
		height: auto;}	
		

#primary {width: 700px; 
		margin: 20px auto 50px auto;
		background: rgba(230, 222, 211, 0.8); 
		padding: 20px;}
		
.invisible_content {
 visibility: hidden;
max-height: 1px;
margin-top: -70px !important;
}

.home #primary {background: transparent;}
		
#secondary {position: fixed;
		right: 0;
		top: 103px;
		width: 200px;
		z-index: 1;
		}
		
#secondary .widget-title {
    margin-bottom: 25px;
}
		
#secondary ul {list-style:none; margin-top: -3px;}

#secondary ul li {
   			min-width: 200px;
   			max-width: 200px;
   			overflow: hidden;
    		background: #fec235;
    		font-weight: normal;
    		margin-bottom: 16.5px;
    		padding: 1px 0 0 0;
    		max-height: 37px;
		
			transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-webkit-transition: all 0.3s ease-in-out;
			}
		

#secondary ul li#menu-item-972 {
		background: #006496;
		}
		
#secondary ul li#menu-item-16 {
		background: #4d9a9b;
		}
		

#secondary ul li#menu-item-301 {
		background: #c2b096;
		margin-top: 70px;
		}	
		
		
		
		
#secondary ul li a, #secondary ul li a:visited {
		display: block;
		padding: 6px 10px;
		color: #fff;
		text-decoration: none;
		font-weight: normal;
		letter-spacing: 1.3px;
		margin-left: 0;
		/*
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		*/
		
		}





.page-id-8 #secondary ul li#menu-item-14 a,
.page-id-8 #secondary ul li#menu-item-14 a:visited,
#secondary ul li a:hover, 
#secondary ul li a:focus,
#secondary ul li a:active {font-weight: bold; color: #ffde9b; letter-spacing: 0.8px;}

		
		 		
.page-id-6 #secondary ul li#menu-item-972 a,
.page-id-6 #secondary ul li#menu-item-972 a:visited,	
#secondary ul li#menu-item-972 a:hover, 
#secondary ul li#menu-item-972 a:focus,
#secondary ul li#menu-item-972 a:active {color: #b2dff6;}

.page-id-4 #secondary ul li#menu-item-16 a,
.page-id-4 #secondary ul li#menu-item-16 a:visited,
#secondary ul li#menu-item-16 a:hover, 
#secondary ul li#menu-item-16 a:focus,
#secondary ul li#menu-item-16 a:active {color: #acd9dc;}			
	
	
.page-id-294 #secondary ul li#menu-item-301 a,
.page-id-294 #secondary ul li#menu-item-301 a:visited,
#secondary ul li#menu-item-301 a:hover, 
#secondary ul li#menu-item-301 a:focus,
#secondary ul li#menu-item-301 a:active {color: #e7e2db;}


/* sidebar - responsives verhalten */

@media all and (max-width: 1200px) {
#secondary ul li {
		margin-left: 120px;
		padding-left: 25px;
		position: relative;
		}

#secondary ul li:hover, 
#secondary ul li:active, 
#secondary ul li:focus {
		margin-left: 0;
		padding-left: 0;
		}
		
#secondary ul li:before {
				
				display: block;
				position: absolute;
				top: 8px;
				left: 12px;
				color: #fff;}
				
#secondary ul li:hover:before {
				display: none;
				}
				
#secondary ul li#menu-item-14:before { content:'S';}
#secondary ul li#menu-item-972:before { content:'T';}
#secondary ul li#menu-item-16:before { content:'M';}
#secondary ul li#menu-item-301:before { content:'D';}

}



@media all and (max-width: 980px) {
#secondary ul li {
		margin-bottom: 7px;
		}


.mobilelogo{
    display:block;
    margin-left: 2%;
}

.mobilelogo img{
width:160px;
}
}
button#responsive-menu-button {/*left: 50% !important;
								margin-left: -297px !important;*/
right:5%;
left:auto!important;
								}

.ch-front div.ev-box{
border-top: 2px solid #fec235!important;
}
								
@media all and (max-width: 767px) {  button#responsive-menu-button {/*left: 5% !important;
								margin-left: 0 !important;*/
right:5%;
left:auto!important;
								}								}
	

/* MAIN MENU - ANPASSEN */
.main-navigation .menu-item-420,
.main-navigation .menu-item-421,
.main-navigation .menu-item-422,
.main-navigation .menu-item-423 {display: none;}


/* RESPONSIVE MENU ZUSÄTZLICHE ANPASSUNGEN */

#responsive-menu-title {
    max-height: 50px;
    overflow: hidden;
}

#responsive-menu-button {box-shadow: none !important; border: none !important;}
#responsive-menu-button:focus {box-shadow: none !important; border: none !important;}

ul.responsive-menu-submenu li,
ul.responsive-menu-submenu li a {background: #c1a987 !important;}

ul.responsive-menu-submenu li:hover,
ul.responsive-menu-submenu li a:hover,
ul.responsive-menu-submenu li:focus,
ul.responsive-menu-submenu li a:focus,
ul.responsive-menu-submenu li:active,
ul.responsive-menu-submenu li a:active {background: #b39b78 !important;}

#responsive-menu-item-420 a {background: #FEC235 !important;}  
#responsive-menu-item-421 a {background: #006496 !important;}  
#responsive-menu-item-422 a {background: #4D9A9B !important;}  
#responsive-menu-item-423 a {background: #C2B096 !important;}  

@media all and (min-width: 768px) {
	#responsive-menu-item-420,
	#responsive-menu-item-421,
	#responsive-menu-item-422,
	#responsive-menu-item-423 {display: none;}  
}


/* SLIDER */
#bsm-toolbar {display: none !important;}


/* RESPONSIVE SETTINGS 980 / 767  */

@media all and (max-width: 980px) {
.main-navigation {display: none;}

#subheader{width: 600px; 
		margin: 100px auto 0 auto;
		}

#startspruch {width: 600px; 
		margin: 100px auto 0 auto;
		}
		

#primary {width: 600px; 
		margin: 20px auto 50px auto;
		padding: 30px;}
}




@media all and (max-width: 767px) {
	
#subheader {width: 90%; 
		margin: 100px 5% 0 5%;
		}

#startspruch {width: 90%; 
		margin: 100px 5% 0 5%;
		}
		

#primary {width: 90%; 
		margin: 20px 5% 50px 5%;
		padding: 15px;}
		
#secondary {display: none;}

}

/* RANDLOSE GALERIEN MIT 2 BILDERN PRO ZEILE */

.entry-content {position: relative; }
.bildergalerie {position: absolute; left: -20px; margin-top: 75px;  width: 700px;}
.bildergalerie img {width: 50%; height: auto; float: left;}
.bildergalerie:after {content: ''; display: block; clear: both; min-height: 20px; border: 20px solid transparent;}

@media all and (max-width: 980px) {
.bildergalerie{width: 600px; 
				left: -30px;
		}
}




@media all and (max-width: 767px) {
a.filmlink{display:none;}
.bildergalerie {width:105%; 
		margin: 80px 0 0 0;
		left: -15px;
		padding: 0 !important;
		}
}

@media all and (max-width: 600px) {
.bildergalerie {width:106%;}
.bildergalerie img {width: 100%; height: auto; float: none; margin: 0 0 -7px 0 !important;}

}

@media all and (max-width: 550px) {
.bildergalerie {width:107%;}
}

@media all and (max-width: 500px) {
.bildergalerie {width:107.5%;}
}

@media all and (max-width: 450px) {
.bildergalerie {width:108%;}
}

@media all and (max-width: 400px) {
.bildergalerie {width:109%;}
}


/* RANDLOSES VIDEO */
.videogalerie {width: 700px; margin: 30px auto;}

@media all and (max-width: 980px) {
.videogalerie{width: 600px;} }

@media all and (max-width: 767px) {
.videogalerie{width: 90%; margin: 30px 5% 30px 5%;} }


/* LIGHTBOX */
.slb_template_tag.slb_template_tag_ui.slb_template_tag_ui_group_status {display: none !important;}

/*KONTAKTFORMULARE MITARBEIT-SIEDLUNG-MITGLIED */


.cf7_mitarbeit_name, 
.cf7_mitarbeit_nachname, 
.cf7_mitarbeit_geburtsdatum, 
.cf7_mitarbeit_staat, 
.cf7_mitarbeit_adresse,
.cf7_text_plz,
.cf7_mitarbeit_emailadresse,
.cf7_mitarbeit_telefon,
.cf7_mitarbeit_fuehrerschein,
.cf7_mitarbeit_fremdsprachen,
.cf7_mitarbeit_ausbildung,
.cf7_mitarbeit_berufserfahrung,
.cf7_mitarbeit_computerkenntnisse,
.cf7_mitarbeit_motiv,
.cf7_mitarbeit_beginn,
.cf7_mitarbeit_zeitabschnitte,
.cf7_mitarbeit_stunden-tag,
.cf7_gegenleistung,


.cf7_siedlung_name,
.cf7_siedlung_nachname,
.cf7_siedlung_geburtsdatum,
.cf7_siedlung_staat,
.cf7_siedlung_adresse,
.cf7_text_plz,
.cf7_siedlung_emailadresse,
.cf7_siedlung_telefon,
.cf7_siedlung_kinder,
.cf7_siedlung_fremdsprachen,
.cf7_siedlung_ausbildung,
.cf7_siedlung_berufserfahrung,
.cf7_siedlung_computerkenntnisse,
.cf7_siedlung_lebenserfahrung,
.cf7_siedlung_motiv,
.cf7_siedlung_mitarbeit,
.cf7_siedlung_beginn,
.cf7_siedlung_zeitabschnitte,
.cf7_siedlung_stunden-tag,
.cf7_siedlung_einbringen,
.cf7_siedlung_hoehe-genossenschaftsanteil,
.cf7_vorstellung_gemeinschaft,
.cf7_siedlung_meinung-konzept,
.cf7_siedlung_vorstellungen,
.cf7_siedlung_selbstversorgung,
.cf7_siedlung_vorschlaege,
.cf7_siedlung_anregungen,


.cf7_vereinsmitgleidschaft_name,
.cf7_vereinsmitgleidschaft_nachname,
.cf7_vereinsmitgleidschaft_geburtsdatum,
.cf7_vereinsmitgleidschaft_staatsangehoerigkeit,
.cf7_vereinsmitgleidschaft_kontaktadresse,
.cf7_vereinsmitgleidschaft_emailadresse,
.cf7_vereinsmitgleidschaft_telefon,

input[type="text"],
input[type="email"],
textarea




							{width: 100% !important;
							 min-width: 100%; 
							 max-width: 100%; 
							 margin-bottom: 10px !important; 
							 color: #404040 !important;
							 padding: 5px 15px !important;
							 font-size: 16px;
							 border: 1px solid #404040 !important;
							 } 
							 
.checkboxwrapper {width: 100% !important;
							 min-width: 100%; 
							 max-width: 100%; 
							 margin-top: -25px;
							 margin-bottom: 10px !important; 
							 color: #404040 !important;
							 padding: 5px 15px !important;
							 border: 1px solid #404040 !important;
							 background: #fff;
							font-size: 16px;
							 }
							 
.cf7_mitarbeit_ehrenamtlich {font-size: 16px;}
							 
.wpf7_siedlung_genossenschaftsanteil {}
							 
::-webkit-input-placeholder { color:#404040 !important; }
::-moz-placeholder { color:#404040 !important; } /* firefox 19+ */
:-ms-input-placeholder { color:#404040 !important; } /* ie */
input:-moz-placeholder { color:#404040 !important; }
placeholder { color:#404040 !important; }

.wpcf7-submit {float: right; 
				background: #fff !important;
				font-size: 100% !important;
				font-weight: bold !important;
				padding: 10px 20px !important;
				border-color: #404040 !important;}


/*tabs für formulare */
.wrapper {
  background: transparent;
  margin: auto;
  padding: 1em;
  width: 100%;
}


ul.tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.tabs li {
  float: left;
  margin: 0 .25em 0 0;
  padding: .25em .5em;
}
ul.tabs li a, 
ul.tabs li a:visited {
  color: #404040 !important;
  text-decoration: none; 
}
ul.tabs li.active {
}
ul.tabs li.active a,
ul.tabs li a:hover,
ul.tabs li a:focus,
ul.tabs li a:active {
  color: #7c6746 !important;
}
.clr {
  clear: both;
}
article {
}

/* accordions */

dl {padding: none !important; background: transparent;}

dt {width: 100%;
   background: transparent; 
   padding: 5px 10px;}
 
dt:hover {cursor: pointer;} 
dd 		{display:none; 
		 margin: 0 0 5px 0 !important; 
		 padding: 0 10px;
		 }

.closed { float: left;  display: inline-block; }
a.closed {text-decoration: none;}

.open {float: left; display: inline-block; }
a.open {text-decoration: none;}


/* ANPASSUNGEN KALENDER */
.chronosly-cal.ch-default .ch-navigate-type .ch-current, 
.chronosly-cal .ch-navigate-type a:hover  {color: #fff !important;}

figure.gallery-item a:after{
opacity:1!important;
background: #c2b096!important;
color: #fff !important;
border:0!important;
}

.wirst{
    border: 3px solid #fff;
    display: inline-block;
    padding: 5px;
    margin-bottom:15px;
}

embed, iframe, img, object, video { max-width: 100%; }

/* LIGHTBOX TRANSPARENT */
#slb_viewer_wrap .slb_theme_slb_default .slb_container {
    box-shadow: none !important;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_container{background: transparent !important;}

/* BILDER UNVERZERRT AUSGEBEN */
img {height: auto !important;}




/* new mobile menu */
button#rmp_menu_trigger-1389 {
	box-shadow: none !important
}