/*
Theme Name: winterfeld
Theme URI: http://dellmour.at/
Author: Vera Dell'mour
Author URI: http://dellmour.at/
Description: 
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: 

*/


/* =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-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
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 centred 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/ */
}
body {
    background-color: #caae00; 

}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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 { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #000;	
	font-size: 16px;
	font-size: 1.6em;
	line-height: 1.1;
}

body {
    /*background-image: url('images/this-field-yields-fog-01.jpg'); */
    background-repeat: no-repeat; 
    background-position: top center; 
    background-attachment: fixed; 
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	margin: 0.6em 0;
}
h1 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0 0 0.2em;
}
h2 {
    font-size: 20px;
    font-size: 2.2rem;
    font-weight: normal;
    margin: 0 0 0.2em;
}
h3 {
	font-size: 18px;
	font-size: 2.2rem;
}
h4 {
	font-size: 16px;
	font-size: 1.6rem;
}
h5 {
	font-size: 14px;
	font-size: 1.4rem;
}
h6 {
	font-size: 12px;
	font-size: 1.2rem;
}
hr {
	background-color: #999999;

	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 0.8em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #dfd6c7;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
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%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
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 all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-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);
	-moz-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);
	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: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-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);
	-moz-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);
	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,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	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"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	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],
textarea {
	background: rgba( 255, 255, 255, 0.3 );
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	background: #fff;
}
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%;
}

/* Links */
a,
a:visited {
	color: #000;
	text-decoration: none;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
a:hover,
a:focus,
a:active {
	color: #cc6611;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;
}
.aligncenter {
	clear: both;
	display: block;
    text-align: center; 
}

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

/* Schriftart f�r die Blog- und Seitentexte */



/* =Structure
----------------------------------------------- */

#main,
.site-header,
.site-description {
    margin: 0 auto;
	max-width: 1000px;
    width: 100%;
}
.site-description {
    display: none;
}

.main-navigation,
.site-header hgroup {
display: inline-block;

}
.main-navigation {
float: right;

}
#main {
	clear: both;
    overflow: hidden;

}
#primary {
    max-width: 610px;
    width: 100%;
    margin: 53px 20px;
}
#secondary {
    margin-top: 53px;
    margin-right: 25px;
}
#tertiary {
    margin-left: 25px;
}
#secondary,
#tertiary {
    width: 150px;
    min-height: 150px;
}
#primary, #secondary, #tertiary {
    float: left;
}

.site-footer {
	clear: both;
	width: 100%;
}

/* =Site Header
----------------------------------------------- */

header#masthead{
    height:250px;
    background-image: url('images/home_head.jpg');
    background-position: center; 
    position: relative;
    background-size:cover;
}

div.masthead_logo_area {
    background-image: url('images/masthead_logo_area.png');
    background-position: center;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    
}
a.masthead_logo {
    display: block;
    max-width: 326px;
    width: 100%;
    height: 70px;
    background-image: url('images/biosainlogo.jpg'); 
    margin-left: auto ;
    margin-right: auto ;
    margin-top: 10px;
    margin-bottom: 0px;
}
.site-title,
.site-description {
	display: none;
}

img#header-call-to-action{
    position: absolute;
    right: 60px;
    top: 60px;
}



/* =Content
----------------------------------------------- */

.site-main {
}


/* Artikel, allgemeine Eigenschaften */
article{
    background-color: #fff;
    display: inline-block;
    width: 100%;
    text-align: left;  
    position: relative; 
}

article {
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
}
article .attachment-thumbnail{
    width: 100%;
    height: auto;
}  
article img {
    max-width: 100%;
    height: auto;    
}

 a.moretag {
     color: #cdae05;
 }
/* Liste mit mehreren Vorschauartikeln */
 {
    width: inherit;
    text-align: center;
}

