/*
Theme Name: vaeter-ev
Description: 
Version: 1.0
Author: POSTkomm

Author URI: http://postkomm.de
Template: eventure
Colors:


gerastertes Orange = fcdcb7
Linkfarbe = 336699
weiss = f8f8f8
orange = ef9600
blau = 00425e
*/

/*---------------------------------
	IMPORTSsd
-----------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700);



body,
#countDown,
#wp-calendar {font-family: "Open Sans", arial, verdana, sans-serif;}


/*--SIDEBSR STUFF--*/
#sidebar,
#postDetails {float: left;}
#listing, 
body.page .page, body.single .news, body.single .tipps {float: right;}
body.single .post, body.single .tipps {
    float: right;
    padding: 0 0 40px 35px;
}

#sidebar,
#postDetails {float: left; padding-left:3px;}
#listing, 
body.page .page {}


/*--TWO COLUMN STUFF--*/
#twoColumns  {
	text-align: justify;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 60px;
	-webkit-column-gap: 60px;
	column-gap:60px;
	-moz-column-rule: 1px dashed #ccc;
	-webkit-column-rule: 1px dashed #ccc;
	column-rule: 1px dashed #ccc;
}

#twoColumns h1, #twoColumns h2  {
	text-align:left;
	
}

@media screen and (max-width:740px) {
	#twoColumns {
		text-align: inherit;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}


/*--FONT COLOR STUFF--*/
#wp-calendar #prev a,
#wp-calendar #next a,
li.activeMonth a.dateLink,
#copyright a:hover,
a {color:#ef9600;}

/*--BACKGROUND COLOR STUFF--*/
li.box a:hover,
.dateInfo:hover,
#wp-calendar td a:hover,
#commentform input[type="submit"]:hover,
input[type="submit"]:hover,
#postNav .pagenav a:hover,
#theTags a:hover,
#tagLine a:hover,
.sliderInfo a:hover,
.flex-direction-nav li a:hover,
#dropmenu li a:hover {background-color:#ef9600; height:100%; }


.sub-menu li {width:100%;}



/*---------------------------------------------
---Bis hierer aus Theme Admin einstellungen
---------------------------------------------*/





/*--UNUSED--*/
.aligncenter,
.bypostauthor,
.sticky,
.wp-caption-text,
.gallery-caption,
.wp-caption {},
#recentcomments li {},
.alt {}

* {padding: 0; margin: 0; }

/* -----BODY STUFF----- */
html {height: 100%}
body {
	color:#000; 
	background-color: #f3efe5; 
	background-image: url(images/bg-body.jpg); 
	background-repeat:repeat-x; 
}

/* -----A TAG STUFF----- */
a {
	text-decoration:none;
	-moz-transition: color 0.20s linear;
    -webkit-transition:color 0.20s linear; 
    -o-transition:color 0.20s linear; 
}

p a {
text-decoration: underline;
}

a:hover {text-decoration:none; }


p {font-size: 12px; }

img {max-width: 100%;}

/*-----HOVER ANIMATION STUFF------*/
ol.flex-control-nav li a,
li.box a,
.dateInfo,
#wp-calendar td a,
#commentform input[type="submit"],
input[type="submit"],
#postNav .pagenav a,
#theTags a,
#tagLine a,
#dropmenu li a,
#dropmenu li,
#dropmenu li a,
#tagLine a, 
#theTags a, 
.widget_tag_cloud a, 
#postNav a, 
.sliderInfo a, 
.flex-direction-nav li a, 
.dateInfo,
ul#detailsTabs > li {
	-moz-transition:background-color 0.20s linear;
    -webkit-transition:background-color 0.20s linear; 
    -o-transition:background-color 0.20s linear; 
}

/* -----H TAG STUFF----- */

