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

/* General Custom CSS */

.sidebar_left .inner_sidebar {
	text-align: left;
}

.template-page .entry-content-wrapper h1,
.template-page .entry-content-wrapper h2 {
	text-transform: none;
}

.template-page . entry-content-wrapper h2 {
	margin-top: 1em;
	font-size: 24em;
}

section.av_textblock_section {
	margin-top: 1em;
	/*min-width: 720px;*/
	/*width: 720px;*/
}

.avia-image-container.avia-align-center {
	text-align: left;
}

table.alo_easymail_form_table {
	width: 260px;
}

p.pt {
	font-weight: bold;
	color: #777;
	font-size: 1.1em;
}

/* Avia Messagebox */

.avia_message_box.avia-size-large {
	padding: 10px;
}

span.avia_message_box_title.avia_message_box_title {
	display: block;
	padding: 10px;
	color: #777;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
	width: 100%;
}

.avia_message_box_content p {
	display: block;
	font-weight: normal;
}

.avia_message_box_content {
	margin-top: 3em;
	text-align: left;
	text-transform: none;
}

div.avia_message_box.avia-color-custom.avia-size-large.avia-icon_select-no.avia-border-.avia-builder-el-5.el_after_av_hr.el_before_av_one_third {
	background-color: #efefef !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
}


/*div.flex_column.av_one_fourth.first.avia-builder-el-3.el_after_av_one_full.el_before_av_one_fourth.column-top-margin,*/
/*div.flex_column.av_one_fourth.first.avia-builder-el-15.el_after_av_one_fourth.el_before_av_one_fourth.column-top-margin,*/
/*div.flex_column.av_one_half.first.avia-builder-el-28.el_after_av_hr.el_before_av_one_half,*/
/*div.flex_column.av_one_half.avia-builder-el-31.el_after_av_one_half.avia-builder-el-last{*/
	/*width: 120px;*/
/*}*/

/* Special Amp ausschalten */
span.special_amp {
	font-family: inherit;
	font-style: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit!important;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  .sidebar_left .inner_sidebar {
	  display: none;
  }

}