.article_list article {
    height: 253px;
    width: 263px;
    margin:0 5px 12px 5px;
    overflow: hidden; 
    position: relative;  
}
.article_list .entry-header {
    padding:0.4em 0.4em 0 0.4em;
} 
.article_list .entry-title {
    display: block;
    height: 32px;
    line-height: 16px;
    vertical-align: bottom;
}
.article_list .entry-title a {
    position: absolute;
    bottom: 0px;
}
.wide article {
    width: 100%;
    height: auto;
}

.wide article .entry-header {
    padding: 6px 20px 12px 20px;
}
.wide article .entry-content {
    padding: 4px 20px 20px 20px;
}

.article_list .entry-content p {
    margin-bottom: 0;
}
.article_list .entry-content {
padding:0.4em; 
}
 .article_list a.moretag {
     color: #cdae05;
     background-color: #fff;
     display: block;
     position: absolute;
     bottom: 0px;
     right: 12px;
     line-height: 1.4em;
     width: 100%;
     text-align: right;
 }
/* Kleine Posts als Navigation links und rechts */
#secondary .hentry, #tertiary .hentry  {
    width: 100%; 
    overflow: hidden; 
    font-size: 0.7em ; 
    margin-bottom:4px;  
}
#secondary .hentry  {
    height: 146px; 
}
#tertiary .hentry  {
    height: auto;
    min-height: 146px; 
}
#secondary .hentry h1, #tertiary .hentry h1 {
    font-size: 1.1em; 
}
#secondary .entry-header, #secondary .entry-content, #tertiary .entry-header, #tertiary .entry-content {
padding:0.2em; 
}
#secondary .entry-header h1, #tertiary .entry-header h1 {
position: relative;
bottom: -5px; 
}

#tertiary header.tertiary_header{
    position: relative;
    height: 53px;
}
#tertiary header.tertiary_header h1 {
    font-size: 1em;
    display: block;
    position: absolute;
    bottom: 0px;
}

/* Ganzseitige Anzeige Posts */
article.single-article .hentry {
 min-height:500px;    
 width: 100%;
}

article.single-article .entry-header, article.single-article .entry-content {
    padding:24px; 
    font-size:1.2em;
}

header.entry-header {
border-bottom:1px solid #999;
padding-bottom: 0;
position: relative;
}
.entry-title,
.page-title {
 margin:0px;
}
.entry-title a,
a.title {
	text-decoration: none;
    color: #000;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
    color: #cc6611;
}
.entry-date{ 
    position: absolute;
    right: 12px;
    bottom: 0px;
    line-height: 0.9em;
}
body.search .page-title,
body.archive .page-title {
  	font-size: 16px;
  	font-size: 1.6rem;
    margin-bottom: 1em;
}
.entry-meta {
	clear: both;
	font-size: 12px;
	font-size: 1.2rem;
    padding: 0px 6px;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}

.entry-content table,
.comment-content table {
	border: 1px solid #d9d9d9;
	border-left-width: 0;
	margin: 0 -0.083em 2.083em 0;
	text-align: left;
	width: 100%;
}
.entry-content tr th,
.entry-content thead th,
.comment-content tr th,
.comment-content thead th {
	border-left: 1px solid #d9d9d9;
	font-weight: bold;
	padding: 0.5em 	1.25em;
}
.entry-content tr td,
.comment-content tr td {
	border: 1px solid #d9d9d9;
  	border-width: 1px 0 0 1px;
	padding: 0.5em 	1.25em;
}
.entry-content tr.odd td,
.comment-content tr.odd td {
	background: #dfd6c7;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

ul.breadcrumbs {
    list-style: none;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin: -1.5em 0 0 0;   
    padding: 0 0.8em;
    background-color: #555555;      
}
ul.breadcrumbs li {
    display: inline-block;
    margin: 0 0.2em;  
}
.breadcrumbs a {
    color: #888;
}

nav.sidebar_subnav a {
    display: block;
    background-color: #e6d782; 
    padding: 2px 3px;
    margin-bottom: 3px;
    width: 146px;   
}
nav.sidebar_subnav {
    margin-top: 5px;
    margin-bottom: 30px;
}

a.post-edit-link {
    color: #222;
    background-color: #e6d782;
    padding: 3px;
    margin:5px;
    border-radius: 3px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}


 /* Media */
.attachment-post-thumbnail{
    float:left;
    width:100%;
    height: auto;
    display: inline-block;
}    
.attachment-thumbnail{
    height: auto;
    display: inline-block;
}    

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	width: 100%;
}

 
 