h1 { font-size:28px!important; font-weight: normal;}
h1,h1 a,h1 a:visited
 {text-decoration:none; color: #00425e;}




h2,h3, h4, h5, h6 { font-weight: normal;}
h2,h2 a,h2 a:visited,
h3,h3 a,h3 a:visited,
h4,h4 a,h4 a:visited,
h5,h5 a,h5 a:visited,
h6,h6 a,h6 a:visited {text-decoration:none; color: #00425e;}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {text-decoration:none; color: #ef9600;}

ul {list-style-type: square;}

/* -----PAGE STUFF-----*/
#wrapper {
	margin: 60px auto; 
	width:900px; 
	position: relative; 
	padding: 0 60px; 
	background: #f8f8f8;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,.3);
	box-shadow: 0px 2px 3px rgba(0,0,0,.3);
}






/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (max-width:1040px) {#wrapper{width: 750px;}}/*/mediaquery*/
@media screen and (max-width:890px) {#wrapper{width: 600px;}}/*/mediaquery*/
@media screen and (max-width:740px) {#wrapper{width: 450px;	}}/*/mediaquery*/
@media screen and (max-width:590px) {#wrapper {width: 300px; margin: 47px auto;} }/*/mediaquery*/
@media screen and (max-width:440px) {#wrapper  { width: 240px;	padding: 0 30px 0; margin: 47px auto;}}/*/mediaquery*/

#content {width: 100%;}

#sidebar {width: 250px; border-right: 1px dashed #ccc;
padding-right: 30px;}
body.single #sidebar {width: 250px;}
/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (max-width:1040px) {#sidebar {width: 250px !important; }  }/*/mediaquery*/
@media screen and (max-width:890px) {#sidebar {float: none !important; margin: 85px auto 0; width: 300px; border:none; clear:both;}}/*/mediaquery*/
@media screen and (max-width:590px) {#sidebar {width: 100%;}}/*/mediaquery*/

.dotted {background: url(images/dot_bg.png) repeat; height: 40px; width: 100%;
}

/*---------HEADER STUFF-----------*/
#header {padding:40px 0; position: relative; margin: 0 auto;  width:100%;}
a#logo  {
display: inline-block;
position: absolute;
top: -64px;
z-index: 100;
left: -1px;}


@media screen and (min-width: 890px) and (max-width: 1040px) {
	.slogan {
	max-width:30%;
	}	
	
	}
	
	
/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (max-width:590px) {#header {padding:35px 0 120px}}/*/mediaquery*/
@media screen and (max-width:440px) {a#logo img {max-width: 100%; height: auto;}}/*/mediaquery*/

/*--------FOOTER STUFF--------*/
#footer {
	clear:both; 
	background: #eee; 
	border-top:1px solid #ef9600;
	margin: 20px -60px 0 -60px;
}




/*---------------------------------
	Newsletter
-----------------------------------*/
#newsletter {
	padding:15px 4%;
	text-align:center;
}
#newsletter .wysija-paragraph { 
display: inline; 
 }

#newsletter h2 {
	color:#00425e;
}
#newsletter small {color:#999; font-style:italic; }


#newsletter  input[type="text"] {  
background:#ddd;
}
#newsletter  input:focus {
background-color: #ef9600;
outline: none;
}


::-webkit-input-placeholder { color:#666; }
::-moz-placeholder { color:#666; } /* firefox 19+ */
:-ms-input-placeholder { color:#666; } /* ie */
input:-moz-placeholder { color:#666; }



#newsletter .widget_wysija_cont{  margin-top:22px; }
#newsletter .wysija-submit { margin:5px auto; }











#copyright {
	
	padding: 0;
	
	margin: 0 -60px;
	background: #ef9600; 
	text-align: center; 
	font-size: 10px; 
	line-height: 33px; 
	color: #000; 
	
	display: block; 
	letter-spacing: .75px;
	
	
}
#copyright a {color: #f8f8f8;}

#socialIcons {text-align: center; padding: 60px 0 0; width: 100%; height: 46px;}
.socialWrap {display: inline-block; width: 46px; height: 46px; margin: 0 8px; overflow: hidden;}
.socialIcon {width: 46px; height: 46px; margin: 0 3px; display: inline-block; background-image: url(images/social_icons.png); margin: 0; height: 92px;}
#rssIcon {background-position: 0 0;}
#youTubeIcon {background-position: -46px 0;}
#vimeoIcon {background-position: -92px 0;}
#twitterIcon {background-position: -138px 0;}
#mySpaceIcon {background-position: -184px 0;}
#meetupIcon {background-position: -230px 0;}
#gplusIcon {background-position: -276px 0;}
#facebookIcon {background-position: -322px 0}
#flickrIcon {background-position: -368px 0;}
#favIcon {background-position: -414px 0;}
#linkedinIcon {background-position: -460px 0;}

/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (max-width:740px) {
	#copyright {line-height: 22px; padding: 2%;}
	.socialWrap {margin: 0 2px;}
}/*/mediaquery*/
@media screen and (max-width:440px) {
	#copyright {line-height: 15px;}
	.socialWrap {margin: 0 4px;}
}/*/mediaquery*/

/*-------MAIN NAVIGATION STUFF--------*/
#navigation {position: absolute; z-index: 101; right: 0; top: 50%; margin-top: -19px; }
#dropmenu {list-style:none; position:relative; width:100%; z-index: 400; text-align: right;}
#dropmenu li {list-style:none;  position:relative; display: inline; float: left; }
#dropmenu li a { 
	display: block;
color: #333;
font-size: 10px;
padding: 10px 10px;
text-transform: uppercase;
margin: 0 0 0 3px;
letter-spacing: .7px;
font-weight: 600;
background: #ddd;
}

 #dropmenu .menu-item a { 
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;

border-top-left-radius: 12px;
-moz-border-radius-topleft: 12px;
-webkit-border-top-left-radius: 12px; 
	
}

 #dropmenu .sub-menu a { 
	
	border-top-left-radius: 0;
-moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; 
	
}

 #dropmenu .sub-menu  { 
	
border-top:3px solid #f8f8f8;	
}




#dropmenu li a:hover {text-decoration: none; color: #000; } 
#dropmenu li ul {list-style:none; display:none; position:absolute; width:200px; z-index:300; left: 0; text-align: left; /*top:0;*/ }
#dropmenu li ul li {position:relative; clear: both;}
#dropmenu li ul li ul {position:absolute;top:0; left:-200px;}
#dropmenu li ul li ul li {float: right;}
#dropmenu li:hover ul ul, 
#dropmenu li:hover ul ul ul, 
#dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, 
#dropmenu li li:hover ul, 
#dropmenu li li li:hover ul, 
#dropmenu li li li li:hover ul {display:block;}

#dropmenu li.current-menu-ancestor > a, #dropmenu li.current-menu-item > a,
#dropmenu li.current-menu-parent > a  {background: #ef9600; color: #f8f8f8;}
#dropmenu li.current-menu-item > a:hover,
#dropmenu li.current-menu-ancestor > a:hover
#dropmenu li.current-menu-parent > a:hover {color: #000;}

#selectMenu {padding: 5px; display: none; position: absolute; z-index: 10; right: 0px; top: 50%; margin-top: -15px; width: 175px;}




















/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (max-width:890px) {
	#navigation {display: none;}
	#selectMenu {display: block;}
}/*/mediaquery*/
@media screen and (max-width:740px) {#selectMenu {width: 120px;}}/*/mediaquery*/
@media screen and (max-width:590px) {#selectMenu {width: 100%; top:inherit; bottom: 60px;}}/*/mediaquery*/
@media screen and (max-width:440px) {#selectMenu {bottom: 70px;}}/*/mediaquery*/

/*--SLIDER STUFF---*/
#slider {
	margin-bottom: 20px; 
	width: 100%; 
	height: 292px;
	position: relative;
	background-image: url(images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position: center;
}
.slides {max-height: 350px;}
#slider li {position: relative;}
#slider img {display: block; width: 100%;}

.sliderInfo {position: absolute; left: 0; top: 135px; font-weight: 400; letter-spacing: 1px;}
.sliderInfo a {color: #ef9600; display: inline-block; background-color: #000;
	background: rgba(0,0,0,.85);
}
.sliderInfo a:hover {cursor: pointer; color: #000;}

.sliderTitle {padding: 5px 10px;
font-size: 28px;
}

.sliderDate {
	display:none;
	
}

ol.flex-control-nav {width: 100%; position: absolute; bottom: -14px; left: 0; }
ol.flex-control-nav li {float: left; margin: 0 0 0 2px;}
ol.flex-control-nav li:first-child {margin-left: 0;}
ol.flex-control-nav li a {display: inline-block; height: 12px; width: 100px; background: #ddd; float: left; text-indent: -999px; overflow: hidden; cursor: pointer;}
ol.flex-control-nav li a:hover,
ol.flex-control-nav li a.active {background: #000;}

.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

#slider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
#slider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}

#slider .flex-direction-nav {position: absolute; width: 70px; height: 35px; left: 0px; z-index: 1000;}
#slider .flex-direction-nav li a {
	height: 35px; width: 35px; 
	float: left; text-align: center; 
	line-height: 35px; background: #000; 
	color: #f8f8f8;
	background: rgba(0,0,0, 0.85);
}
#slider .flex-direction-nav li a:hover {color: #000; opacity:1!important; background: #ef9600;}








/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (min-width:1041px) {
#slider .flex-direction-nav {top: 183px;}

}

@media screen and (max-width:1040px) {
	#slider {height: 244px; margin-bottom: 55px;}
	#slider img {height: 100%}
	.sliderInfo {top:110px;}
	.sliderTitle {font-size: 18px;}
	.flex-direction-nav {top:141px;}
}/*/mediaquery*/
@media screen and (max-width:890px) {
	#slider {height: 195px;}
	.sliderInfo {top:85px;}
	.sliderTitle {font-size: 16px;}
	.flex-direction-nav {top:113px;}
}/*/mediaquery*/
@media screen and (max-width:740px) {
	#slider {height: 146px;}
	.sliderInfo {top:55px;}
	.sliderTitle {font-size: 12px;}
	.flex-direction-nav {top:79px;}
}/*/mediaquery*/
@media screen and (max-width:590px) {
	#slider {height: 97px;}
	.sliderTitle {padding: 5px 10px;}
	.sliderDate {display: none!important;}
	.sliderInfo {top:inherit; bottom: 117px;}
	.flex-direction-nav {display: none;}
}/*/mediaquery*/
@media screen and (max-width:440px) {
	#slider {height: 78px;}
	.sliderInfo {top:inherit; bottom:93px; font-size: 10px;}
	.flex-direction-nav {display: none;}
	li.box {margin-left: 0px!important;}
}/*/mediaquery*/


/*--TAGLINE STUFF--*/
#tagLine {
	text-align: center!important; 
	
	border-width: 0 0 0;
	padding: 0 80px 45px;
	padding: 0 8.333333333333333% 55px;
	width: 800px;
	width: 83.33333333333334%;
	margin: 0 auto;
}
#tagLine a {background: #000; padding: 7px 7px 3px; color: #f8f8f8; font-size: 23px;}
#tagLine a:hover {color: #000;}


#tagLine h1{
 font-size: 28px;
 padding-top:50px;
 line-height: 36px; 
	letter-spacing: -.3px; 
 font-weight:800;
 letter-spacing:0;}


#tagLine .h1-border {
border-bottom: 6px solid #ef9600;
display: block;
text-align: center; 
margin:10px 30% 0 30%;


}


#tagLine p {
	margin-top:44px;
 font-size: 14px;
 line-height:1.2em;
 font-weight:400;
 color:#00425e;
 letter-spacing:1px;;
 }










/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (max-width:1040px) {#tagLine {padding: 0 0 55px; width: 100%;}
#tagLine h1{
 padding-top:0px;
}
}/*/mediaquery*/
@media screen and (max-width:890px) {
	#tagLine {font-size: 24px;}
	#tagLine a {font-size: 20px;}
}/*/mediaquery*/
@media screen and (max-width:740px) {
	#tagLine {font-size: 22px; padding: 0 0 40px; }
	#tagLine a {font-size: 18px;}
}/*/mediaquery*/
@media screen and (max-width:590px) {#tagLine {text-align: left; line-height: 30px;}}/*/mediaquery*/

/* ----------------------------
CALENDAR POST STUFF
----------------------------- */
.blackBar {text-align: center; line-height: 48px; background: #ddd; height: 48px; font-size: 10px; letter-spacing: .7px;  color:00425e; font-weight:600;
border-top-left-radius: 24px;
-moz-border-radius-topleft: 24px;
-webkit-border-top-left-radius: 24px; }

.blackBar a{color: #00425e!important; }


.colorBar {text-align: center; line-height: 48px; background: #00425e; height: 48px; font-size: 10px;  letter-spacing: .7px; color: #c3d8e5;
border-bottom-right-radius: 24px;
-moz-border-radius-bottomright: 24px;
-webkit-border-botto,-right-radius: 24px; 
}

.colorBar a{color: #c3d8e5!important; }


#loadMore {margin-top: -3px; border-top:3px solid #000; line-height: 45px; height: 45px;
	
	display: none;
}
#loadMore a {color: #f8f8f8; line-height: 45px;}
#loadMore a:hover {color: #f8f8f8;}





/* ----------------------------
CALENDAR FILTER
----------------------------- */

ul.accordion {
	list-style-position:inside;
}



ul.accordion {
    list-style: none;
    margin: 0;
    padding: 0;
	text-align:center;
}
ul.accordion li {
    
    margin: 0;
    padding: 0;
line-height: 0;
}


/* Hide the radio buttons */
ul.accordion label + input[type='radio'] {
    display: none;
}



ul.accordion label {
    background-color: #ccc;
	border-top-left-radius: 12px;
-moz-border-radius-topleft: 12px;
-webkit-border-top-left-radius: 12px; 

	border-top:1px solid #fff;
    color: #000;
	font-size:12px;
	text-transform:uppercase;
	
    display: block;
    padding: 5px;
}

ul.accordion label:hover {
    cursor: pointer;
}

/* Set up the div that will show and hide */
ul.accordion div.content {
    overflow: hidden;
    padding: 0 10px;
    display: none;
	background-color:#00425e;
	
}

/* Show the content boxes when the radio buttons are checked */
ul.accordion label + input[type='radio']:checked + div.content {
    display: block;
}


#filter .categories {: none;}
#filter ul {list-style: none; padding:11px;}
#filter li {display: inline; font-size: 10px; margin: 0 8px 0 0; }
#filter li a {color: #ddd; text-transform: uppercase; line-height: 0px; display: inline-block;}
#filter li a:hover,
#filter li a.active {color: #fff;}

#filter.sticky {z-index: 2000; width: 100%}
#filterStickyWrapper,
#filterStickyWrapper #filter {width: 100% !important; left: 0 !important;
margin-bottom: 10px; }


#filterStickyWrapper  {
margin-bottom: 0!important;
height:180px!important;
}



@media screen and (max-width:740px) {
#filterStickyWrapper  {
height:200px!important;}
}

@media screen and (max-width:590px) {
#filterStickyWrapper  {
height:220px!important;}
}
@media screen and (max-width:410px) {
#filterStickyWrapper  {
height:255px!important;}
}


