/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */


/*base.css*/

	/*Roter Kreis über images line 360*/
	.image-overlay .image-overlay-inside{display:none; height:100%; width:100%; position: absolute; left:0; top:0;}

	/*Download Text in Lightbox line 121*/
	p a, p a:visited {
	line-height: inherit;
	color: #ff0073;
	}


/*shortcode.css*/

	/*Radius Images*/
	.avia_image, .avia_image img{/*border-radius: 3px;*/ display:block; position: relative;}

	/*Toggle Zeilenabstand*/

	.single_toggle {
	width: 100%;
	float: left;
	display: block;
	margin: 0 0 -8px 0;
	padding-bottom: px;
	overflow: hidden;
	position: relative;
	}

	/*Startseite Slider Image Radius line 2430*/
	.avia-slideshow li img {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 0px;
	}


/*layout.css*/


    /*Seiten Header Schriftgröße line 696*/
    .title_container .main-title {
	margin: 0;
	font-size: 20px;
	position: relative;
	z-index: 2;
	min-height: 36px;
	line-height: 2.3em;
	top: 0;
	font-weight: 0;
	color: #ffffff;

	/*Widget Title line 1629*/
	.widgettitle {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	}

	/*Event Navi Pfeile line 1380*/
	.avia-post-nav .label {
	position: absolute;
	top: 50%;
	height: 22px;
	line-height: 22px;
	margin-top: -11px;
	color: #ff0073;
	}

	/*Schriftgröße p line 1135*/
	#top .fullsize .template-blog .post .entry-content {
	text-align: justify;
	font-size: 12px;
	line-height: 18px;
	}


#top .fullsize .template-blog .post-title {
text-align: center;
font-size: 24px;
padding: 15px 0;
max-width: 800px;
margin: 0 auto;
}


h3 {
font-size: 18px;
line-height: 1.1em;
margin-bottom: 8px;
}

h4 {
font-size: 16px;
line-height: 1.1em;
margin-bottom: 4px;
}

/*Seiten Titel
.alternate_color .breadcrumb, .alternate_color .breadcrumb a, #top .alternate_color.title_container .main-title, #top .alternate_color.title_container .main-title a {
color: #ffffff;
}*/

.avia-post-prev.with-image {
text-align: right;
}

.avia-post-next {
left: 0;
border-top-left-radius: 4px;
border-bottom-right-radius: 4px;
}

.image-overlay.overlay-type-extern {
    display: none  !important;
}

/*prettyphoto Lightbox*/
	/*Download Button prettyphoto*/
	div.dark_rounded .pp_description {
	margin-right: 85px;
	margin-top: 5px;
	color: #fff;
	}

	/*Facebook like button prettyphoto*/
	.pp_social {
	float: left;
	margin: -20px 0px 0px 90px;
	}
