/***  colors 
grün: 	#62a227 
blau: 	#0089b9  
grau:	#d9d9d9
grautxt:	#808080
***/

@font-face {
    font-family: 'fira_regular';
    src: url('webfonts/fira-regular-webfont.woff2') format('woff2'),
         url('webfonts/fira-regular-webfont.woff') format('woff'),
         url('webfonts/fira-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    
}
@font-face {
    font-family: 'fira_bold';
    src: url('webfonts/fira-bold-webfont.woff2') format('woff2'),
         url('webfonts/fira-bold-webfont.woff') format('woff'),
         url('webfonts/fira-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*** reset browser defaults ***/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, .default {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

b, strong { font-family: 'fira_bold'; }

a { text-decoration: none; color: inherit; }

em { font-style: italic; }

.clearfix:before,
.clearfix:after {
   content: '\0020';
   display: block;
   overflow: hidden;
   visibility: hidden;
   width: 0;
   height: 0;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

body {
	background-color: #e9e9e9;
	font-family: 'fira_regular';
	color: #000;
	font-feature-settings:"liga" 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphenate-limit-chars: 6 3;
	hyphens: auto;
	overflow-wrap: break-word;
	hyphenate-limit-chars: auto 3;
}

.green { color: #62a227!important; }

.container {
	background-color: #fff;
	max-width: 1120px;
	padding: 0 30px;
	margin: 0 auto;
}


header {
	position: relative;
	height: 221px;
	border-bottom: 1px #d9d9d9 solid;
	margin: 0 10px;
	padding: 1px 0 0 0;
}

.site-title {
	margin-top: 25px;
	padding-top: 1px;
}

.site-title .logo {
	width: 651px;
	max-width: 641px;
	float: left;
	margin-top: 9px;
}
.site-title .makers {
	font-size: 14px;
	line-height: 22px;
	color: #808080;
}

.main-content {
	margin: 0 10px;
	padding-top: 1px;
}
.main-content p a {
	color: #0089b9; 
}

.crumbs
{
	margin: 3px 0 1px 10px;
	font-size: 12x;
	line-height: 30px;
	color: #808080;
	text-transform: uppercase;
}
@supports (-moz-appearance:none) {
   /* .crumbs { display:none; } */
}

.fbc-page .fbc-wrap .fbc-items {
	font-family: 'fira_regular';
    margin: 0;
    padding: 0;
    width: auto;
    display: block;
    float: left;
    font-size: 12px;
    letter-spacing: 1px
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
    border-radius: 4px 0 0 4px;
    padding-left: 16px;
    padding-right: 5px;
}
.fbc-page .fbc-wrap .fbc-items li {
    margin: 0;
    padding: 0 8px 0 5px;
    line-height: normal;
}
.fbc-page .fbc-wrap .fbc-items li a i {
    margin-right: 0;
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
    border-radius: 4px 0 0 4px;
    padding-left: 0;
    padding-right: 0;
}

.fbc-page .fbc-wrap .fbc-items li.active a {
    color: #808080;
}


/*** menus #0089b9 ***/ 

.mainmenu {
	font-family: 'fira_regular';
	font-size: 18px;
	line-height: 26px;
	color: #000;
	margin-top: 75px;
}

.mainmenu a {
	color: inherit;
	margin-right: 20px;
}

.mainmenu ul li {
	float: left;
}

.mainmenu ul li ul li {
	display: none;
}

.mainmenu ul li:hover,
.mainmenu ul li.current-menu-item a {
	color: #0089b9;
}

.meta {
	position: absolute;
	right: 0px;
	bottom: 31px;
	font-family: 'fira_regular';
	font-size: 12px;
	color: #808080;
	letter-spacing: 1px;
}

.meta ul li a {
	color: inherit;
	margin-left: 4px;
}

.meta ul li a:hover,
.meta ul li.current-menu-item a {
	color: #0089b9;
}

.meta ul li dash { padding-left: 6px; } 

.meta ul li {
	float: left;
}


/*** responsive slides ***/

.galerie {
  position: relative;
}

.galerie .caption
{
	position: absolute;
	z-index: 10;
	width: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: transparent url("imgs/bg_white90.png");
	padding: 25px;
	font-size: 54px;
	line-height: 68px;
	opacity: 0.8;
	text-align: center;
}
.galerie .caption a {
	color: #000;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  opacity: 0.7;
  text-indent: -8080809px;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
  width: 20%;
 /* background: transparent url("themes.gif") no-repeat left top;	*/
  margin-top: 0px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.centered-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs {
	position: absolute;
	z-index: 808;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%,0);
}

.centered-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a {
  text-indent: -8080809px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  /*background: #ccc;*/
  background: rgba(255,255,255,1);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(128,128,128,1);
  -moz-box-shadow: inset 0 0 2px 0 rgba(128,128,128,1);
  box-shadow: inset 0 0 2px 0 rgba(128,128,128,1);
  width: 14px;
  height: 14px;
  margin: 0 4px;
  }

.centered-btns_here a{
  background: #d9d9d9;
  background: rgba(255,255,255,.6);
  }


/*** inhalte ***/

.fleximg {
	overflow: hidden;
	position: relative;
	background-color: #d9d9d9;
}

.fleximg img {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translate(0,-50%);	
}

/* standard */

.themenfelder:nth-child(uneven) {
//	margin-right: 30px;
}

.leftcol {
	float: left;
	width: 850px;
	margin-bottom: 20px;
}

.leftcol .headimg {
	width: 820px;
	overflow: hidden;
	margin-bottom: 12px; 
}
.leftcol .headimg img {
	width: 100%;
}

.leftcol .txt {
	width: 710px;
	padding-right: 30px;
	margin: 0 auto 48px auto;
}

.leftcol .txt ul, 
.leftcol .txt ol {
	list-style-type: circle;
	font-size: 18px;
	line-height: 28px; 	
	margin-right: 30px;
}

.leftcol .more-link {
	color: #0089b9;
}

.leftcol .txt ol {	list-style-type: decimal; }

.leftcol .txt ul li, .leftcol .txt ol li {
	margin-left: 22px;
	margin-bottom: 12px;
}

.leftcol .txt p.quelle,
.leftcol .txt p.fussnote {
	font-size: 14px;
	line-height: 18px;
}

.leftcol .txt blockquote  { 
	margin-bottom: 0;
	font-style: italic; 
	padding: 0 1em;
}

.leftcol .txt blockquote p { margin-bottom: 0; }

.leftcol .txt blockquote cite {
	font-size: 14px;
	line-height: 18px;
	color: #808080;
}

.leftcol .txt blockquote cite a:hover {  color: #0089b9; }

.leftcol h1 {
	font-size: 36px;
	line-height: 48px;
	overflow-wrap: normal;
	hyphens: none;
}

.leftcol h2  {
	font-size: 26px;
	line-height: 32px;
	margin: 26px 0;
/*	overflow-wrap: normal;
	hyphens: none;*/
}

.leftcol .txt h3,  h5, h6 { 
	font-family: 'fira_bold';
	font-size: 18px;
	line-height: 28px;
	margin: 14px 0;
	overflow-wrap: normal;
	hyphens: none;
}	

.leftcol h4 { 
	font-family: 'fira_bold';
	font-size: 14px;
	line-height: 20px;
	margin: 14px 0;
	overflow-wrap: normal;
	hyphens: none;	
}	

.leftcol p {
	font-size: 18px;
	line-height: 28px;
	margin: 14px 0;
}

.leftcol .date {
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	margin: 8px 0;
}

.leftcol hr {
	width: 30%;
	border: none;
	border-bottom: 1px #000 solid;
	text-align:left; 
	margin: 0 auto 0 0;
}


.twocol {
	float: left;
	display: inline-block;
	width: 395px;
	margin: 0 30px 30px 0;
}


.twocol .fleximg {
	width: 395px;
	height: 240px;
}

.twocol h2 {
	font-size: 26px;
	line-height: 32px;
	margin-top: 12px;
}
.twocol a {
	color: inherit;
}

.twocol p {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
}

.twocol p span { color: #0089b9; }

.related {
	overflow: auto;
}
.blog .related {
	display: table;
}


.leftcol .related h2 {
	font-size: 26px;
	line-height: 32px;
	margin: 12px 0 0 0;
}

.leftcol .related p { margin-top: 12px; }

.threecol:nth-child(4n+0) {
	clear:both;
}


.threecol {
	float: left;
	display: block;
	width: 253px;
	margin: 0 30px 30px 0;	
}

.blog .threecol {
	float: none;
	display: inline-block;
	width: 253px;
	margin: 0 30px 30px 0;	
    vertical-align: top;
}

.blog .threecol:nth-of-type(3n) { margin: 0 0 30px 0; }

.threecol .blue {
	width: 100%;
	height: 12px;
	background-color: #0089b9;
	margin-bottom: 8px;
}
.threecol h2 {
	font-size: 26px;
	line-height: 32px;
	margin-top: 12px;
	color: #000;
}
.threecol h2 a {
	color: inherit;
}

.threecol p a {
	color: inherit;
}


.threecol p {
	font-size: 14px;
	line-height: 20px;
}

.threecol .date {
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	margin: 8px 0;
}

.doublecol {
	float: left;
	display: block;
	width: 536px;
	margin: 0 30px 30px 0;	
}




/*** selectboxen ***/

.publikationen select { letter-spacing: 1px; }

.box {
float: left;
position: relative;
}

.box select {
	background-color: #62a227;
	color: white;
	padding: 7px 0 8px 20px ;
	margin-right: 30px;
	width: 253px;
	max-width: 100%;
	border: none;
	font-size: 18px;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
	border: 0;
}


/*.box select option { padding: 30px; }*/	




/*** sidebar ***/
.sidebar {
	float: left;
	width: 250px;
}

.sidebar .hinweis, .sidebar .textwidget {
	width: 250px;
	min-height: 60px;
	margin-bottom: 25px;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	background-color: #0089b9;
}
.sidebar .hinweis p, .sidebar .textwidget p {
	font-size: 14px;
	line-height: 20px;
	padding: 15px 20px 20px 20px;	
	color: #fff;
    font-family: 'fira_bold';
}

.sidebar .hinweis a, .sidebar .textwidget a { 
	opacity: 0.7; 
	color: inherit;
}

.sidebar .item {
	width: 250px;
	min-height: 108px;
	margin-bottom: 25px;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
}


.sidebar .item h3 {
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	padding: 0 20px;
	background-color: #62a227;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.sidebar .item p, .sidebar .item ul {
	font-size: 14px;
	line-height: 20px;
	padding: 15px 20px 20px 20px;	
}
.sidebar .item a {
	color: #62a227;
}
.sidebar .item ul li {
	line-height: 24px;
	color: #62a227;
}

.sidebar .item.shorty p, .sidebar .item.shorty ul li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}


.sidebar .recent ul li { 
	border-bottom: 1px #d9d9d9 solid; 
	line-height: 20px;	
	padding: 9px 0;
}

.sidebar .recent ul li:last-child { border-bottom: 0; padding-bottom: 0px;}

.sidebar .recent ul li:first-child { 
	padding-top: 0;
}

.sidebar .recent a {
	color: #000;
}
.sidebar .recent a span {
	color: #808080;
}

pre { white-space: pre-line; width: 95%;}

/*** widgets ***/

.sidebar .widget {
	width: 250px;
	max-width: 100%;
	min-height: 108px;
	margin-bottom: 25px;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
}

.sidebar .widget h3 {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    padding: 0 20px;
    background-color: #62a227;
    letter-spacing: 1px;
}

.sidebar .widget_search div {
	font-size: 14px;
	line-height: 20px;
	padding: 15px 20px 20px 20px;	
}

.sidebar .widget_search label, .sidebar .widget_search #searchsubmit { display: none; }

.sidebar .widget_search input#s { 
	border: 1px #62a227 solid; 
	font-size: 14px;
	line-height: 26px;
	width: 200px;
	max-width: 99%;
	margin: 8px auto;
}

/* home */

.home #header { border-bottom: 0px; }
.home .crumbs { display: none;  }

.slogan {
	width: 80%;
	margin: 30px auto 6px auto;
	font-size: 26px;
	line-height: 38px;
	text-align: center;
}

.slogan a {
	color: #000;
}

.home .twocol {
	float: left;
	display: inline-block;
	width: 535px;
	margin: 30px 0 0 0;
}
 
.home .twocol.uneven {
	margin-right: 30px;
}
.home .twocol .fleximg {
	width: 535px;
	height: 264px;
}

.home .twocol h2 {
	font-size: 36px;
	margin-top: 18px;
}
.home .twocol h2 a {
	color: inherit;
}
.home .twocol p {
	font-size: 18px;
	line-height: 28px;
	margin-top: 18px;
}

.blue  { color: #0089b9; }
.threecol a.blue { color: #0089b9; background-color: transparent; }

.home-themen {
	margin-bottom: 36px;
}

.modal-box .widget {
	width: 346px;
	height: 460px;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	word-wrap: normal;
	position: relative;
}
.modal-box .tnp-form {
	margin: 12px 22px;
}

.modal-box .tnp-widget-minimal h4 {
	font-size: 26px;
	line-height: 30px;
	color: #000;
	overflow-wrap: normal;
	hyphens: none;
	margin: 14px 0 14px 0;	
}

.modal-box .tnp-widget-minimal label {
	font-size: 14px;
	line-height: 20px;
}

.home-widgets .widget {
	float: left;
	width: 346px;
	height: 460px;
	margin: 0 0 30px 30px;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	word-wrap: normal;
	position: relative;

	overflow: hidden;
  	text-overflow: ellipsis;


}
.home-widgets .widget:first-child {
	margin-left: 0;
}

.home-widgets h3.widget-title, 
.modal-box .widget h3.widget-title {
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	padding: 0 20px;
	background-color: #62a227;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.home-widgets .tribe-event-categories a {
display: block;
	font-size: 18px;
	line-height: 28px;
	color: #808080;
	margin: 12px 22px;
}

.tribe-events-sub-nav { display: none; }

.home-widgets .tribe-event-duration {
	font-size: 26px;
	line-height: 30px;
	color: #62a227;
	margin: 12px 22px;
}

.home-widgets h4.tribe-event-title  {
	font-size: 26px;
	line-height: 30px;
	color: #000;
	margin: 12px 22px;
/*	overflow-wrap: normal;
	hyphens: none;*/
	hyphens: auto;
	overflow-wrap: normal;
}

.home-widgets .tribe-events-venue-details {
	font-size: 17px;
	line-height: 24px;
	color: #808080;
	margin: 14px 22px;
}

.tribe-events-adv-list-widget ol, .tribe-events-list-widget ol {
    list-style-type: none!important;

}

.home-widgets .type-tribe_events {
	border-bottom: none;
}

.home-widgets .tribe-events-widget-link {
	margin: 12px 22px;
	position: absolute;
	bottom: 12px;
}

.home-widgets .widget_recent_entries .post-cat {
	font-size: 18px;
	line-height: 28px;
	color: #808080;
	margin: 12px 22px;

}

.home-widgets .widget_recent_entries h4.post-title  {
	font-size: 26px;
	line-height: 30px;
	color: #000;
	margin: 12px 22px;
/*	overflow-wrap: normal;
	hyphens: none;*/
	hyphens: auto;
	overflow-wrap: break-word;
	overflow: hidden;

}

.home-widgets .widget_recent_entries .post-excerpt  {
	font-size: 18px;
	line-height: 28px;
	color: #000;
	margin: 14px 22px;
	overflow: hidden;
  	text-overflow: ellipsis;

}

.home-widgets .tnp-form {
	margin: 12px 22px;
}

.home-widgets .tnp-widget-minimal h4 {
	font-size: 26px;
	line-height: 30px;
	color: #000;
	overflow-wrap: normal;
	hyphens: none;
	margin: 14px 0 14px 0;	
}

.home-widgets .tnp-widget-minimal label {
	font-size: 14px;
	line-height: 20px;
}

.tnp-widget-minimal input.tnp-email {
    border: 1px solid #62a227!important;
    background-color: #fff!important;
    color: #000!important;
    margin-bottom: 10px;
    width: 98.6%;
    padding: 3px 0;
}
.tnp-widget-minimal input.tnp-submit {
    width: 100%!important;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #0089b9!important;
    background-color: #0089b9!important;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    font-family: 'fira_regular';

    line-height: normal;
    border-radius: 0px;
    box-sizing: border-box;
    height: auto;
    margin: 20px 0 0 0!important;
}

.home-widgets a { color: #000; }
.home-widgets a:hover { color: #0089b9; }
/*
.home-widget-posts .widget {
	float: left;
	width: 536px;
	margin: 0 0 0 28px;
	display: inline-block;
}	
*/
.home-widget-posts .widget ul li
{
	float: left;
	width: 253px;
	display: block;
	margin: 0 0 30px 28px;
/*	-webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);*/
	word-wrap: normal;
	position: relative;
	border-top: 12px #0089b9 solid;
	overflow: hidden;
}

.home-widget-posts .widget:first-child, .home-widget-posts .widget ul li:first-child {
	margin-left: 0;
}

.home-widget-posts .widget ul li .post-date {
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	margin: 8px 0;
}
.home-widget-posts .widget ul li h4 {
	font-size: 26px;
	line-height: 30px;
	color: #000;
	overflow-wrap: normal;
	hyphens: none;
	margin: 12px 0 10px 0;	
}

.home-widget-posts .widget ul li .post-excerpt {
	font-size: 14px;
	line-height: 20px;
	
}

.home-widget-posts .widget ul li h4 a { color: #000; }
.home-widget-posts .widget ul li h4 a:hover { color: #0089b9; }
.home-widget-posts .widget ul li .post-cat, .home-widget-posts .widget h3 { display: none; }


#custom-post-type-recent-posts-2 {
}

/*** uber uns ***/

.ueber .leftcol article {
	margin: right: 30px;;
}
.ueber .leftcol article .txt {
	width: 680px;
	margin: 0 auto;
}

.ueber .leftcol h2 {
	font-size: 26px;
	line-height: 30px;
	margin: 18px 0 0 0;
	color: #62a227;
}

.ueber .leftcol p {
	font-size: 18px;
	line-height: 28px;
	margin: 18px 0 0 0;
}

.ueber .leftcol {
	margin-top: 18px;
}

.ueber .sidebar {
	margin-top: 42px;
}

.ueber .back  {
margin: 36px 0;
}

/*** post types ***/

.publikationen .entry-content:nth-child(2) {
	margin-top: 88px;
}
.publikationen .entry-content{
	margin-top: 48px;
}

.publikationen h1 {
	font-size: 26px;
	line-height: 30px;
	overflow-wrap: normal;
	hyphens: none;
}

.pubimg {
	width: 251px;
	margin: 6px 0;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
}

.publikationen .medien, .publikationen .hrsg {
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	margin-bottom: 10px;
}

.publikationen .hrsg { margin: 20px 0 0 0; }

a.dload {
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	display: block;
}

a.dload:hover { color: #0089b9;	}

.publikationen .threecol .back a { color: #0089b9; }
.publikationen .threecol .back { margin: 0 0 10px 0 }
/*** themenfelder ***/
.main-content.themenfelder {
/*	padding-top: 50px; */
}

.themenfelder h2 {
	font-size: 26px;
	line-height: 36px;
}

.themenfelder .twocol h2 {
	font-size: 26px;
	line-height: 36px;
	margin: 10px 0 0 0;
}

.leftcol p.autoren {
	margin: 18px 0 24px 0;
	font-size: 18px;
	line-height: 28px;
	color: #808080;	

}

.themenfelder .txt {
    margin-bottom: 48px;
    margin-top: 0;
}

.themenfelder .leftcol .date {
    margin-top: 0;

}

.themenfelder .intro {
	margin: 0 130px 30px 0;
	color: #62a227;
}

.themenfelder .leftcol .intro p {
    margin: 0 0 28px 0;
}

/*** prozesse ***/

.main-content.prozesse {
	padding-top: 0;
}

.prozess-year {
	font-size: 36px;
	line-height: 36px; 
	color: #0089b9;	
	margin: 48px 0 6px 0;
}
.prozess-year:first-child { margin-top: 12px;  }
.prozess-title { 
	cursor: pointer; 
	/*height: 48px;*/
	background-color: #e9e9e9;
	margin: 12px 30px 0 38px;
	font-size: 26px;
	line-height: 48px; 
	padding-left: 24px;
	position: relative;
}

.prozess-title span {
  position: absolute;
  font-size: 32px;
  color: #808080;
  right: 20px;
  top: calc(50% - 24px);
}


.prozess-title.open {
	background-color: #0089b9;
	color: #fff;
}

.prozess-title.open span {
  color: #fff;
  top: calc(50% - 22px);
  transform: rotate(180deg);
}


.prozess-content { 
	display:none; 
	margin-left: 38px;		
}
.pcl {
	float: left;
	width: 240px;
	display: block;
}
.pcl p {
	font-size: 14px;
	line-height: 20px; 
}
.pcr {
	float: left;
	width: 536px;
	display: block;
}


.prozesse .threecol {
	font-size: 14px;
	line-height: 20px; 
	color: #808080;	
}

.prozesse .threecol a {
	color: #0089b9;
}

.prozesse h3 {
	font-size: 26px;
	line-height: 30px; 
	color: #62a227;	
	margin: 18px 0 0 0;
}

.prozesse .threecol a:hover {
	color: #0089b9;
}

.prozesse .doublecol p { margin: 2px 0 28px 0; }

.single-prozesse .leftcol {margin-top: 12px; }


/*** pagination ***/

.paginate {
	position: relative;
	padding: 25px 0; 
}
.paginate .page-numbers { display: none; }

.paginate .prev, .paginate .next { 
	display: block; 
	position: absolute;
	top: 25px;
}
.paginate .next { right: 30px; }
.paginate .prev { left: 5px; }

/*** veranstaltungen ***/

#tribe-bar-filters-wrap { display: none; }
.tribe-events-list-separator-month { display: none; }
.tribe-events-ical { display: none; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search {
	display: block;
}
.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar {
	margin: 0;
}

.tribe-common .tribe-common-b2,
.tribe-events .tribe-events-calendar-list__event-datetime,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.tribe-common .tribe-common-b2--bold { font-weight: inherit; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-header__top-bar,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar { display: none; }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container { padding: 0; }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search .tribe-events-header__top-bar,
.tribe-events .tribe-events-c-subscribe-dropdown__container { display: none; }

.eventsfilter {	margin-bottom: 50px; }

.tribe-common .tribe-common-g-row { display: block; }
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters { margin: 0; }

.tribe-events-list .type-tribe_events.tribe-events-first { margin-top: 80px; }
.tribe-events .tribe-events-calendar-list__event-wrapper { width: auto; }



.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row:last-child { margin-bottom: 0;  }
.tribe-events .tribe-events-calendar-list-nav { border: none; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row,
.type-tribe_events  { 
	border-bottom: 1px #d9d9d9 solid; 
	margin: 0 30px 30px 0;
}

.single-tribe_events .type-tribe_events  { 
	border-bottom: 0; 
	margin: 0 30px 30px 0;
}
.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-slider-container {
	margin-bottom: 48px;
}
.type-tribe_events .doublecol { margin-right: 0px; }

.leftcol p.tribe-events-back { margin-top: 0px; }
.leftcol p.tribe-events-back a { color: #0089b9; }

.type-tribe_events .threecol, .events .threecol {
	font-size: 14px;
	line-height: 20px; 
	color: #808080;	
	margin-right: 30px;
}

 .threecol .tribe-events-event-image {
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25); 	
	margin-bottom: 12px;
}

 .threecol .tribe-events-venue-details {
 	overflow-wrap: normal;
	hyphens: none;
 }

.single-tribe_events .leftcol { margin-top: 12px; }

.tribe-event-cat div:first-child { display: none; }

.events .threecol a:hover {
	color: #0089b9;
}

.doublecol .tribe-event-schedule-details {
    font-family: 'fira_bold';
	font-size: 18px;
	color: #62a227;	  	
	margin: 0 0 0 0;
}
.doublecol a { color: inherit; }

.doublecol .tribe-event-cat {
		color: #808080;	
}
.doublecol h2.tribe-events-list-event-title, 
.doublecol h2.tribe-events-single-event-title,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
	font-size: 26px;
	line-height: 32px; 
	color: #000;
	margin: 20px 0 8px 0;
	overflow-wrap: normal;
	hyphens: none;
}

.events .doublecol h3 { 
	font-family: 'fira_bold';
	font-size: 18px;
	line-height: 28px;
	margin: 14px 0;
	overflow-wrap: normal;
	hyphens: none;
}	

.tribe-events-list .type-tribe_events .tribe-events-list-event-title { line-height: 32px; }


#tribe_events_filters_form { display: block!important; text-align: left;}

.tribe-section-content {
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
 	linear-gradient(to right, #fff, #fff);
  background-position:
   	calc(100% - 16px) calc(16px - 5px),
    calc(100% - 8px) calc(16px - 5px),
    calc(160%) 0.0em;
  background-size:
    8px 8px,
    8px 8px,
    1px 1.5em;
  background-repeat: no-repeat;
  cursor: pointer;
}

.tribe-dropdown .select2-choice .select2-arrow { display: none; }

#tribe_events_filters_wrapper.tribe-events-filters-horizontal, 
.tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
    background: #fff!important;
   } 
.tribe-events-filters-horizontal #tribe_events_filters_form { padding-top: 0; }

.doublecol a.tribe-events-read-more  {
	color: #0089b9;
}

.events .back {
	display: none;
}

/*** neu V2 ***/

#tribe-events-pg-template {
	padding: 0;
}
.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar-c-filter, .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-slide {
	margin: 0 30px 0 0;
}

.tribe-filter-bar .tribe-swiper-slide {
	background-color: #62a227;
	color: white;
	padding: 7px 0 8px 20px ;
	margin-right: 30px;
	width: 253px;
	max-width: 100%;
	border: none;
	font-size: 18px;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
	border: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar-c-filter, .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-slide {
width: 253px;
}

.tribe-filter-bar .tribe-swiper-slide  {
	background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
	background-position: calc(100% - 16px) calc(20px - 5px), calc(100% - 8px) calc(20px - 5px), calc(160%) 0.0em;
	background-size: 8px 8px, 8px 8px, 1px 1.5em;
	background-repeat: no-repeat;
	cursor: pointer;
	text-transform: uppercase;
}
.tribe-filter-bar .tribe-filter-bar-c-pill__pill,
.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill {
	background-color: transparent;
	border: none;
	border-radius: 0;
	transition: none;
	width: 100%;
}

.tribe-filter-bar-c-pill__pill-label {
	width: 100%;
	text-transform: uppercase;

}

.tribe-filter-bar .tribe-filter-bar-c-pill__pill {	padding: 0;  }

.tribe-filter-bar .tribe-filter-bar-c-pill--button .tribe-filter-bar-c-pill__pill:hover {
	background: transparent;
	border: none;
}

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill .tribe-filter-bar-c-filter__container {
/*	transform: translate(100px, 100%); */
}

#filterbar_city-container-045e2a07-38e1-42a0-b512-cc7e198c913b {

}


.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list-nav {
	margin: 0 30px 30px 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-cost { display: none; }

/*** akteurinnen ***/


.leftcol p.akt-back { margin: 26px 0 32px 0; color: #0089b9;}

#akteur-filters {
	margin-right: 30px;
	background-color: #62a227;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	height: 30px;
}

#akteur-filters .filtertxt {
	font-size: 18px;
	line-height: 28px	;
	color: #fff;
	width: 260px;
	margin: 1px 0 0 20px;
	float: left;
	letter-spacing: 1.2px;
}

#akteur-filters .box select {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	padding: 0 0 0 20px;
	margin: 6px 0 0 0;
	width: 528px;
	font-size: 14px;
	color: #666;
}
/*
.box select {
	background-color: #62a227;
	color: white;
	padding: 7px 0 8px 20px ;
	margin-right: 30px;
	width: 253px;
	border: none;
	font-size: 18px;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	-webkit-appearance: button;
	appearance: button;
	outline: none;
	border-radius: 0;
	border: 0;
}
*/

/*.box select option { padding: 30px; }*/	

#archive-filters .box select {
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
 	linear-gradient(to right, #fff, #fff);
  background-position:
   	calc(100% - 16px) calc(20px - 5px),
    calc(100% - 8px) calc(20px - 5px),
    calc(160%) 0.0em;
  background-size:
    8px 8px,
    8px 8px,
    1px 1.5em;
  background-repeat: no-repeat;
  cursor: pointer;
}

#archive-filters .box select option {
	padding: 15px 0; 
}

#akteur-filters .box select {
  background-image:
    linear-gradient(45deg, transparent 50%, #808080 50%),
    linear-gradient(135deg, #808080 50%, transparent 50%),
 	linear-gradient(to right, #808080, #808080);
  background-position:
   	calc(100% - 16px) calc(10px - 5px),
    calc(100% - 8px) calc(10px - 5px),
    calc(160%) 0.0em;
  background-size:
    8px 8px,
    8px 8px,
    1px 1.5em;
  background-repeat: no-repeat;
  cursor: pointer;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  cursor: pointer;
}

.akteurinnen .entry-content {
	margin: 50px 30px 30px 0;
	border-bottom: 1px #d9d9d9 solid;	
}

.main-content.akteurinnen .leftcol a { color: inherit; }
.main-content.akteurinnen a:hover { color: #0089b9;	}

.akteurinnen .doublecol {
	margin: 0 0 12px 0;
}
.akteurinnen .threecol {
	margin-top: 0;
}

.akteurinnen .leftcol h2 {
	font-size: 26px;
	line-height: 30px; 	
	margin-top: 0;
	overflow-wrap: normal;
	hyphens: none;
}

.akteurinnen .leftcol h3 {
	font-size: 18px;
	line-height: 28px; 	
	color: #62a227;
	margin: 8px 0 0 0;
}

.akteurinnen .leftcol p {
	margin-top: 0;
	margin-right: 30px;
}

.akteurinnen .position {
	color: #808080;
}

.akteurinnen .doublecol ul {
	list-style-type: circle;
	font-size: 18px;
	line-height: 28px; 	
	margin-right: 30px;
}
.akteurinnen .doublecol ul li {
	margin-left: 22px;
}

.akteurinnen .wp-post-image {
	margin-top: 0	;
}

/*** autorinnen ***/

.author .section {
    width: 710px;
    padding-right: 30px;
    margin: 50px auto;
}

.author .section h2 {
	font-size: 26px;
	line-height: 30px; 	
	margin-top: 0;
	overflow-wrap: normal;
	hyphens: none;
}

.author .section .profildaten {
	font-size: 14px;
	line-height: 20px; 
	color: #808080;	
	border: none!important;
}
.author .section .profiltext {
	font-size: 18px;
	line-height: 28px; 	
	margin-bottom: 50px;
}
.author .section h3 {
	font-size: 18px;
	line-height: 28px; 	
}
.author .section .profilposts p {
	font-size: 14px;
	line-height: 20px; 
	color: #808080;			
}

.author .section .profilposts a { color: #000; }
.author .section .profilposts a:hover { color: #0089b9; }
.author .section .profildaten a { color: inherit; }
.author .section .profildaten a:hover { color: #0089b9; }



/*** glossar ***/

.glossarnavi
{
	font-size: 26px;
	line-height: 36px;
	background-color: #62a227;
	color: #fff;
	text-transform: uppercase;
	margin-right: 30px;
	padding-left: 6px;
}

.glossarnavi span {
	opacity: 0.6;
	padding: 0 8px;
}
.glossarnavi a {
	color: inherit;
	opacity: 1;
	padding: 0 8px;
}

.glossar .intro {
	margin: 30px 130px 30px 0;
	color: #62a227;
}
.glossar .section {
	margin: 0 130px 0 0;
}

.glossar .section h3 {
	color: #62a227;
	font-size: 26px;
	line-height: 36px;
	margin: 0;
}
.glossar .section p {
	margin-top: 0;
}

.explain { margin-bottom: 20px; }


/*** suche ***/

.suche .leftcol p {
	padding-bottom: 18px;
	margin-bottom: 10px;
	border-bottom: 1px #d9d9d9 solid;		
}

.suche .leftcol .postdate {
	font-size: 14px;
	line-height: 20px;
	color: #808080;
}

.suche .leftcol a { color: #000; }
.suche .leftcol a:hover { color: #0089b9; }

.suche .leftcol .entry-title {
	font-size: 18px;
	line-height: 26px;
	color: #808080;
}
.suche .leftcol .excerpt {
	font-size: 14px;
	line-height: 20px;
}

/*** comments ***/

.leftcol .comments-area {
	padding: 24px 0;
}

.leftcol .comments-area p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	color: #000;
}

.leftcol .comments-area .reply a {
	display: block;
	color: #0089b9;
}

.leftcol .comments-area .depth-1  {
}

.leftcol .txt ul.comment-list,
.leftcol .txt ul.comment-list .children {
	list-style-type: none;
	font-size: 14px;
	line-height: 20px;
	color: #888;
}

.leftcol .txt ul.comment-list li  {
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px #e9e9e9 solid;
	padding: 12px 0;
}

.leftcol .txt ul.comment-list li ul li {
	border-bottom: none;
}

.leftcol .txt ul.comment-list ul.children li { padding: 0; margin-left: 22px; }

.leftcol .comments-area .comment-respond {
	padding: 12px 0;
}

.comment-form-comment label {  display: none; }

.comment-form-comment #comment {
	width: 300px;
	margin-top: 10px;
}

.form-submit .submit {
	background-color: #0089b9;
	border: none;
	color: white;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 14px;
	line-height: 30px;	
	margin-top: 10px;
 }
 
 .comment-form-author label,
.comment-form-email label,
.comment-form-url label { 
 	display: inline-block;
 	width: 55px;
 	margin: 6px 0;
 }
 .comment-form-cookies-consent {
 	padding-top: 6px;
 }

/*** footer ***/

.footer {
	min-height: 500px;
	background-color: #62a227;	
	max-width: 1100px;
    padding: 0 40px;
    margin: 0 auto;
    color: #fff;
	font-size: 14px;
	line-height: 24px;	
}

.footer a { color: inherit; }
.footer a:hover { color: #e9e9e9; }

.footer .fourcol {
	float: left;
	display: imline-block;
	width: 252px;
	height: 408px;
	margin: 25px 30px 30px 0;	
}

.footer .fourcol:nth-child(4n+0) {
	margin-right: 0;
}
.footer .fourcol h4 {
	font-size: 14px;
	margin-bottom: 24px;
	letter-spacing: 1px;
}

.footer .fourcol p.forder {
 margin-bottom: 28px;
}

.footer .fourcol h4.partner {
 margin-bottom: 28px;
}

.footer .fourcol .footerimg {
	max-width: 100%;
	margin-bottom: 10px;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
}