li.box {display: block; 
float: left; 
height: 130px; 
width: 130px; 
margin:10px;

position: relative; 
overflow: hidden; 
text-align: center;  
;}


 .postEvent{
background: #66a2c0;
border-bottom-right-radius: 30px;
-moz-border-radius-bottomright: 30px;
-webkit-border-bottom-right-radius: 30px; 
}




li.box a {display: block; height: 96px;  padding: 0px; color: #000;}
li.box .theDay {
	font-size: 35px;
font-weight: 100;
line-height: 32px;
margin-left: -90px;
color: #fff; }






li.box .theTitle {
	font-size: 11px; 
	line-height: 14px;
	letter-spacing: .5px;
	margin-top:14px;
	font-style: italic;
}
li.box .theTitle span {
	display: inline-block; 
	padding: 1px 5px ; 
	margin-bottom: 8px; 
	background: #000; 
	color: #f8f8f8; 
	font-size: 11px;
font-style: normal;
	
		
}

li#theEnd, li#dateLink {background: #00425e; color: #c3d8e5; }

#theEnd p{ padding-top: 50px;}



li.monthYear {background-color: #00425e; text-transform: uppercase; font-size: 20px; cursor: default;

	background-image: none;	
}
li.monthYear a.dateLink {padding: 0; color: #c3d8e5; padding-top: 40px; height: 110px; width: 100%;}
li.monthYear a.dateLink:hover {color: #000;}
li.monthYear span {letter-spacing: 2.5px;}






/* -----POST AND ENTRY STUFF----- */
body.single .mapEmbed {margin:45px 0; clear: both; width:100%; overflow: hidden;  height: 300px;}
body.single .smallWindow .mapEmbed {margin: 0; border: none;}

body.single .attachment-post {margin:0 0 45px; border-bottom: 5px solid #000; display: block; height: auto; width: 100%}

ul#detailsTabs > li.smallWindow {display: none;}

iframe {width: 100%;}

#crumbs {font-size: 10px; line-height: 20px;}
#listing #crumbs,
.entry #crumbs {margin: 0 0 35px;}

.entry img {max-width: 100%; height: auto;}

.listContent {padding-left: 30px; }
.listContent .smallMeta {
	
	padding: 5px 15px;
	
}

.socialButton {float: left; margin: 0 15px 25px 0 ;}

#postDetails {width: 300px; font-size: 12px; }

ul#detailsTabs {
	list-style: none;
	border-bottom: 1px solid #ccc;
	margin:0 0 30px;	
}
ul#detailsTabs > li {
	display: inline-block;
	border: 1px solid #ccc;
	background: #eee;
	color: #888;
	line-height: 32px;
	padding: 0 20px;
	margin: 0 1px -1px 0;
	cursor: pointer;
	font-size: 10px;	
}
ul#detailsTabs > li.activeTab {border-bottom-color:#f8f8f8; background: transparent; color: #000;}
ul#detailsTabs > li.activeTab:hover{background: #f8f8f8;}
ul#detailsTabs > li:hover {background: #e1e1e1; color: #000;}

ul#metaStuff {list-style: none;}
ul#metaStuff > li {margin:0; display: none;}
ul#metaStuff > li.currentInfo {display: block;}

ul#metaStuff ul {margin-left: 15px;}
ul#metaStuff ul li {margin-bottom: 15px;}

ul#metaStuff #postTitle,
ul#metaStuff #crumbs {display: none;}

ul#metaStuff #crumbs {margin-bottom: 20px;}

#countDown {
	font-size: 10px; 
	padding: 10px 12px; 
	text-transform: uppercase;
	background:none;
	border: none;
	color: #888;
	padding: 0;
	margin-bottom: 20px;
}
#cntdwn span {color:#000; font-size: 18px;}

ul#metaStuff ul.galleryBox {list-style: none; margin: 0;}
ul#metaStuff ul.galleryBox li {display: inline-block; margin: 0 10px 3px 0;}
ul#metaStuff ul.galleryBox li:hover img {outline: 1px solid #000;}

ul#metaStuff .smallMeta { font-style: normal; clear: left;}
ul#metaStuff .smallMeta i {
display: inline-block;
margin:0 9px 0 3px;
color: #666;
font-size: 21px;
vertical-align: middle;
}

ul#metaStuff .smallMeta p {
margin:0 0 15px 0;
}

