/*

Theme Name: Berufsschulzentrum  Nördlingen

Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.

Version: 1.0

Author: Michael Loy

Author URI: http://www.pool-online.de

Template: enfold

*/
/*Add your own styles here:*/
#top .av_font_icon a{
	text-decoration: none;
}
.post-meta-infos {
    display:none !important;
}

#datefix .pagination a{
	height: auto;
	width: auto;
	line-height: 35px;
	text-align: center;
	padding: 0;
	border-radius: 0px;
	margin-right: 0;
}

#datefix input[type="text"] {
	margin-bottom: 0 !important;
}
#dfx-terminbox hr{
	margin: 10px 0;
}

.dfx-terminbox-mehr{
	display: block;
	float: right;
}

#magentaboxes{
	margin-top: -50px;
	margin-bottom: 25px;
}
#magentaboxes h2{
		font-size: 18px;
}
#magentaboxes .av-flex-placeholder{
	width: 3%;
}

@media only screen and (min-width: 1140px)  {
	#magentaboxes h2{
		font-size: 20px;
}

}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 989px) {

}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 989px) {
    .responsive .main_menu ul:first-child > li > a { padding: 0 5px; }
	#magentaboxes h2{
		font-size: 16px;
	}
 }
 /* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	#magentaboxes{
		margin-top: 50px;
	}
    
    
 }
 
 /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
 }


