ol/***  colors 
d-grün: 	#0062ae
h-grün: 	#0062ae 
magenta: 	#0062ae
türkis: 	#009aa3
orange: 	#ef7c00
blau: 		#0062ae
***/



/*** 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;
}


h1 a, h1 a, li a { text-decoration: none; }

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

html, body{
  min-height: 100%;
}

body{
/*  position: relative;*/
}

/*** fonts ***/

@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('webfonts/OpenSans-CondLight-webfont.eot');
    src: url('webfonts/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/OpenSans-CondLight-webfont.woff') format('woff'),
         url('webfonts/OpenSans-CondLight-webfont.ttf') format('truetype'),
         url('webfonts/OpenSans-CondLight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sans_condensedbold';
    src: url('webfonts/OpenSans-CondBold-webfont.eot');
    src: url('webfonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/OpenSans-CondBold-webfont.woff') format('woff'),
         url('webfonts/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('webfonts/OpenSans-CondBold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sans';
    src: url('webfonts/OpenSans-Regular-webfont.eot');
    src: url('webfonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('webfonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('webfonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansbold';
    src: url('webfonts/OpenSans-Bold-webfont.eot');
    src: url('webfonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('webfonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('webfonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




body { 
	background-color: #fff; 
}

#mobheader, #sidr, #overlay {
		display: none;
	}

#container {
	width: 100%;
	margin: 0 auto;
}


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

i { font-style: italic; }

/*** header ***/



header {
	width: 979px;
	height: 217px;
	margin: 0 auto;
	padding: 0 20px 0 0;
	position: relative;
	margin-bottom: 20px;
	background-image:url(imgs/netzhead_fb.jpg);
  	background-repeat:no-repeat;
  	background-position:266px -15px;		
}

.site-title {
	width: 291px;
	height: 94px;
	margin: 50px 20px 20px 0;	
	display: inline-block;
}


nav
{
	position: absolute;
	top: 180px;
	left: 0px;
	padding-right: 0px;
}

#homebase {
	position: absolute;
	top: 50px;
	right: 20px;
}

.fb-like {
	position: absolute !important;
	top: 10px;
	right: 20px;
}




header hr {	
	border: none;
	border-bottom: 2px #0062ae dotted;
	width: 976px;
	position: absolute;
	bottom: -12px;
}

/*** menue ***/
#leftside { min-height: 400px; }


#menu li {
	float: left;
	height: 22px;
	font-family: 'open_sans_condensedbold';
	font-size: 21px;
	line-height: 21px;
	color: #0062ae;
}


#menu .menu-item:after
/*{ content: url(imgs/menuline_3.png); }*/
{ content: "|"; }
#menu .menu-item:last-child::after { content: ""; }


#menu .page_item:after
/*{ content: url(imgs/menuline_3.png); }*/
{ content: "|"; }
#menu .page_item:last-child::after { content: ""; }

#menu li a {

	color: #0062ae;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 8px;
}

#menu li:first-of-type a {
	padding-left: 0;
}

#menu li:last-of-type a {
	padding-right: 0;
}

#menu li.current_page_ancestor a,
#menu li.current-page-ancestor a,
#menu li.current_page_item a,
#menu li a:hover { color: #ef7c00; }



/*** sub menue ***/

.submenu { 
	/*list-style:disc inside;*/
	font-family: 'open_sans_condensedbold';
	font-size: 21px;
	line-height: 26px;
	color: #0062ae;
}

.submenu li {
	padding-left: 0;
}

.submenu li a:before {
/*	font-size: 18px;
	line-height: 30px;
	content: '\25CF';
	padding-right: 4px;	*/
}

.submenu li a
{
	text-transform: uppercase;
	color: #0062ae;
}