ul#metaStuff .smallMeta p a {
	text-decoration:none;
	font-size: 11px;}




#theTags {clear: left; margin: 25px 0 0;}
#theTags a {background: #000; padding: 8px 18px; color: #f8f8f8; margin:0 3px 3px 0; font-size: 8px; text-transform: uppercase; display: block; float: left; font-weight: bold;}
#theTags a:hover {color: #000;}

body.single #titleBar {margin-bottom: 1px;}

#listing,
body.page .page {
	width: 580px;
	padding: 0 0 40px 0;	
}

body.single .post {
	width: 540px; 
	
}


/*-------NEWS NAVIGATION STUFF--------*/
#content .news, #content .tipps {
width: 580px;
padding: 0 0 40px 0;
}
.post-navigation {
clear: both;
overflow: hidden;
display:block;
background: #ddd;
padding: 0px 11px 2px 11px;
margin-top:22px;
}

.post-navigation a {
font-size: 12px;
font-weight:600;}

.post-navigation a:hover {
color:#00425e;}

.nav-links {
float: left;
width: 50%;
}
.nav-rechts {
float: right;
text-align: right;
width: 50%;
}



 



/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (max-width:1040px) {
	#listing, 
	body.page .page {width: 450px;}
	
	body.single .post {width: 425px;}
	
	#content .news, #content .tipps {
width: 435px;

}

}/*/mediaquery*/
@media screen and (max-width:890px) {
	#listing, 
	body.single .post, .news, .tipps, 
	body.page .page {
		margin: 0 auto;
		float: none !important;
		padding: 0 0 40px !important;
		border: none !important;
		width: 100%!important;
	}
	
	#listing .news, #listing .tipps  {
		margin: 0 auto;
		width: 100%!important;
	}
	
	.monthInfo {
line-height: 30px!important;
}
.post-navigation a {
font-size:0.8em;
}
.post-navigation  {
line-height: 17px!important;
}
	
}/*/mediaquery*/

