@charset "UTF-8";

.ho-newsevents .ho-news
{
	
}

.ho-newsevents .ho-news .ho-news-elements
{
	border-top: 6px solid #6A95C1;
	border-bottom: 6px solid #6A95C1;
}

.ho-newsevents .ho-news .ho-news-element
{
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #6A95C1;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.ho-js-pre .ho-newsevents .ho-news .ho-news-element
{
	transition: opacity 0.4s, margin-top 0.4s, background 0.4s;
	-webkit-transition: opacity 0.4s, margin-top 0.4s, background 0.4s;
	-moz-transition: opacity 0.4s, margin-top 0.4s, background 0.4s;
	-o-transition: opacity 0.4s, margin-top 0.4s, background 0.4s;
	opacity: 0;
	margin-top: -10px;
}

.ho-js-pre .ho-newsevents .ho-news .ho-news-element.ho-truncate
{
	cursor: pointer;
}

.ho-newsevents .ho-news .ho-news-element.ho-animatein
{
	opacity: 1;
	margin-top: 0px;
}

.ho-newsevents .ho-news .ho-news-element:hover,
.ho-newsevents .ho-news .ho-news-element.ho-active
{
	background: rgba(106,149,193,0.2);
}

.ho-newsevents .ho-news .ho-news-element.ho-active
{
	cursor: default;
}

.ho-newsevents .ho-news .ho-news-element:first-child
{
	border-top: none;
}

.ho-newsevents .ho-news .ho-news-element-inner
{
	display: table;
	min-height: 163px;
	width: 100%;
}

.ho-newsevents .ho-news .ho-news-image,
.ho-newsevents .ho-news .ho-news-content
{
	display: table-cell;
	vertical-align: top;
}

.ho-newsevents .ho-news .ho-news-image
{
	position: relative;
	width: 33%;
	line-height: 0px !important;
	overflow: hidden;
}

.ho-newsevents .ho-news .ho-news-image img
{
	width: 100%;
	height: auto;
}

.ho-js-pre .ho-newsevents .ho-news .ho-news-image img
{
	opacity: 0;
	display: none;
}

.ho-js-pre .ho-newsevents .ho-news .ho-news-element.ho-active .ho-news-image img
{
	display: block;
}

.ho-js-pre .ho-newsevents .ho-news .ho-news-element .ho-news-image-inner:not(.ho-news-image-inner-none)
{
	cursor: pointer;
}

.ho-newsevents .ho-news .ho-news-element .ho-news-image-inner.ho-news-image-inner-none
{
	opacity: 0 !important;
}

.ho-js-pre .ho-newsevents .ho-news .ho-news-element .ho-news-image-inner:after
{
	display: table-cell;
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	vertical-align: middle;
	text-align: center;
	background: url(../images/icons/zoom.svg);
	background-repeat: no-repeat;
	opacity: 0;
	background-size: 60px 60px;
	z-index: 1;
	background-position: center center;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.ho-js-pre .ho-newsevents .ho-news .ho-news-element .ho-news-image-inner:not(.ho-news-image-inner-none):hover:after
{
	opacity: 0.9;	
	background-size: 90px 90px;
}

.ho-newsevents .ho-news .ho-news-content
{
	position: relative;
	width: 66%;
}

.ho-newsevents .ho-news .ho-news-content-inner
{
	position: relative;
	color: #222222;
	font-size: 16px;
	line-height: 22px;
	padding-left: 20px;
	padding-right: 0px;
}

.ho-js .ho-newsevents .ho-news .ho-news-content-inner
{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 30px;
	left: 0px;
	min-height: 140px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ho-js .ho-newsevents .ho-news .ho-news-element.ho-active .ho-news-content-inner
{
	position: relative !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
	padding-bottom: 30px;
}

.ho-newsevents .ho-news .ho-news-title-container,
.ho-newsevents .ho-events .ho-events-element-title-container
{
	position: relative;
}

.ho-newsevents .ho-news .ho-news-title
{
	color: #6A95C1;
	margin: 0px;
	padding: 0px 150px 5px 0px;
	font-size: 24px !important;
	line-height: 30px !important;
}

.ho-newsevents .ho-news .ho-news-image-outer
{
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;

}

.ho-newsevents .ho-news .ho-news-image-inner
{
	position: relative;
	min-height: 163px;
	background-size: cover !important;
	background-position: center center !important;
	line-height: 0px !important;
	background-repeat: no-repeat !important;
	background-color: #ffffff !important;
}


.ho-newsevents .ho-news .ho-news-extern-link,
.ho-newsevents .ho-events .ho-events-extern-link
{
	position: relative;
	display: block;
	background: rgba(106,149,193,0.2);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	color: #6A95C1;
	font-weight: 600;
	font-size: 16px;
	padding-left: 7px;
	padding-top: 2px;
	padding-right: 30px;
	padding-bottom: 1px;
	margin-bottom: 10px;
	transition: background 0.2s, color 0.2s;
    -webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	-o-transition: background 0.2s, color 0.2s;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ho-newsevents .ho-news .ho-news-extern-link:hover,
.ho-newsevents .ho-events .ho-events-extern-link:hover
{
	background: #6A95C1;
	color: #ffffff;
}

.ho-newsevents .ho-news .ho-news-extern-link:after,
.ho-newsevents .ho-events .ho-events-extern-link:after
{
	content: '';
	display: block;
	position: absolute;
	right: 7px;
	top: 0px;
	bottom: 0px;
	width: 10px;
	background: url(../images/icons/pinwhite.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.ho-newsevents .ho-news .ho-news-date,
.ho-newsevents .ho-events .ho-events-element-date
{
	font-size: 13px;
	position: absolute;
	right: 40px;
	top: 5px;
	color: #222222;
}

.ho-newsevents .ho-news .ho-news-date
{
	right: 5px;
}

.ho-newsevents .ho-news .ho-news-extern-region,
.ho-newsevents .ho-events .ho-events-extern-region
{
	font-weight: 200 !important;
	pointer-events: none;
}

.ho-newsevents .ho-news .ho-news-element-more,
.ho-newsevents .ho-events .ho-events-element-more
{
	display: none;
}

.ho-js-pre .ho-newsevents .ho-news .ho-news-element.ho-truncate .ho-news-element-more,
.ho-js-pre .ho-newsevents .ho-events .ho-events-element.ho-truncate .ho-events-element-more
{
	display: block;
	position: absolute;
	bottom: 0px;
	right: 5px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.ho-newsevents .ho-news .ho-news-more-inner:after,
.ho-newsevents .ho-events .ho-events-more-inner:after
{
	position: absolute;
    display: block;
    content: '\e011';
    font-family: '__flaticon_5';
    font-weight: 400;
    font-size: 14px;
    color: #dedede;
    bottom: 0px;
   	top: 0px;
   	right: 0px;
    left: 0px;
	transition: color 0.2s;
    -webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	-o-transition: color 0.2s;
}

.ho-newsevents .ho-news .ho-news-more-inner,
.ho-newsevents .ho-events .ho-events-more-inner
{
	position: absolute;
	z-index: 2 !important;
}

.ho-js-pre .ho-newsevents .ho-news .ho-news-element.ho-active .ho-news-more-inner,
.ho-js-pre .ho-newsevents .ho-events .ho-events-element.ho-active .ho-events-more-inner
{
	bottom: 0px;
	right: 11px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.ho-js-pre .ho-newsevents .ho-news .ho-news-more-inner:hover:after,
.ho-js-pre .ho-newsevents .ho-news .ho-news-element.ho-active .ho-news-more-inner:hover:after,
.ho-js-pre .ho-newsevents .ho-news .ho-news-element.ho-active .ho-news-more-inner:after,
.ho-js-pre .ho-newsevents .ho-news .ho-news-element:hover .ho-news-more-inner:after,
.ho-js-pre .ho-newsevents .ho-events .ho-events-more-inner:hover:after,
.ho-js-pre .ho-newsevents .ho-events .ho-events-element.ho-active .ho-events-more-inner:hover:after,
.ho-js-pre .ho-newsevents .ho-events .ho-events-element.ho-active .ho-events-more-inner:after,
.ho-js-pre .ho-newsevents .ho-events .ho-events-element:hover .ho-events-more-inner:after
{
	color: #6A95C1;
}

.ho-js-pre .ho-newsevents .ho-news .ho-news-element.ho-active .ho-news-more-inner:after,
.ho-js-pre .ho-newsevents .ho-events .ho-events-element.ho-active .ho-events-more-inner:after
{
	top: 8px !important;
	left: -4px !important;	
}

.ho-js-pre .ho-newsevents .ho-news .ho-news-element:not(.ho-active) .ho-news-element-more:hover .ho-news-more-inner:after,
.ho-js-pre .ho-newsevents .ho-events .ho-events-element:not(.ho-active) .ho-events-element-more:hover .ho-events-more-inner:after
{
	color: #ffffff !important;
}

.ho-newsevents .ho-news .ho-news-element-more .ho-news-more-popup,
.ho-newsevents .ho-events .ho-events-element-more .ho-events-more-popup
{
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top:-50px;	
	min-width: 100px;
	content: '';
	display: block;
	background: #d4d4d4;
	 border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;	
	pointer-events: none;
	display: none;
	text-align: center;
	padding: 8px;
	color: #ffffff;
}

.ho-newsevents .ho-news .ho-news-element-more .ho-news-more-popup:before,
.ho-newsevents .ho-events .ho-events-element-more .ho-events-more-popup:before
{
    content: '';
    display: block;
    background: #d4d4d4 !important;
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    z-index: -1;
}

.ho-newsevents .ho-news .ho-news-element-more .ho-news-more-popup,
.ho-newsevents .ho-events .ho-events-element-more .ho-events-more-popup
{
	position: absolute;
	left: 50%;
	margin-left: -72px;
	top:-35px;	
	min-width: 100px;
	content: '';
	display: block;
	background: #d4d4d4;
	 border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;	
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	text-align: center;
	padding: 8px;
	min-width: 120px;
	font-size: 18px;
	z-index: 1;
}

.ho-js-pre .ho-newsevents .ho-news .ho-news-element:not(.ho-active) .ho-news-element-more:hover .ho-news-more-popup,
.ho-js-pre .ho-newsevents .ho-events .ho-events-element:not(.ho-active) .ho-events-element-more:hover .ho-events-more-popup
{
	opacity: 1;
}


.ho-newsevents .ho-news .ho-news-loadmore
{
	padding-top: 50px;
	text-align: center;
}

.ho-newsevents .ho-news .ho-news-loadmore,
.ho-newsevents .ho-news .ho-news-loadmore *
{
 	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ho-newsevents .ho-news .ho-news-loadmore-btn-wrapper
{
	display: inline-block;
	min-height: 80px;
	transition: padding 0.2s;
	cursor: pointer;
}

.ho-newsevents .ho-news .ho-news-loadmore-btn
{
	display: inline-block;
	min-height: 70px;
	transition: margin 0.2s;
    -webkit-transition: margin 0.2s;
	-moz-transition: margin 0.2s;
	-o-transition: margin 0.2s;
}

.ho-newsevents .ho-news .ho-news-loadmore-btn-inner
{
	display: inline-block;
	position: relative;
    margin: auto;
    padding: 17px 50px 17px 50px;
    background: #eeeeee;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    white-space: nowrap;
    transition: margin-top 0.2s;
    -webkit-transition: margin-top 0.2s;
    -moz-transition: margin-top 0.2s;
    -o-transition: margin-top 0.2s;
	cursor: pointer;
	min-height: 56px;
}

.ho-newsevents .ho-news .ho-news-loadmore-btn-inner:before
{
	z-index: 0;
    content: '';
    display: block;
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    background: #eeeeee;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;	
}

.ho-newsevents .ho-news .ho-news-loadmore-btn-inner:after
{
	position: absolute;
    display: block;
    content: '\e011';
    font-family: '__flaticon_5';
    font-weight: 400;
    font-size: 10px;
    color: #222222;
    bottom: -15px;
    left: 50%;
    text-align: center;
    width: 30px;
    margin-left: -15px;
}

.ho-newsevents .ho-news .ho-news-loadmore-btn-label
{
	position: relative;
	display: inline-block;
	text-align: center;
	z-index: 10;
}

.ho-newsevents .ho-news .ho-news-loadmore-btn-wrapper:hover .ho-news-loadmore-btn
{
	margin-top: 7px;
}

.ho-newsevents .ho-news.ho-nomore .ho-news-loadmore-btn-inner:after,
.ho-newsevents .ho-news.ho-nomore .ho-news-loadmore-btn-inner:before
{
	display: none !important;
}

.ho-js-pre .ho-newsevents .ho-news.ho-nomore .ho-news-loadmore-btn-wrapper:hover .ho-news-loadmore-btn,
.ho-js-pre .ho-newsevents .ho-news.ho-nomore .ho-news-loadmore-btn-wrapper .ho-news-loadmore-btn
{
	margin-top: 0px !important;
	opacity: 0.5 !important;	
}

.ho-js-pre .ho-newsevents .ho-news.ho-nomore .ho-news-loadmore *
{
	cursor: default !important;
}

.ho-js-pre .ho-newsevents .ho-news.ho-loading .ho-news-loadmore-btn-label
{
	opacity: 0;	
}

.ho-js-pre .fountainG
{
	display: none;	
}

.ho-js-pre .ho-loading .fountainG
{
	display: block;	
}

.fountainGbox{
	position:absolute;
	width:90px;
	height:14px;
	margin:auto;
	left: 50%;
	top: 22px;
	margin-left: -45px;
}

.fountainG{
	position:absolute;
	top:0px;
	background-color:rgb(255,255,255);
	width:14px;
	height:14px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:9px;
		-o-border-radius:9px;
		-ms-border-radius:9px;
		-webkit-border-radius:9px;
		-moz-border-radius:9px;
}

.fountainG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

.fountainG_2{
	left:14px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

.fountainG_3{
	left:28px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

.fountainG_4{
	left:43px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

.fountainG_5{
	left:57px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

.fountainG_6{
	left:71px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

.fountainG_7{
	left:85px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

.fountainG_8{
	left:100px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}


.ho-newsevents .ho-tabs
{
	display: table;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 50px;
}

.ho-newsevents .ho-tabs-spacer
{
	display: table-cell;
	width: 33%;
}

.ho-newsevents .ho-tabs-inner
{
	display: table-cell;
	width: 66%;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: bottom;
}

.ho-newsevents .ho-tab
{
	position: relative;
	vertical-align: bottom;
	display: inline-block;
	background-color: rgba(106,149,193,0.25);
    border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	padding: 7px 10px 7px 10px;
	line-height: 25px;
    font-size: 18px;
	font-weight: 200;
	cursor: pointer;
	color: #6A95C1;
	transition: background 0.2s, color 0.2s;
    -webkit-transition: background 0.2s, color 0.2s, padding-bottom 0.2s;
    -moz-transition: background 0.2s, color 0.2s, padding-bottom 0.2s;
    -o-transition: background 0.2s, color 0.2s, padding-bottom 0.2s;
}

.ho-newsevents .ho-tab:not(.ho-active):hover
{
	padding-bottom: 12px;
}

.ho-newsevents .ho-tab.ho-active
{
	color: #ffffff;
	background: #6A95C1;
}

.ho-newsevents .ho-tab-content
{
	display: none;
}

.ho-newsevents .ho-tab-content.ho-active
{
	display: block;
}

.ho-newsevents .ho-events-calendar-inner
{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url(../../../images/frontend/paper.jpg);
	background-position: center center;
	padding: 10px;
}

.ho-newsevents .ho-events-inner
{
	display: table;
	width: 100%;
}

.ho-newsevents .ho-events-calendar
{
	position: relative;
	vertical-align: top;
	display: table-cell;
	width: 33%;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
}

.ho-newsevents .fountainGbox
{
	    margin-left: -55px !important;
}

.ho-newsevents .ho-events-elements
{
	vertical-align: top;
	display: table-cell;
	width: 66%;
	padding-left: 20px;
}

.ho-newsevents .ho-events-elements-inner
{
	position: relative;
	 border-top: 6px solid #6A95C1;
	 border-bottom: 6px solid #6A95C1;
}

.ho-newsevents .ho-dates
{
	display: table;
	width: 100%;
}

.ho-newsevents .ho-week
{
	display: table-row;
	width: 100%;
}

.ho-newsevents .ho-day,
.ho-newsevents .ho-day-hader-label
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}

.ho-js-pre .ho-newsevents .ho-day
{
	opacity: 0;
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}

.ho-js-pre .ho-newsevents .ho-day.ho-fadein
{
	opacity: 1;
}

.ho-newsevents .ho-day-hader-label
{
	line-height: 22px;
    font-size: 18px;
	padding-bottom: 20px;
}


.ho-newsevents .ho-day-inner
{
	position: relative;
	display: inline-block;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	background: rgba(255,255,255,0.8);
	width: 30px;
	height: 30px;
	vertical-align:baseline;
	text-align: center;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-webkit-transform: translateZ(0),
}

.ho-newsevents .ho-day.ho-day-currentmonth .ho-day-inner
{
	background: rgba(200,200,200,0.5);
}

.ho-newsevents .ho-day.ho-has-event .ho-day-inner
{
	background: #C73153;
	color: #ffffff;
}

.ho-newsevents .ho-day.ho-hover .ho-day-inner,
.ho-newsevents .ho-day:hover .ho-day-inner
/**.ho-newsevents .ho-day.ho-has-event.ho-active .ho-day-inner**/
{
	/**
	transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3) translateZ(0);
	-moz-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 13);
	**/
	background: #6A95C1;
	color: #ffffff;
}

.ho-newsevents .ho-day-label
{
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	text-align: center;
	margin-top: -11px;
	display: block;
	font-size: 16px;
	font-weight: 200;
	-webkit-transform: translateZ(0);
}

.ho-newsevents .ho-title-month
{
	font-weight: 200;
	line-height: 29px;
    text-align: center;
    font-size: 24px;
	white-space: nowrap;
}

.ho-newsevents .ho-events-header
{
	display: table;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.ho-newsevents .ho-events-month-btn
{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.2s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
}

.ho-newsevents .ho-events-month-btn:after
{
    display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
    content: '\e011';
    font-family: '__flaticon_5';
    font-weight: 400;
    font-size: 12px;
    color: #222222;
    text-align: center;
    width: 30px;
}

.ho-newsevents .ho-events-month-btn:hover
{
	opacity: 1;
}

.ho-newsevents .ho-events-prevmonth,
.ho-newsevents .ho-events-nextmonth,
.ho-newsevents .ho-title-month
{
	display: table-cell;
	vertical-align: middle;
}

.ho-newsevents .ho-title-month
{
	height: 40px;
}

.ho-newsevents .ho-events-nextmonth,
.ho-newsevents .ho-events-prevmonth
{
	height: 40px;
	width: 40px;
	overflow: hidden;
}

.ho-newsevents .ho-events-prevmonth-btn:after
{
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.ho-newsevents .ho-events-nextmonth-btn:after
{
	transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
	right: 0px;
}

.ho-newsevents .ho-events-element
{
	border-top: 1px solid #6A95C1;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	-webkit-transition: background 0.4s;
	padding-left: 15px;
	padding-right: 15px;
}

.ho-newsevents .ho-events-element .ho-events-element-inner
{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}


.ho-js-pre .ho-newsevents .ho-events-element
{
	opacity: 0;
	height: 163px;
	position: relative;
	cursor: pointer;
}

.ho-js-pre .ho-newsevents .ho-events-element .ho-events-element-inner-container
{
	max-height: 130px;
	padding-bottom: 30px;
}

.ho-js-pre .ho-newsevents .ho-events-element .ho-events-element-content
{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

}

.ho-js-pre .ho-newsevents .ho-events-element.ho-active .ho-events-element-inner-container
{
	max-height: none;
}

.ho-newsevents .ho-events-element.ho-hover,
.ho-newsevents .ho-events-element:hover,
.ho-newsevents .ho-events-element.ho-active
{
	background: rgba(106,149,193,0.2);
}

.ho-js-pre .ho-newsevents .ho-events-element.ho-fadein
{
	opacity: 1;
}

.ho-newsevents .ho-events-element .ho-events-element-title
{
	font-size: 24px;
    line-height: 34px;
    color: #6A95C1;
	padding: 0px 160px 5px 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.ho-newsevents .ho-events-element .ho-events-element-content
{
    color: #222222;
    font-size: 16px;
    line-height: 22px;
    padding-right: 0px;
}

.ho-newsevents .ho-events-element:first-child
{
	border-top: none !important;
}

.ho-newsevents .ho-events-element-date
{
	display: block;
    font-size: 13px;
    color: #c4c4c4;
}

.ho-js-pre .ho-newsevents .ho-events-element.ho-active .ho-events-element-date
{
	color: #6A95C1;
	color: #222222;
}

.ho-newsevents  .ho-events-nomore
{
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
	font-weight: 200;
    font-size: 36px;
	line-height: 42px;
	color: #6A95C1;
}

html body .addtocalendar
{
	position: absolute !important;
	right: 20px !important;
	top: 40px !important;
	line-height: 0; 
    font-size: 0;
    color: transparent;
	text-indent:-9999px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	background: none !important;
	color: #222222 !important;
	background-color: transparent !important;
	padding: 0px !important;
	opacity: 1;
	transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
}

html body .ho-event-extern-1 .addtocalendar
{
	top: 75px !important;
}

html body .addtocalendar:focus,
html body .addtocalendar:hover
{
	opacity: 1
}

.atc-style-blue .atcb-link, .atc-style-blue .atcb-link:hover, .atc-style-blue .atcb-link:active, .atc-style-blue .atcb-link:focus
{
	background: none !important;
	width: 30px !important;
	height: 30px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
	background: url(../../../images/frontend/cal.svg) !important;
	background-repeat: no-repeat !important;
	background-size: 25px 25px !important;
	padding: 0px !important;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -15px;
	opacity: 0.5;
}

.atc-style-blue .atcb-link:hover, .atc-style-blue .atcb-link:active, .atc-style-blue .atcb-link:focus
{
	opacity: 1;
}

.atc-style-blue .atcb-list
{
	position: absolute;
	top: 5px;
	right: 0px !important;
	left: -160px !important;
}

.atc-style-blue .atcb-list .atcb-item-link
{
	color: #727272 !important;
	font-family: '__Chevin_5', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	line-height: 14px !important; 
    font-size: 14px !important;
    color: transparent;
	text-indent:0px !important;
}

.atc-style-blue .atcb-list .atcb-item-link:focus, .atc-style-blue .atcb-list .atcb-item-link:hover
{
	background: #6A95C1 !important;
	color: #ffffff !important;
}

.ho-dates  .ho-day-title
{
	pointer-events: none;
	position: absolute;
	white-space: nowrap;
	background: #6A95C1;
	padding: 4px 8px;
	color: #ffffff;
	left: 50%;
	top: -50px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	opacity: 0;
	z-index: 1;
	transition: opacity 0.3s ease-out, top 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out, top 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out, top 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out, top 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out, top 0.3s ease-out;
}

.ho-dates  .ho-day-title:after
{
	z-index: -1;
	position: absolute;
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	left: 50%;
	margin-left: -12px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-ransform: rotate(45deg);
	-o-ransform: rotate(45deg);
	-ms-ransform: rotate(45deg);
	bottom: -10px;
	background: #6A95C1;
}

.ho-dates  .ho-day.ho-has-event:hover .ho-day-title
{
	opacity: 1;	
	top: -40px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(238,238,238);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(238,238,238);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(238,238,238);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(238,238,238);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(238,238,238);
	}
}
/**
.page-template-page-veranstaltungen .ho-newsevents .ho-events-elements-inner
{
	border-color: #C73155;
}

.page-template-page-veranstaltungen  .ho-newsevents .ho-events-element .ho-events-element-title
{
	color:  #C73155;
}
**/

@media screen and (max-width: 768px)
{
	.ho-newsevents .ho-tabs-spacer
	{
		width: 0%;
		display: none;
	}
	
	.ho-newsevents .ho-tabs-inner
	{
		text-align: center;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.ho-newsevents .ho-news .ho-news-image-inner,
	.ho-newsevents .ho-news .ho-news-image,
	.ho-newsevents .ho-news .ho-news-content
	{
		width: 100% !important;
		display: block !important;
	}
	
	.ho-newsevents .ho-news .ho-news-image-inner
	{
		min-height: 240px !important;
	}
	
	.ho-newsevents .ho-news .ho-news-element-inner
	{
		min-height: 580px !important;
	}
	
	.ho-newsevents .ho-news .ho-news-content-inner
	{
		padding-left: 0px !important;
		min-height: 300px !important;
		padding-top: 20px !important;
	}
	
	.ho-newsevents .ho-news .ho-news-title
	{
		padding-right: 0px !important;
		padding-top: 25px !important;
	}
	
	.ho-newsevents .ho-news .ho-news-date
	{
		top: 0px;
		right: auto;
		left: 0px;
		display: block !important;
	}
	
	.ho-js-pre .ho-newsevents .ho-news .ho-news-element .ho-news-image-inner:after,
	.ho-js-pre .ho-newsevents .ho-news .ho-news-element .ho-news-image-inner:hover:after,
	.ho-js-pre .ho-newsevents .ho-news .ho-news-element:not(.ho-active) .ho-news-element-more:hover .ho-news-more-popup,
	.ho-js-pre .ho-newsevents .ho-events .ho-events-element:not(.ho-active) .ho-events-element-more:hover .ho-events-more-popup
	{
		display: none !important;
	}
	
	.ho-js-pre .ho-newsevents .ho-news .ho-news-element.ho-truncate .ho-news-more
	{
		left: 50%;
		right: auto !important;
		margin-left: -15px !important;
	}
	
	.ho-js-pre .ho-newsevents .ho-news .ho-news-element:not(.ho-active) .ho-news-element-more:hover .ho-news-more-inner:after
	{
		color: #6A95C1 !important;
	}
	
	.ho-newsevents .ho-events-calendar,
	.ho-newsevents .ho-events-elements
	{
		display: block;
		width: 100%;
	}
	
	.ho-newsevents .ho-events-elements
	{
		padding-left: 0px;
	}
	
	.ho-newsevents .ho-events-element-title
	{
		padding-right: 0px !important;
	}
}