.submenu li.current_page_item a,
.submenu li.current_page_ancestor a,
.submenu li a:hover { color: #ef7c00; }

.submenu li  {
	margin-bottom: 20px;
}

/*** sub submenus off ***/
.submenu li.page-item-57 ul,
.submenu li.page-item-314 ul,
.submenu li.page-item-55 ul,
.submenu li.page-item-3999 ul {
	margin-bottom: 20px;
	display: none;
}

.submenu li.current_page_item ul,
.submenu li.current_page_ancestor ul {
	display: block;
}

.submenu li.current_page_item ul li a,
.submenu li.current_page_ancestor ul li a {
	color: #0062ae;
}

.submenu li ul li {
	padding-left: 0px;
	margin-bottom: 0; 
}




.submenu li ul li a:before {
	font-size: 18px;
	line-height: 21px;
	content: '\25CF';
	padding-right: 4px;	
}

.submenu li ul.children li a
{
	text-transform: none;
	color: #0062ae;
}

.submenu li ul li.current_page_item a,
.submenu li ul li.current_page_ancestor a,
.submenu li.active a,
.submenu li ul li a:hover { color: #ef7c00; }


#wrapper {
	width: 1002px;
	margin: 25px auto;
	position: relative;
}

/*** startseite ***/

#grid {
	width: 100%;
	height: 455px;
	display: table;
}

#grid hr {
	border: none;
	border-bottom: 2px #0062ae dotted;
	width: 976px;
	margin: 0 0 21px 0 ;
	padding: 2px 0;

}


#grid ol li {
	float: left;
	display: table-cell;
	width: 227px;
	height: 200px;
	margin: 0 21px 21px 0;	
	border: 1px #0062ae solid;
	
}



#grid ol li a {
	display: table-cell;
	width: 229px;
	height: 194px;
	font-family: 'open_sans_condensedbold';
	font-size: 20px;
	line-height: 27px;
	color: #fff;
	vertical-align: bottom;
	padding-left: 11px;
	padding-bottom: 8px;
}

#grid ol li a span
{
	display: inline;
	padding: 0 6px;
}
#grid ol li a span.half
{
	display: inline;
	padding: 0 3px;
}

/*** seiten ***/ 

.site-content {
/*    margin: 0 0 0 335px;*/
}

#main { margin-bottom: 16px; }


.single-col { 
	float: left;
	display: inline-block;
	width: 312px;
	margin-right: 20px;
}
.double-col { 
	float: left;
	display: inline-block;
	width: 667px;
}
.triple-col { 
	float: left;
	display: inline-block;
	width: 747px;
}
article, .entry-content {
	font-family: 'open_sans';
	font-size: 15px;
	line-height: 20px;
	color: #000;
}

article p, article div {
	margin-bottom: 10px;
	max-width: 624px;
}

article strong {
    font-family: 'open_sansbold';
}

article a { 
	text-decoration: none;
	color: #0062ae;
}

article h2 a {
    text-decoration: none;
    color: #000;
}

article a:hover { 
	color: #ef7c00;
}


article h1, article h2 {
	font-family: 'open_sans_condensedbold';
	font-size: 28px;
	line-height: 31px;	
	margin-bottom: 14px;
	max-width: 624px;
}

article h3 {
	font-family: 'open_sansbold';
	max-width: 624px;
}

article hr {
	border: none;
	border-bottom: 2px #0062ae dotted;

}


article .wp-post-image {
	margin: 8px 0 14px 0;
}

.wp-caption-text {
	font-family: 'open_sans';
	font-size: 11px;
	line-height: 16px;
	color: #000;
	margin-right: 10px;
}


article ul {
	list-style-type: square;
	padding: 0 0 14px 20px;
}

article ol {
    list-style-type: upper-roman;
	padding: 0 0 14px 20px;
}

article .standard img.alignleft,
article .standard img.alignright {
 display: block;
 margin: 14px 0;
}

.backlink {
	display: none;
}

/*** aktuell ***/

.page-id-2 .wp-post-image-caption { display: none; }

article .item {
	position: relative;
	margin: 0 20px 17px 0;
    padding-bottom: 0;
    border-bottom: 2px dotted #0062ae;
    max-width: 999px !important;
}

article .fb-like {display:none}

.item .double-col {
	width: 640px;
}

.item .double-col p, .item .double-col h2 {
	width: 478px;
}

.item .double-col p { margin: 0;}

.item .double-col ul, .item .double-col ol
{
	margin: 1px 0;
	list-style-position: inside;
}



.item .date {
	position: absolute;
	right: 0;
	top: 6px;
	font-family: 'open_sans';
	color: #999;
}