body.page-template-page-calendar-php #content .page,
body.page-template-post-form-php #content .page,
body.page-template-full-width-slider-php #content .page,
body.page-template-full-width-php #content .page {width: 100%; float: none; border: none; padding: 0 0 40px;}



#listing .post, #listing .news, #listing .tipps {
    padding-bottom: 65px;
}


 #listing .news, #listing .tipps {
	margin: 0 0 35px;
	padding-bottom: 10px;
	border-bottom: none;
	margin-bottom: 10px;	
}
.news a.thumbLink, .tipps a.thumbLink {
border-bottom: 1px solid #fcdcb7;
}


.news .smallMeta, .tipps .smallMeta {
margin: 0px 0 7px;
}




h2.posttitle {
	
	font-size: 22px;
	margin-bottom: 0;
	margin-top: 20px;
}
h2#postTitle {
	font-size: 24px;
	margin-bottom: 0;
}

.dateInfo {
	width: 100px;
	margin: 0 20px 0 0;
	float: left;
	text-align: center;
	padding: 35px 25px;
	background: #66a2c0;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;

}
.dayInfo {font-size: 45px; line-height: 40px;}
.monthInfo{font-size: 14px; line-height: 14px; }
.timeInfo {
	font-size: 9px; 
	line-height: 9px; 
	display: inline-block;
	margin: 0 auto 10px;
	padding: 5px 8px 2px; 
	
	color: #000; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;		
}
.dateInfo:hover .timeInfo {
	background: #000; 
	color: #f8f8f8; 
}

