/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear {
	clear: both;
}

/* Detail View */
.news-single {
	float: left;
	width: 100%;
}
.news-single .article{
	float: left;
	width: 100%;
}
.news-detail-img-wrap{
	float: left;
	width: 100%;
	margin-bottom: 45px;
}
.mediaelement-image{
	float: left;
	width: 100%;
}
.mediaelement-image img{
	float: left;
	width: 100%;
}

.news-backlink-wrap{
	float: left;
	width: 100%;
}
.news-single .header{
	float: left;
	width: 100%;
}
.news-single .teaser-text{
	float: left;
	width: 100%;
}
.news-single .news-text-wrap{
	float: left;
	width: 100%;
	margin-top: 45px;
}
.news-single .teaser-buttons {
    margin-top: 40px;
}
.news-single .teaser-buttons {
    margin-top: 40px;
}
.news-single .teaser-button-request,
.news-single .teaser-button-booking {
    width: 49%;
}
.news-single a.teaser-buttons-booking {
    background-color: #ebebeb;
	border: 1px solid #ebebeb;
	color: #585857 !important;
}
.news-single a.teaser-buttons-booking:hover {
    background-color: #af1f1f;
	border: 1px solid #af1f1f;
    color: #fff !important;
}

.news-single .teaser-button-request a ,
.news-single .teaser-button-booking a {
    color: #fff;
}

/* List View */
.article-list {
	float: left;
	width: 100%;
	margin-bottom: 45px;
}



/* Latest View */
.news-latest-view {
	float: left;
	width: 100%;
}
.article-latest {
	float: left;
	width: 100%;
}
.article-content {
	float: left;
	width: 40%;
	background-color: #585857;
	color: #fff;
	padding: 40px;
	background-image: url(/fileadmin/templates/images/bg_shortcut.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
.article-contentWrap {
	float: left;
	width: 100%;
}
.article-contentWrap a {
	color: #fff !important;
}

.article-image{
	float: left;
	width: 60%;
	min-height: 400px;
	height: auto;
	position: relative;
}
.news-img-wrap{
	float: left;
	width: 100%;
    height: 100%;
    position: absolute;
	overflow: hidden;
}
.news-img-wrap .image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.news-img-wrap .image{
     max-width: 100%;
     -webkit-transition: all 0.6s;
     -o-transition: all 0.6s;
     transition: all 0.6s;
}
.article-image:hover .news-img-wrap .image {
     -webkit-transform: scale(1.05);
     -ms-transform: scale(1.05);
         transform: scale(1.05);
}
.teaser-header{
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 5px;
}
.teaser-header span{
	color: #fff;
}
.teaser-header a,
.teaser-header a:hover{
	text-transform: uppercase;
	font-weight: bold;
	color: #af1f1f;
}
.teaser-date{
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 21px;
}
.teaser-text{
	float: left;
	width: 100%;
	line-height: 125%;
	margin-top: 20px;
}

.teaser-buttons{
	float: left;
	width: 100%;
	margin-top: 60px;
}
.teaser-button-request,
.teaser-button-booking{
	float: left;
	width: 48%;
	text-align: center;
}
a.teaser-buttons-request,
a.teaser-buttons-booking{
	float: left;
	width: 100%;
	text-align: center;
	background-color: #af1f1f;
	border: 1px solid #af1f1f;
	padding-top: 3px;
	padding-bottom: 4px;
	font-size: 16px;
}

a.teaser-buttons-booking{
	background-color: #fff;
	color: #af1f1f !important;
	border: 1px solid #fff;
}

a.teaser-buttons-request:hover,
a.teaser-buttons-booking:hover {
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
	color:  #585857 !important;
}
/*********************************** 960 *********************************** */
@media screen and (max-width: 960px) {
	.article-content {
		width: 50%;
	}
	.article-image{
		width: 50%;
	}
}

/*********************************** 680 *********************************** */
@media screen and (max-width: 680px) {
	.article-content {
		width: 100%;
	}
	.article-image{
		width: 100%;
		min-height: 300px;
	}
	
}