.item ul {
	list-style-type: square;
	padding: 0 0 14px 20px;
}

.item ol {
    list-style-type: upper-roman;
	padding: 0 0 14px 20px;
}



.gallery-caption { white-space: nowrap; overflow: hidden; }

/*** listings ***/
/*
.readmore-js-toggle {margin: 7px 0 14px 249px;}

.readmore-js-toggle span {font-size:80%; }

.item { border-top: 1px #CCC dotted;  padding-top: 14px;}

.item .single-col, .item .double-col { }
 
#main.first { border: none;  padding-top: 0 !important;}
#main { margin-bottom: 60px; }

.item h1, .item h2 {
	font-family: 'open_sans_condensedbold';
	font-size: 22px;
	line-height: 34px;	
	margin-bottom: 0;
}

.item h3 {
	font-family: 'open_sansbold';
}

.item p {
	margin-bottom: 14px;
}
*/
/*** pagination (siehe posts-in-page plugin 'page_posts.php' ***/
.pip-nav { position: relative;	width: 100%; }
.pip-nav li{
	float: left;
}
.pip-nav li.next {
	float: right;
}
/*** program ***/

.program {
	float: left;
	display: inline-block;
	width: 353px;
	margin-right: 20px;
}

.program h1, .program h2, .program p, .program hr { margin-right: 30px; }

.program h1, .program h2 {
	font-family: 'open_sans_condensedbold';
	font-size: 22px;
	margin-bottom: 0;
} 


.zeit {
	font-family: 'open_sans_condensedbold';
	font-size: 22px;	
}


/*** initiativen ***/


/* menu */

.ininav, .inilist h3
{
	font-family: 'open_sans_condensedbold';
	font-size: 21px;
	line-height: 36px;
	color: #0062ae;
	text-transform: uppercase;
}

.loin  {
	line-height: 22px;
	margin-bottom: 25px;
}

.loin li {
    margin-bottom: 5px;
}

.loin li a {
	text-transform: none !important;
}

.inilist {
	float: left;
	display: inline-block;
	width: 300px;	
}

.inilist ul {
	list-style: none;
	padding: 0;
}




/*** tabellen ***/
table { display: block; padding-bottom: 21px; }
tr { 	border-bottom: 2px #0062ae dotted; }
td { padding: 6px 0; }



/*** formulare ***/



.wpcf7 hr { 	
	border-bottom: 1px #0062ae dotted; 
	margin-bottom: 21px; 
} 

span.wpcf7-list-item {margin-left: 0;}

.wpcf7 h3 {
	font-family: 'open_sans_condensedbold';
    font-size: 28px;
    line-height: 31px;
    padding: 14px 0;
    max-width: 624px;
}

input, textarea {
    border: 1px solid #999;
    border-radius: 0;
    color: #333;
    padding: 2px;
}    

.wpcf7-text {    
    width: 333px;
}

.wpcf7-textarea {
	width: 444px;
	margin-top: 5px;
}

span.wpcf7-list-item {
    display: block;
   	margin: 0;
	vertical-align: top;
	margin-left: 25px;
	text-indent: -25px;
}

label.op {
/*    display: block;
	margin-left: 25px;*/
}

span.wpcf7-list-item checkbox	{
}

span.wpcf7-list-item-label {
	margin-left: 25px;
}

span.wpcf7-list-item-label:before {
	margin-left: -22px;	
}

.wpcf7-submit, .wpcf7-reset
{
	padding: 5px;
	background-color: transparent;
	cursor: pointer;
	font-family: 'open_sansbold';
	letter-spacing: 1px;
	color: #0062ae;
    border: 1px solid #0062ae;
}

.wpcf7-response-output {
	margin: 0 !important;
	padding: 5px 10px !important;
	width: 425px;
}

.wpcf7-mail-sent-ok {
    border: 2px solid #0062ae !important;
}
small {
    font-size: smaller;
}
.wpcf7-form-control-wrap  span.wpcf7-list-item input { width: 20px; }
.wpcf7-form-control-wrap input {
	width: 476px;
}


/*** gallery ***/

.gallery {
	padding-top: 8px;
	margin: auto;
}
.gallery .gallery-item {
	float: left;
	margin: 0 20px 20px 0;
	width: 200px;
	height: 200px;
	overflow: hidden;
	border: 1px solid #cfcfcf;
}
.gallery-size-grid_size .gallery-caption {
	margin-left: 0;
}

article .gallery-item a {
	display: inline-block;
	line-height: 0px;
}

article dl, article dt { display: inline-block; }

.wp-caption-text {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: #000;
	text-align: left;
}


.fancybox-title { text-align: center; }

.fancybox-title a { 
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #0062ae;
	padding: 4 !important;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;	
}


/*** sponsoren ***/

.sponsorpage  p {
	clear: both;
	margin-bottom: 4px;
}

.sponsorpage ul {
	/*display: table;*/
	display: block;
	list-style: none;
	padding: 0;
	width: 667px;
}

.sponsorpage ul li {
	/*display: table-cell;*/
	float: left;
	/*width: 33%;*/
	height: 140px;
	text-align: center;
	border-top: 1px #0062ae dotted;
	border-bottom: 1px #0062ae dotted;
}

.sponsorpage ul li img {
	display: inline-block;
	max-height: 90px;
	max-width: 200px;
}

#nav-posts {
	position: relative;
	top: 5px;
}

