

/* PW Teaser */

.pw_teaser_normal {
	font-size:0;
}

.pw_teaser_item {
	display:inline-block;
	width: 32%;
	margin-bottom:10px;
	border-top:9px solid #ca9f67;
	background:#fff;
	text-align:center;
	float:left;
	font-size:16px;
}

body:not(.page_1) .pw_teaser_item {
	border-left:1px solid #ca9f67;
	border-right:1px solid #ca9f67;

}

.pw_teaser_item:nth-child(3n+2) {
	margin:0 2% 10px 2%;
}

.pw_teaser_head {
	font-size:22px;
	margin:10px 0;

}

.pw_teaser_img {
	line-height:0;
	position:relative;		
}

	.pw_teaser_img img {
		width:100%;
		height:auto;
	}
	
	.pw_teaser_img::after {
		background:url(../Images/pw_teaser_img_blende.png) top center repeat-x;
		background-size: auto 100%;
		content: "";
		display: block;
		height: 70px;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1000;
	}
	
.pw_teaser_content {
	padding:10px;
	background:#ca9f67;
	color:#fff;
	border-top:none;
	text-align:center;
}

	.pw_teaser_item:hover .pw_teaser_content {
	}

.pw_price {		
		line-height:normal;
		font-size:20px;
		
		background:url(../Images/pw_price_bgjpg.jpg) top center no-repeat;
		padding-top:20px;
		margin-top:1em;
		font-weight:500;
	}
	
	
	.pw_teaser_content a {
		background:#fff;
		border-radius:5px;
		padding:20px;	
		display:inline-block;
		margin:20px 0;
	}

.stellar .pw_teaser_normal {
	text-align:center;
}

.pw_teaser_item {
	float:none;	
}

/* GRID */

.two-cols-container {
	
}
	.two-col-item-50 {
		width:48%;
		float:left;	
	}

	.two-col-left {
		margin-right:2%;	
	}
	
	.two-col-right {
		margin-left:2%;	
	}

.three-cols-container {
}

	.three-cols-item {
		float:left;
		width:30%;	
	}
	
	.three-cols-middle {
		margin: 0px 5%;	
	}
	
.four-cols-container {
}

	.four-cols-item {
		float:left;
		width:24%;
		margin-right:1%;
	}
	
	.four-cols-last {
			
	}
	
/* Stellar */
	
.stellar {
	background:url(../Images/parallax_bg.jpg);
	padding:40px 0;	
	
}
	
/* News */

/* Inhaltselement zusätzlich eingebunden - Preistabelle*/
.packages .frame-default {
}

.news_detail_ce {
	margin: 20px 0;	
}

.backtolink {
	margin-bottom:60px;
}

#main .news-cta a,
#main .news-cta a:link,
#main .news-cta a:active,
#main .news-cta a:visited,
#main .news-cta a:hover {
	background: #ca9f67;
    color: #fff;
    display: inline-block;
    padding: 10px;
	width:49%;
	text-align:center;
}

#main .news-cta a:nth-child(2) {
	margin: 0 0 0 2%;	
}

#main .news-cta.smallcta a {
	width:33%;
}

#main .news-cta.smallcta a:nth-child(2) {
	margin:0 0.5%;
}

#main .news-cta a:hover {
	background-color:#89796A;
}

/* *****************************************************************************************
   RESPONSIVE SECTION
*******************************************************************************************/

@media screen and (max-width: 1280px) {
.pw_teaser_item,
.pw_teaser_item:nth-child(3n+2) {
	width: 49%;
	margin:0 0 10px 0;
}

.pw_teaser_item.even {
	float:right;
}
}

@media screen and (max-width: 420px) {
.pw_teaser_item,
.pw_teaser_item:nth-child(3n+2),
.two-col-item-50,
.two-col-left,
.two-col-right {
	width: 100%;
	float:none;
	margin:0 0 10px 0;
}
}