

/* --- Stylesheet 4687 () --------- */ 

.motive{
	position: relative;
	height: 33.333vw;
	width: 100%;
	float: left;
}

.motiv{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left:0px;
	background-size: cover;
}

.motive_stoerer{
	display: none;
	position: absolute;
	left: -1rem;
	bottom: 1rem;
	font-size: 18px;
	background-color: #61872d;
	width: 230px;
	height: 230px;
	border: 3px solid #FFF;
	border-radius: 115px;
	z-index: 1000;
	color: #FFFFFF;
	text-align: center;
	transform: rotate(3deg);
}
.motive_stoerer h3,
.motive_stoerer p{
	color: #FFFFFF;	
	margin: 0; 
}
.motive_stoerer h3{
	font-size: 3.2em;
	margin-top: .8em;
}

.motive a{
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
	width: 100%;
	height: 100%;
	z-index: 1001;	
}

#TraminoInhalt > div:first-child .motive_stoerer,
body.Rubrik_55748 #TraminoInhalt .motive_stoerer{
	display: block;	
}



@media (max-width: 890px){
	.motive_stoerer{
		bottom: .5rem;
		width: 140px;
		height: 140px;
		border-radius: 70px;
		font-size: 12px;
	}
}