/*** footer ***/ 


.sponsoren {
	padding: 0;
	background-color: #e5e5e5;
	height: auto;
	width: 979px;
}


.sponsoren p {
	clear: both;
	font-family: 'open_sans_condensed';
	font-size: 10px;
	color: #666;
	margin: 2px auto;
	width: 970px;
}

.sponsoren ul {
	/*display: table;*/
	display: block;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sponsoren ul li {
	/*display: table-cell;*/
	float: left;
	/*width: 33%;*/
	height: 70px;
	margin: 0 1% 4px 1%;
	background-color: #fff;
	text-align: center;
}

.sponsoren ul li:first-of-type { margin-left: 0; }
.sponsoren ul li:last-of-type { margin-right: 0; }

.sponsoren ul li img {
	display: inline-block;
	height: 70px;
}



#disclaimer {
	width: 100%;
	margin: 30px 0 20px 0;
	font-family: 'open_sans';
	font-size: 13px;	
	color: #0062ae;
	position: relative;
}
#disclaimer a {
	color: #0062ae;
	text-decoration: none;
}


.fb {
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
}



/**** suche ***/


label { position: relative; }
.search-field {  }


.search-text { 
	display: block; 
	cursor: pointer;
	text-align: left;
	padding-left: 3px;
}
		
.search-text:hover { color: #ef7c00; }

header .search-field {
	position: absolute;
	z-index: 4;
	display: none;
	border: 2px dotted #0062ae;
	cursor: pointer;
	height: 26px;
	margin: 18px 0;
	padding: 0 0 0 5px;
	left: -106px;
	width: 230px;
	font-size: 14px;
}
header .search-field input {
	background-color: #fff;
}

header .search-field:focus {
	background-color: #fff;
	border: 2px solid #0062ae;
	cursor: text;
	outline: 0;
}
.search-form
.search-submit { 
	display:none;
}

/***** TRIBE EVENTS 187d37 *****/ 

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



#tribe-events-content {
/*	margin: 0 0 0 269px;	*/
}

/* description off */
#tribe-bar-dates, #tribe-bar-views, .type-tribe_events .entry-summary p {
	display: none;
}

.events-archive .entry-content, #tribe-events {
	max-width: 647px;
}

#tribe-events-header {
		border-bottom: 2px #0062ae dotted;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background-color: #0062ae;
	border-radius: 6px;
}


.tribe-clearfix:before {
	display: none;
}

.tribe-events-schedule h2 {
	display: block;
	margin: 0 0 0;
}

.tribe-events-list .type-tribe_events h2 {
	font-size: 21px;
}

.tribe-events-loop .tribe-events-event-meta {
	margin: 0;
	font-weight: normal; 
}

.tribe-events-read-more {
	color: #0062ae;
	font-family: 'open_sans_condensedbold';	
}

.tribe-events-list .tribe-events-venue-details {
    font-style: normal;
	font-family: 'open_sans';
    font-size: 15px;
    line-height: 22px;
}