/* Search widget */
#searchsubmit {
	display: none;
}


/* =Site Footer
----------------------------------------------- */

footer.site-footer a {
    color: #000;
}
footer{
	padding: 1.5em 0;
	text-align: center;
    font-weight: bold;
}
.site-footer ul.menu {
    list-style: none;
    font-size: 1.2em;
    max-width: 900px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.site-footer ul.menu li {
    display: inline-block;
    border-right:1px solid #000;
    padding: 0px 8px 0px 6px;
    margin-bottom: 12px;
}
.site-footer ul.menu li:last-child {
    border: none;
}

/* ------------------------------------------  gr��er als Mobil ---------------------------------------------------- */
@media (min-width:768px) {   
    .mobile_only {
        display: none;
    }
    
}

/* ------------------------------------------- Mobilvariante ------------------------------------------------ */
@media (max-width:767px) {
    .no_mobile {
        display: none;
    }  
    
    div#tertiary, div#secondary {
        width: 100%; 
        margin-left: 0px;  
    }  
    div#primary {
        width: 100%; 
        margin: 0px;  
    } 
    nav.mobile_nav a {
        border-left: 1px solid #000;
        display: inline-block;
        padding: 3px;
        font-weight: bold;
    }
    #secondary .hentry {
        width: 150px;
        float: left;
        margin: 3px;
    }
    .article_list article {
      margin: 4px 0;
      }
}

.vsel-meta {
    width: 100% !important;
    float: left;
} 


.none{
	display: none;
}




@media (min-width:768px) {

	.vsel-meta, .vsel-no-events {
		display: flex;
		justify-content: flex-start !important;
		align-items: center !important;
		padding: 10px 10px;
		background-color: white;
		border: none;
	}

	.vsel-content{

	}
	.vsel-image-info{
		display: none;
	}
	.vsel-meta-title  {
		width: 250px;
		margin: 0px 0px 0px 20px !important;
		order: 2;


	}
	.vsel-meta p.vsel-meta-date {
		width: 120px;
		margin: 0px 0px 0px 0px !important;
		display: block;
		order: 1;

	}
	.vsel-meta-location  {
		align-self: flex-end;
		width: 100px;
		margin-left:20px !important;
		order: 3;
	}
	.entry-content .vsel-content p {
		margin: 0 0 10px;
		padding: 0px;
		margin: auto;
	}
	.vsel-meta-link{
		order: 4;
	}


}

#menu-event-kategorien{
	margin: 0px;
	padding:0px;
	list-style: none;
}
.filter ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px !important;
}
.filter li{
	display: inline-block;

}
.filter li a{
	color: white;
	font-family: Arial;
}
@media (max-width:768px) {
	.filter ul{
		display: block;
	}
	.filter li{
		display: block;
	}
}

.filter li.current-menu-item{
	text-decoration: underline;
}
.page-id-2178 .hentry.single-article{
	background-color: transparent;
	padding: 0px 24px 0px 0px !important;
}
.parent-pageid-2178  .hentry.single-article{
	background-color: transparent;
	padding: 0px 24px 0px 0px !important;
}
.parent-pageid-2178 article.single-article .entry-content{
	padding: 0px 24px 0px 0px !important;
}
.page-id-2178 article.single-article .entry-content{
	padding: 0px 24px 0px 0px !important;
}
#vsel .vsel-content {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: none !important;
}
.parent-pageid-2178  #tertiary .entry-content{
display: none;
}
.page-id-2178  #tertiary .entry-content{
	display: none;
}
@media (max-width:768px) {
	.vsel-meta {
		background: white;
		padding: 10px;
		width: 100%;
		box-sizing: border-box;
	}
}