.smallMeta {
	margin: 0px 0 15px;
	font-size: 11px;
	font-style: italic;
	letter-spacing: 0;
}

.entry{font-size: 12px;}
.entry ol,.entry ul {margin:0 0 15px 0; padding: 0; font-size: 12px;}

.entry li{
	list-style-image: url(images/bullet.png);
	list-style-position:inside;


}
.entry p {margin: 0 0 15px;}
.details {font-size: 12px;  margin-bottom: 35px;}

/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (max-width:1040px) {
	.dateInfo {margin: 0 15px 0 0; padding: 28px 10px;}
	
	#postDetails {width:260px}
	ul#detailsTabs > li {padding: 0 15px;}
	
	.listContent h2.posttitle {font-size: 18px; margin-top: 10px;}
	.listContent .smallMeta {margin: 0 0 10px;}
}/*/mediaquery*/
@media screen and (max-width:890px) {
	.dateInfo {margin: 0 15px 0 0; padding: 28px 22px;}
	
	#postDetails {width:100%; margin-bottom: 30px;}
	#postDetails #sidebar {margin-top: 20px;}
	ul#detailsTabs > li {padding: 0 5%;}
	
	.blackBar, .colorBar {display: none;}
	
	ul#metaStuff #postTitle,
	ul#metaStuff #crumbs {display: inherit;}
	
	body.single .entry #postTitle,
	body.single .entry #crumbs {display: none;}
	
	
	.listContent h2.posttitle {font-size: 22px; margin-top: 15px;}
}/*/mediaquery*/
@media screen and (max-width:740px) {
	.listContent h2.posttitle {font-size: 18px; margin-top: 10px;}
	
		
	.dateInfo {margin: 0 15px 0 0; padding: 28px 10px;}
}/*/mediaquery*/
@media screen and (max-width:590px) {
	.dateInfo {padding: 15px 0; width: 100%;}
	.dayInfo {font-size: 35px; line-height: 25px;}
	
	.listContent {padding: 1px 0 0; clear: both;}
	.listContent .smallMeta {background: none; padding: 0;}	
}/*/mediaquery*/
@media screen and (max-width:440px) {
	li.box {width: 100%;}
	li.box a {width: 100%; padding: 27px 0;}
}/*/mediaquery*/

/*--- POST THUMBNAIL STUFF ---*/
a.thumbLink {display: block; border-bottom: 5px solid #66a2c0;}
a.thumbLink img {display: block; padding-bottom: 0px; margin-bottom: 0;
	max-width: 100%;
	height: auto;
	-moz-transition: opacity 0.20s linear;
    -webkit-transition:opacity 0.20s linear; 
    -o-transition:opacity 0.20s linear; 
}
a.thumbLink:hover img {opacity: .85} 

/*-------BLOG PAGE NAVIGATION STUFF----------*/
#postNav {font-size:10px;  overflow: hidden; width: 70px; float: right;

	display: none;
}
#postNav .pagenav a {display: inline-block; line-height: 35px; color: #f8f8f8; width: 35px; text-align: center; background: #000; float: right;}
#postNav .pagenav a:hover {text-decoration: none; color: #000;}

.navigation {font-size: 12px;}

