/* 
	_tpl/header.php <div class="mainContent"> 
*/

.mainContent {
	 
#		text-align: left;
#		font-size: 16px;
#		line-height: 20px;
#		font-size: 32px;
#		line-height: 20px;
}




p.em {
	font-size: 1em;
}
p.rem {
	
		font-size: 1rem;
}
p.prozent {
	font-size: 100%;	
}

/* старые классы для облекания картинок текстом */
.space_left		{ margin: 0px 1em 0.7em 0px; float: left; }
.space_right	{ margin: 0px 0px 0.7em 1em; float: right; }

/* новые  классы для облекания картинок текстом */

img.text_left, img.text_right{ 
	width: 70%;
	display: block;
	margin: 20px auto;	
	}
	
div.mainContent h2	{	
	margin: 1em 1em;	
	font-family: Verdana;
	font-weight: 500;   
	font-size: 1.2em;
    line-height: 1.3em;
    color: #4A6491;	
	text-align: center;
	letter-spacing: 1px; /* интервал между символами */
	word-spacing: 5px;	 /* интервал между словами */
	color: #444; 
	text-shadow: #666 1px 1px 3px;		
}	

/* -------------------------------------------------------------------------- * 
 *                                Media Queries                               *
 * -------------------------------------------------------------------------- */

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

}

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

img.text_left	{ 
		margin: 0px 15px 5px 0px; 
		float: left; 
		max-width: 200px;
	}
img.text_right	{ 
		margin: 0px 0px 5px 15px; 
		float: right; 
		max-width: 200px;
	}
div.mainContent h2	{
		margin: 1em 1em 2em 1em;		
}
}

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

}
@media only screen and (min-width: 992px) {  

}


/*
breakpoints from Bootstrap:  scss/_variables.scss
 
grid-breakpoints
$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
) !default;

$container-max-widths: (
  sm: 540px,
  md: 720px,
  lg: 960px,
  xl: 1140px,
  xxl: 1320px
);


*/


/* Small devices (small phones, 576px and up) */
@media only screen and (min-width: 360px) and (max-width: 459px) {
	
.mainContent {
#		font-size: 100%;
#		line-height: 100%;		
	}
}
/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 460px) and (max-width: 575px) {
	
.mainContent {
#		font-size: 110%;
#		line-height: 110%;
	}
}
/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
	
.mainContent {
#		font-size: 120%;
#		line-height: 120%;
	}
}
/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.mainContent {
#		font-size: 130%;
#		line-height: 130%;
	}	
}
/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
.mainContent {
#		font-size: 130%;
#		line-height: 130%;
	}
}
/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
.mainContent {
#		font-size: 140%;
#		line-height: 140%;
		
	}
}






