/* --------------------------------------------------------------------------------
 * Page-Configuration
 * ----------------------------------------------------------------------------- */

.contentpage.max-w1600 #container
{
	width:100%;
	margin-left: auto;
    margin-right: auto;
	max-width:1600px;
	position: relative;
}

.contentpage #footer{
	margin-top:0px; 
}
/* --------------------------------------------------------------------------------
 * Page-Templates
 * ----------------------------------------------------------------------------- */


.contentpage.cp-sbr #right {
    width: 347px;
}
.contentpage.cp-sbr #right {
    margin-right: -100%;
	/*padding-left:60px;*/
}

/*.contentpage.cp-sbr #main { 
	box-sizing:border-box;
	width:80%!important;
	max-width: 1091px;
	
	margin-left:10%;
	padding-right:206px;

}
*/

.contentpage.cp-sbr #main { 
	box-sizing:border-box;
	width:80%!important;
	width:calc(90% - 347px)!important;
	max-width: 1091px;
	
	margin-left:10%;
	padding-right:10%;
    /*width: 66.666666666%;*/
}

.contentpage.cp-sbr #main .mod_article
{
	border-left:3px solid #f4f6f7;
	box-sizing:border-box;
	padding-left:50px;
}

#main, #left, #right {
    float: left;
    position: relative;
}

.contentpage #header
{
	max-width:1600px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}


/* --------------------------------------------------------------------------------
 * Page-Elemtens
 * ----------------------------------------------------------------------------- */
 
 
.contentpage h1
{
	color:#426173;
	font-size: 36px;
    font-size: 3.6rem;
	margin-top:0px;
	margin-bottom:12px;
}


.contentpage h1 + h2
{
	margin-top:8px;
	margin-bottom:36px;
	line-height:28px;
}
.contentpage h2
{
	color:#000;
	text-align:left;
}

#footer_offset h2,
.lang-fa #footer_offset h2{
    padding-top: 70px!important;
    margin-bottom: 30px;
    text-align: center!important;
    color: #426173;
}

.lang-fa.contentpage h2
{
	text-align:right!important;
}

.contentpage #main .ce_text a
{
	color:#579cc3;
}
.contentpage #main .ce_text a:hover
{
	color:#22425b;
}

.contentpage #header .ce_image h5{
position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 60px;
    font-size: 52px;
    color: #fff;
	z-index:100;
}

.contentpage #header .ce_image.layer:after
{
	content:"";
	background-image:url('/files/mhr20/theme/elements/geopark_header-layer.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:bottom;
	position:absolute;
	top:0;
	bottom:0;
	left:0; 
	right:0;
	filter: brightness(0.9);
}

.contentpage #header .ce_image .caption
{
	position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 54px;
    font-size: 21px;
    color: #fff;
	z-index:100;
}

/* --- Large devices - Desktop // xxl
 * ---------------------------------------- */

@media only screen and (max-width: 1560px) {
	
}


/* --- Large devices - Desktop // xl
 * ---------------------------------------- */
 
@media only screen and (max-width: 1380px) {
	
	.contentpage.cp-sbr #main { 
		width:85%!important;
		width:calc(95% - 347px)!important;		
		margin-left:5%;
		padding-right:5%;
	}
	
}


/* --- Large devices - Desktop // lg
 * ---------------------------------------- */
 
@media only screen and (max-width: 1180px) {
	
	.contentpage h1
	{
		font-size: 3.0rem;
	}	

	.contentpage.cp-sbr #main { 
		width:85%!important;
		width:calc(95% - 295px)!important;		
		margin-left:5%;
		padding-right:5%;
	}
	
	.contentpage.cp-sbr #right {
		width: 295px;
	}	

}

@media only screen and (max-width: 1025px) {
	
	.contentpage #header .ce_image h5
	{
		bottom: 62px;
		font-size: 46px;
		line-height: 49px;
	}
	
	.contentpage #header .ce_image .caption {
		bottom: 35px;
		font-size: 20px;
	}
}
/* --- Medium devices - Tablet // md
 * ---------------------------------------- */
 
@media only screen and (max-width: 991px) {
	
	.contentpage.cp-sbr #right
	{
		display:none;
	}
	
	.contentpage.cp-sbr #main{
		width:97%!important;
		box-sizing:border-box;
		margin-left:3%
	}	
	
	
	h1{
		line-height: 37px;
	}
	
	.contentpage h1
	{
		font-size: 30px;
		font-size: 3rem;
		line-height:32px;
	}
	
	

}

/* --- Small devices - Phone // sm
 * ---------------------------------------- */
 
@media only screen and (max-width: 767px) {
	
	.contentpage #container
	{
		padding-left:16px;
		padding-right:16px;
	}
	.contentpage.cp-sbr #container #main .mod_article
	{
		border:0px;
		padding-left:0px;
	}
	.contentpage.cp-sbr #right
	{
		display:none;
	}
	
	.contentpage.cp-sbr #main{
		width:100%!important; 
		box-sizing:border-box;
		margin:0px;
		padding-right:0px;
		padding-left:0px;
	}
	
		
	

}

/* --- Small devices - Phone // s
 * ---------------------------------------- */
 
@media only screen and (max-width: 639px) {
	

}


/* --- Extra small devices - Phone // xs
 * ---------------------------------------- */
 
@media only screen and (max-width: 544px) {
	

	
}