.searchform{position: absolute; z-index:10000; top:60px; left:10px; width:650px; height:100px}
#minimap{width: 100%; height: 400px;}
#mainmap{width: 100%; height:600px; margin-left:20px; margin-right:20px;}
#bigmap{width: 100%; height: 500px;}
#familymap{width: 100%; height: 400px;}
#promap{width: 100%; height: 400px;}
.margened{margin:5px}
.is-margin-top-12 {margin-top:24pt}
.footer {clear:both}
#prochart {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.articles {
  margin: 5rem 0;
  margin-top: -200px;
}
.articles .content p {
    line-height: 1.9;
    margin: 15px 0;
}
.author-image {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    border: 3px solid #ccc;
    border-radius: 50%;
}
.media-center {
  display: block;
  margin-bottom: 1rem;
}
.media-content {
  margin-top: 3rem;
}
.article, .promo-block {
  margin-top: 6rem;
}
div.column.is-8:first-child {
  padding-top: 0;
  margin-top: 0;
}
.article-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}
.article-subtitle {
  margin-bottom: 3rem;
}
.article-body {
  line-height: 1.4;
  margin: 0 6rem;
}
.promo-block .container {
  margin: 1rem 5rem;
}

.imagine{overflow:hidden}

.hidder{
  height: 300px;
  overflow: hidden;
  position: relative;
}
.hidder.opener {
  height: auto;
}
.hidder:after {
  content: "...";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, transparent, white 50%);
}
.hidder.opener:after {
  opacity: 0;
}

.cke_notification_warning {
	display:none!important;
}

.photo {
	width: 100%;
	display: block;	
	background-size: cover;
	background-position: center center;
	box-sizing: border-box;
}
.no-touch .photo {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale( 100% ); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	opacity: .7;
	transition: all 400ms ease-in-out;
}
.no-touch .photo:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
	opacity: 1;
}
@media screen and ( min-width: 768px ) {
	.photo { float: left; width: 50%; }
}
@media screen and ( min-width: 1023px ) {
	.photo { width: 33.3333%; }
}
@media screen and ( min-width: 1220px ) {
	.photo { width: 25%; }
}
@media screen and ( min-width: 1440px ) {
	.photo { width: 20%; }
}

.photo:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.input {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #fff inset;
}
.input:invalid {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input:active,
.input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sub-section {
	margin-bottom: 60px;
}
.rb-card {
	border: none;
	border-radius: 4px;
	box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, 0.13);
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
}
.rb-card a {
	color: #515f6a;
}
.rb-card:hover {
	transform: scale(1.015);
}
.m-l-5 {
	margin-left: 5px !important;
}
.p-t-30 {
	padding-top: 30px !important;
}
.p-b-30 {
	padding-bottom: 30px !important;
}
.m-t-10 {
	margin-top: 10px !important;
}
.m-t-30 {
	margin-top: 30px !important;
}
.m-t-50 {
	margin-top: 50px !important;
}
.m-t-60 {
	margin-top: 60px !important;
}
.b-t {
	border-top: 1px solid #e2e8ef;
}
.ellipsis {
	display: block;
	display: -webkit-box;
	margin: 0 auto;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.is-ellipsis-1 {
	-webkit-line-clamp: 1;
}
.is-ellipsis-2 {
	-webkit-line-clamp: 2;
}
