.triptiphead{
	background: url("ausflugstipps_bg.png") no-repeat 0px 0px;
	display: block;
	max-width: 66em;
	margin: 0 auto;
}

.triptiphead .pagepadding {
	margin-top: 0;
	padding-top: 2rem;
	padding-bottom: 0;
}

.triptiphead .pagepadding:after {
		 content: "";
		 display: table;
		 clear: both;
	}

.triptip .region{
	width: 100%;
	overflow: hidden;
	padding: 5em 0 3em 0;
	margin: -7em 0 -6em 0;
}

.triptip svg#Nord_Deutschland {
	width: 140%;
	margin: -5em 0 -3em -10em;
}

.triptip .pointer{
	cursor: pointer;
}

.triptip .teaser_overlay{
	float: right;
}

.triptip .teaser_holder{
	margin-top: 1em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.triptip .teaser_holder .button{
	margin: 2em auto 2em auto;
	float: none;
	display: inline-block;
}

.triptip .teaser_holder .module:nth-child(2n+1) {
	clear: left;
}

.triptip .rating{
	margin:0;
}
.triptip .rating_wrapper{
	float:left;
	margin: -0.1em 0.5em -0.2em 0;
}
.triptip .teaser_holder .rating_wrapper{
	margin-left: -0.2em;
}

.triptip .button.white{
	background-color: #ffffff;
	color: #666;
	border-color: #c6c7c8 !important;
}

.triptip .teaser{
	position: relative;
}

.triptip .badge{
	position: absolute;
	top: 0.5em;
	right: 0;
	background: url("thumbup.gif") no-repeat 10px 5px #2569B4;
	background-size:1.1em;
	margin: 0 0.5em 0.5em 0;
	padding: 0.5em 0.5em 0.4em 2em;
	text-decoration: none;
	border-radius: 4px;
	color: #fff;
	line-height: 1em;
	font-family: "NDRSansCondRegular";
	font-size: 1.1em;
}

.triptip .badge img{
	width: 100px;
	height: 100px;
}

.triptip .fader.ng-hide{
	opacity: 0;
}

.triptip .fader.ng-hide-remove,
.triptip .fader.ng-hide-add{
	display: block !important; /* or inline-block, as appropriate */
}

.triptip .fader.ng-hide-remove{
	transition: all linear 500ms;
	transition-delay: 100ms;
}

.triptip .fader.ng-hide-add{
	transition: all ease-in 300ms;
	transition-delay: 100ms;
}

.triptip .topics{
	clear:both;
	position: relative;
	z-index:1;
}

.triptip .topics .button{
	background-color: #4066a3;
	border-color: rgba(0, 0, 0, 0.2) !important;
	color: #fff;
	text-align:center;
	padding-left: 0.8em;
	padding-right: 0.8em;
}

.triptip .topics .button.active{
	background-color: #142d54;
}

.triptip .wrapper_load {
	width: 100%;
	clear: left;
	background-color: #F7F8FA;
	display: inline-block;
	text-align:center;
}

.triptip .loading {
	padding: 2em;
}

.triptip #plzsuche {
	float: right;
	width: 21em;
	margin-top: -9em;
	position: relative;
}

.triptip #plzsuche label {
	visibility:hidden;
	display:block;
	height:0;
}

.triptip #zipsearch {
	width: 8rem;
	float: left;
	margin-right: 0.5rem;
	height: 2.6rem;
	color: #fff;
	opacity: 1;
	background-color: #0000004d;
	border-width: 1px;
	box-shadow: none;
}

.triptip #zipsearch::placeholder {
	color: #fff;
	opacity: 0.8;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.triptip input[type='submit'] {
	position: relative;
	top: -1px;
}

.triptip h2.light{
	color: #92cbfd;
}

@media screen and (max-width: 47em){

	.triptip svg#Nord_Deutschland {
		margin-left: -7em;
	}

	.triptip #plzsuche{
		width:17em;
		margin-top: -7em;
	}
	.triptip #zipsearch {
		width: 5.5em;
	}

}

@media screen and (max-width: 40em){

	.triptip svg#Nord_Deutschland {
		width: 145%;
		margin: -4em 0 0 -8em;
	}

	.triptip #plzsuche {
		width: 15em;
		margin-top: -10em;
	}
}

@media screen and (max-width: 35em){

	.triptip #plzsuche {
		width: 12.5em;
		margin-top: -8.5em;
	}

}

@media screen and (max-width: 30em){

	.triptip .region {
		width: 100%;
		overflow: hidden;
		padding: 5em 0.5em 3em 2em;
		margin: -7em 0 -4em -2em;
	}

	.triptip svg#Nord_Deutschland {
		width: 155%;
		margin: -3em 0 -2em -7em;

	}

	.triptip .teaser {
		height: inherit;
		margin-bottom: 1em;
	}

	.triptip .teaser_holder .button{ left: 38%;	}

	.triptip #plzsuche {
		width: 100%;
		margin-top: -2.5em;
	}

}

@media screen and (max-width: 25em){

	.triptip svg#Nord_Deutschland {
		width: 187%;
		margin: -2em 0 -2em -10em;
	}

	.triptip .teaser { height: 24em; }

}

@media screen and (max-width: 20em){

	.triptip svg#Nord_Deutschland {
		margin: -2em 0 -2em -8em;
	}

	.triptip .teaser { height: 24em; }

}