.site-content .entry-summary {
    padding: 0 !important; 
    margin: 0 !important; 
}

.single-tribe_events .tribe-events-single-event-title {
	font-size: 28px;
   /* line-height: inherit; */
}

.single-tribe_events .tribe-events-schedule .tribe-events-cost {
	font-size: inherit;
}

.tribe-events-loop {
	font-family: 'open_sans';
    font-size: 15px;
    line-height: 27px;
} 

h2.tribe-events-page-title
{
	font-family: 'open_sans_condensedbold';
	font-size: 28px;
	line-height: 31px;
	text-transform: uppercase;
	text-align: left;
}

.tribe-theme-parent-twentyfourteen #tribe-events-pg-template #tribe-events, 
.tribe-theme-twentyfourteen #tribe-events-pg-template #tribe-events {
    padding: 0;
}

.tribe-events-list-separator-month {
    text-transform: none;
	font-family: 'open_sansbold';
    font-size: 15px;
    color: #ef7c00;
    margin: 18px auto;
    text-align: left;
    position: relative;
    background-color: transparent;
    padding: 0 0 18px 0;
}




.tribe-events-event-cost  {
/*    border: none;
    display: block;
	font-family: 'open_sansbold';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding:  0;
    text-align: center;
    text-overflow: ellipsis;
    */
    display: none;
}

.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first {
    padding-top: 0;   
    margin-top: 0;
}

.tribe-events-list .type-tribe_events {
	border-bottom: 2px #0062ae dotted;
	margin-bottom: 18px;
	padding-bottom: 14px;
}


.tribe-events-list-separator-month span {
    background-color: #fff;
    padding: 0 ;
}

.tribe-events-list-separator-month:after {
    content: "";
	border-bottom: 2px #0062ae dotted;
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
}


.tribe-events-list-event-description:before {
	display: none;
}

.tribe-events-list .tribe-events-venue-details {
    margin: 8px 0;
}

span.tribe-events-cost {
	font-family: 'open_sansbold';
}


.tribe-events-schedule h2, .tribe-event-schedule-details {
	font-family: 'open_sansbold';
    font-size: 15px;
}

.tribe-events-schedule {
    margin: 8px 0; 
}


/**** voting ***/

.thanks_button_div { 
	max-width: 630px; 
	margin-top: 24px;
	}
	
input.thanks_button {
	background-color: #ef7c00 !important;
	border: 1px solid #ef7c00;
	border-radius: 6px;
	padding: 5px;
}

.thxmsg {
	padding: 0;
	color: #ef7c00;
	font-family: 'open_sansbold';
	
}



@media screen and (min-width: 1000px) {


.tribe-theme-parent-twentyfourteen #tribe-events-pg-template, 
.tribe-theme-twentyfourteen #tribe-events-pg-template {
    padding-left: 0; 
}

.tribe-events-list .tribe-events-event-image {
	display: none;
}

