﻿
.fragment.Textblock {
	background-color: #f5f5f5;
}

.fragment.Textblock img {
	width: 100%;
	height: auto;
	display: block;
}

.fragment.Textblock > .text {
	padding: 80px 10% 99px 10% !important;
}




.fragment.Textblock .text *:first-child {
	margin-top: 0px;
}

.fragment.Textblock .text *:last-child {
	margin-bottom: 0px;
}
.fragment.Textblock h1 {
margin-bottom:15px;
}
.fragment.Textblock h2 {
margin-bottom:10px;

}
.fragment.Textblock h2 +p{
margin-top:0;
}

.fragment.Textblock h2.date {
	margin-bottom: 0;
	font-size: 35px;
	line-height: 35px;
}

.fragment.Textblock h2.date + h1 {
	margin-top: 14px;
}


.fragment.Textblock h3 + p {
	margin-top: 0;
}

.fragment.Textblock p {
}

.fragment.Textblock ul > li,
.fragment.Textblock ol > li {
	line-height: 1.68;
	margin-bottom: 5px;
}

.fragment.Textblock .imageHolder {
	position: relative;
}

.fragment.Textblock .imageHolder .btnGallery {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 9px;
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	background-color: #53a9e2;
	border: 2px solid #fff;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
	position: absolute;
	right: 20px;
	bottom: 30px;
	background-image: url("/images/icon_opengallery.png");
	background-repeat: no-repeat;
	background-position: 13px 8px;
	padding-left: 47px;
	padding-right: 20px;
}