/*-----SIDEBAR STUFF----*/
#sidebar ul {margin-left: 0 !important;  position: relative; padding-left: 5px; }
#sidebar ul li.widget {list-style: none; margin: 0 0 55px; font-size: 12px;  position: relative;}
#sidebar ul li.widget h3.widgettitle {
	padding: 5px;
	margin-bottom:5px;
	background: #eee;
color: #666;
}
#sidebar ul li.widget ul li {
	list-style:none;
	margin-bottom: 10px;}
#sidebar ul li.widget ul li ul li {padding: 0 0 0 15px; margin-left: 0; list-style-type:disc; list-style-position: inside;}

#sidebar ul li.widget img {max-width: 100%; height: auto;}

/* -----COMMENT STUFF----- */
#commentsection {width:90%;   font-size: 12px;}
.commentlist {width: 100%; list-style:none; }
#commentsection h3 {margin-top: 40px;}
h3.comments {margin:40px auto 20px;}
.commentlist li,#commentform input,#commentform textarea {font:.9em 'Open Sans', Verdana, Arial, Sans-Serif;}
.commentlist li {font-weight:bold;list-style:none; padding:15px 0; font-size:12px;}
.commentlist li img.avatar {float:left;margin-right:15px;}
.commentlist cite,.commentlist cite a {font-weight:bold;font-style:normal;}
.commentlist p {font-weight:normal; text-transform:none;margin:10px 0; font-size: 12px;}
.commentlist .pingback p {margin:10px 5px 10px;}
#commentform p {margin:5px 0;}
.commentmetadata {font-weight:normal;display:block; font-size:10px; color:#333; padding:3px 0 0; text-transform:uppercase;}
cite.fn {text-transform:uppercase;}
.commentlist {text-align:justify;padding:0;}
.nocomments {text-align:center;}





/*---FORM STUFF---*/

.wpcf7 form{
	background: #eee;
	padding: 10px  5%;
	margin-top:30px;
	
}


.wpcf7 form h2{
	color:#00425e;
	margin: 20px 0;
}





select,input[type="file"],input[type="email"],input[type="text"],input[type="password"] {
	padding: 8px;
		margin:5px 5px 0 0; 
	

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	outline:none;
	/*FIX CHROM BUG*/
	-webkit-appearance: none;
	
	
	
	
	
      -webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none; /* Removes Default Firefox style*/
      background: url('images/dropdown.png') no-repeat;  /*Adds background-image*/
      background-position: 223px 7px;  /*Position of the background-image*/
      width: 100px; /*Width of select dropdown to give space for arrow image*/
      text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/

}



#wpcf7-f587-p20-o1  textarea {background: #ddd;}





select {width: 244px;border-color: #ccc;}
option {margin: 5px; border: none;}


input:focus, textarea:focus, isindex:focus, keygen:focus {
background-color: #ef9600;
outline:none;}
















/*---------------------------------*/
/*----- RESPONSIVE STUFF ----------*/
/*---------------------------------*/
@media screen and (max-width:440px) {
	input[type="file"],input[type="email"],input[type="text"],input[type="password"] {width: 80%;}
	select {width: 90%;}
}/*/mediaquery*/

textarea {padding: 8px; width:90%;  font-size: 12px; border:none; margin: 5px 0;  background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}
#commentform input[type="submit"], 
input[type="submit"] {cursor: pointer; background: #000; border: none; color: #f8f8f8; padding: 15px 20px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}
#commentform input[type="submit"]:hover, 
input[type="submit"]:hover {color: #000;}

/*---------------------------------*/
/*------FRONT-END FORM------------*/
/*-------------------------------*/
#primaryPostForm {padding:30px; border-radius: 5px; border: 0px solid #ccc; background: #eee;}
#primaryPostForm p {margin-bottom: 25px;}
#primaryPostForm p.alignleft {width: 50%;}
#primaryPostForm #postSubmit {cursor: pointer;}
#primaryPostForm .error {color: red;}
#primaryPostForm .formExample {color: #999; font-style: italic;}
#primaryPostForm .dateStuff {width: 90px; }
#primaryPostForm select.dateStuff {width: 110px;}
#primaryPostForm #postTest {width: 100px;}
.red {color: red;}

#primaryPostForm textarea,
#primaryPostForm select,
#primaryPostForm input[type="file"],
#primaryPostForm input[type="email"],
#primaryPostForm input[type="text"],
#primaryPostForm input[type="password"] {background: #fff;}

@media screen and (max-width:900px) {
	#primaryPostForm p.alignleft {width: auto; float: none;}
}

/*---------------------------------*/
/*------DATE PICKER---------------*/
/*-------------------------------*/
#ui-datepicker-div {background: #fff; padding: 15px; box-shadow: 0 1px 1px rgba(0,0,0,.25); width: 235px; border-radius: 5px; display: none;}
.ui-datepicker-prev {font-size: 15px; float: left; cursor: pointer; padding: 5px; font-weight: bold; margin-left: 5px;}
.ui-datepicker-next {font-size: 15px; float: right; cursor: pointer; padding: 5px; font-weight: bold; margin-right: 5px;}
.ui-datepicker-title {
	width:100%; 
	margin-bottom: 15px;
	font-family: serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}
.ui-datepicker-calendar {
	empty-cells:show;
	width:100%;
	margin:0 auto; 
	border-collapse: collapse;
}
.ui-datepicker-calendar th {
    font-size: 12px;
    padding: 3px;
    text-align: center;
    font-style:normal;
    text-transform:capitalize; 
    background: none; 
    border-bottom: 5px solid #000;
}
.ui-datepicker-calendar td {
	text-align:center;
	padding:0; 
	font-weight: bold;
}
.ui-datepicker-calendar td a {display: block; padding: 0; line-height: 35px; font-size: 12px;}
.ui-datepicker-calendar td a:hover {background: #000; color: #fff;}

.ui-datepicker-today {background: #eee;}

/* -----SEARCH STUFF----- */
#searchform {
	position: absolute;
top: -38px;
right: 61px;
width: 177px;
height: 25px;
z-index: 100;
background: #11516f;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #f8f8f8;
}

#searchform #s {margin-top: -26px;
padding: 0 30px;
/* height: 25px; */
/* line-height: 25px; */
background: none;
border: none;
float: left;
color: #f8f8f8;}


#searchform #searchsubmit {cursor: pointer; padding:8px 0 13px 13px; float: left;} 
#searchform #searchsubmit:hover {text-decoration: none;}

@media screen and (max-width:740px) {
#searchform {
	top: -33px;
width: 123px;
height: 20px;}

#searchform #searchsubmit { padding:6px 0 13px 13px; } 
}

@media screen and (max-width:590px) {
#searchform {
top: 64px;
right: 65px;
width: 71%;
}
}

@media screen and (max-width:440px) {
#searchform {
top: 59px;
right: 34px;
width: 80%;}

}











.search-terms  {text-decoration: underline;}




#sidebar input, #sidebar textarea {padding:3px}
#sidebar input[type="submit"]{cursor:pointer;}

/* -----UNIVERSAL STUFF----- */
code {font:1.1em 'Courier New', Courier, Fixed;}
acronym,abbr,span.caps {font-size:.9em;letter-spacing:.07em;cursor:help;}
p img {max-width:100%;}
img.centered {display:block;margin:0 auto;}
img.alignright {display:inline;margin:0 0 10px 10px;}
img.alignleft {display:inline;margin:0 10px 10px 0;}
.alignright {float:right;}
.alignleft {float:left;}
acronym.abbr {border-bottom:1px dashed #999;}
blockquote {padding-left:20px;margin:15px;}
blockquote cite {display:block;margin:5px 0 0;}
.center {text-align:center;}
hr {display:none;}
a img {border:none;}
img#wpstats {width:0;height:0;border:none;overflow:hidden;}
#hideme {visibility:hidden;}
.hidden {visibility: hidden; display: none;}
.rssSummary {padding-bottom:15px;}
.clear {clear: both;}
p.clear {height:1px; width:1px; }
.hide {display: none;} 

/* -----CALENDAR STUFF----- */
.ajax_calendar_widget h3,
.loading {
	background-image: url(images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position: right center;
}

#wp-calendar {empty-cells:show;width:100%;margin:0 auto; border-collapse: collapse; color:#00425e; }
#wp-calendar #prev a,
#wp-calendar #next a {
	
	width: 80%;
	background: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#wp-calendar #prev a {text-align: left;}
#wp-calendar #next a {float: right; text-align: right}
#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {color: #000}

#wp-calendar a {text-decoration:none;display:block;}
#wp-calendar caption {
	display:none;
}
#wp-calendar th {font-style:normal;text-transform:capitalize; line-height: 35px; background: none; border-bottom: 2px solid #00425e;}

#wp-calendar thead th {padding-left:11px}


#wp-calendar td {text-align:center;padding:0; line-height: 35px;font-weight:400!important;}
#wp-calendar td a {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	width: 22px;
	height: 22px; 
	background: #00425e; color: #f8f8f8; line-height: 24px;}
	
	
#wp-calendar td a:hover {color: #000;}

body.page-template-page-calendar-php #content {width: 100%; margin: 0 auto;}
body.page-template-page-calendar-php #wp-calendar caption {font-size: 25px; margin-bottom: 35px;}
body.page-template-page-calendar-php #wp-calendar {border-collapse: collapse;}
body.page-template-page-calendar-php #wp-calendar th,
body.page-template-page-calendar-php #wp-calendar td,
body.page-template-page-calendar-php #wp-calendar td a {line-height: 85px;}
body.page-template-page-calendar-php #wp-calendar #prev a,
body.page-template-page-calendar-php #wp-calendar #next a {
	width: 30%;
	line-height: 35px;
}

/*----TAG CLOUD WIDGET STUFF-------
.widget_tag_cloud a {
	background: #000; padding: 6px 15px; color: #f8f8f8; margin:0 3px 3px 0; font-size: 8px !important; text-transform: uppercase; display: block; float: left; font-weight: bold;
}
.widget_tag_cloud a:hover {color: #000; text-decoration: none;}
.widget_tag_cloud:after {
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}*/