.tribe-events-event-url, .tribe-organizer-url {
	white-space: nowrap; 
    width: 190px; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.tribe-events-event-meta dl {
	width: 190px;
}

.tribe-venue-location .url a {
	white-space: nowrap; 
    width: 190px; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

.tribe-events-nav-next, .tribe-events-nav-previous, .tribe-events-event-meta .url {
	white-space: nowrap; 
    width: 190px; 
    overflow: hidden;
    text-overflow: ellipsis; 
}

/*** mobnav ****/


/*** mobile ***/

}

@media only screen and (max-width: 900px) {  

	body { 	margin-left: 0; }


	img { max-width: 90%; } 
	#wrapper { width: 100%; }
	#wrapper {  padding: 20px 0 0 0;  }
	.main-content { margin: 15px 15px 30px 15px; }
	div, textarea, table, .item .double-col, .item .double-col p, .item .double-col h2 { max-width: 100%; }
	.wpcf7-textarea, input { width: 80%; }
	.wpcf7-textarea, input[type="checkbox"] { width: auto;  }
	
	#grid { 
	max-width: 90%; 
	margin: 0 auto;
	}
	

	header, #leftside, #footer .sponsoren, .date { display: none; }
	
	 
	
	#footer { margin: 15px 15px 30px 15px; }
	 
	/*** mob header ***/
	#mobheader {
		position: relative;
		display: block;
		width: 100%;
		height: 98px;
		background-color: #fff;
		margin: 0 !important;
		z-index: 99;
		top: 0;
	}
	
	#mobheader h1 
	{
		font-family: 'open_sans_condensedbold';
		font-size: 26px;
		text-transform: uppercase;
		margin: 5px 0 0 15px;
	}
	#mobheader h1 a {
		color: #0062ae;
		text-decoration: none;	
	}
	
	#mobheader h2
	{
		font-family: 'open_sans_condensedbold';
		max-font-size: 18px;
		color: #0062ae;
		margin: 0 0 0 15px;
	}
	
	#mobtitle img { 
	max-width: 60%; 
	margin: 5%;
	}
	
	/*** mob nemu ***/
	#momenu
	{
		position: fixed;
		display: block;
		z-index: 999;
		right: 15px;
		top: 7px;
		width: 30px;
		height: 30px;
		background-color: #ef7c00;
		font-family: 'open_sansbold';
		font-size: 21px;
		color: #FFF;
		padding: 2px;
		text-decoration: none;
		text-align: center;
	}
	#mobheader a.menu-button, #mobheader a.menu-button:visited, #mobheader a.menu-button:link  { color: #FFF !important; }
	
	#sidr {
		background-color: #fff;
		margin-top: 7px;
		display: block;
		left: -260px;
		z-index: 998;
		/*height: 150%;*/
	}

	#sidr ul  {
		margin: 15px 0 70px 15px;
	}
	
	#sidr ul li {
		min-height: 35px;
	}

	
	#sidr li {
		min-height: 25px;
		background-color: #fff;
		font-family: 'open_sans_condensedbold';
		font-size: 18px;
		line-height: 20px;
		color: #ef7c00;
		text-transform: uppercase;
	}

	
	#sidr li a
	{
		color: #ef7c00;
	}
	
	#sidr li.current_page_item a,
	#sidr  li.current_page_ancestor a,
	#sidr li a:hover { color: #0062ae; }

	#sidr ul.children {
		display: none;
	}
	
	#sidr ul.children li {
		min-height: 25px;
	}

	#sidr li.current_page_item ul.children,
	#sidr li.current_page_ancestor ul.children {
		display: block;
		margin: 5px 0 15px 15px;
	}
	
	
	#sidr .children li a
	{
		font-family: 'open_sans_condensedbold';
		font-size: 18px;
		line-height: 20px;
		color: #ef7c00;
		text-transform: uppercase;
	}

	#sidr  .children li.current_page_item a,
	#sidr  .children li a:hover { color: #0062ae; }
	
	#overlay {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  margin-top: 65px;
	  z-index: 10;
	  background-color: rgba(255,255,255,0.7); /*dim the background*/
	}	
	
	.search-text {
		padding-left: 0;
	}
	
	/*** gallery  ***/
	.gallery {
		width: 269px;
		margin: 20px auto;
	}
	
	.gallery-size-grid_size .gallery-item {
		margin: 0 20px 20px 20px;
	}
	
	/*** mob readmore ***/
	
	.item { padding-bottom: 10px; }
	
	.item .wp-post-image {margin: 8px 0 0 0; }
	
	/*** program ***/
	
	.program {
		/*margin: 0 0 20px 0;
		border-bottom: 2px #0062ae dotted;*/
	}
	
	.program hr { margin: 0 0 21px 0; }
	.program p { margin-bottom: 18px; }
	
	/*** spnsoren ***/
	.sponsoren ul {
		width: 100%;
	}
	.sponsoren ul li {
		clear: left;
		width: 100%;
		text-align: center;
		border: none;
		padding-top: 15px;
	}
	.sponsoren ul li.first {
		border-bottom: 2px #999 dotted;
	}
	
	#disclaimer {
		
	}
	
	iframe  {
		max-width: 100%;
		overflow: hidden;
	}
	  
}

@media only screen and (max-width: 420px) {  

	#mobheader h1 
	{
		font-size: 8vw;
	}
	#mobheader h2
	{
		font-size: 4.3vw;
	}
	
	.fb {
    display: block;
    position: relative;
	margin: 25px;
}


}