

/*##################### Slider ########################## */





.th3_angebotsWrapper{
	position: relative;
	box-sizing: content-box;
	color:#fff!important;
	font-family: var(--pfontFamily), sans-serif;

}

.owl-carousel{}

.owl-stage-outer, .owl-stage{height: inherit;
}




.th3_angebotsWrapper .item .imageWrapper {
	width: 400px;
	height: 400px;
	float: left;
	margin-right: 50px;
	margin-bottom: 120px;

}


.th3_angebotsWrapper .item .imageWrapper .image{
	width: 100%;
	height: 100%;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: 0 0;
	background-repeat: no-repeat;
/*		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%; 
		float: left;*/
}




.th3_angebotsWrapper .item .angebotstext{
/*	padding-top: 40px;*/

}



.th3_angebotsWrapper .item .angebotstext .txt{
	column-count: 3;
}



.th3_angebotsWrapper .item .angebotstext span.topDeal{
	font-size: 2.2em;
	display: block;
	font-family: osb;
	margin-top: 30px;
	color: #F38500;
}

.th3_angebotsWrapper .item .angebotstext span.uvp{
	/*text-decoration: line-through;*/
	font-size: 1em;
	display: block;
	font-family: oss;
	margin-top: 10px;
	margin-left: 400px;
}

.th3_angebotsWrapper .item .angebotstext span.disc{
		font-size: 1em;
	display: block;
	font-family: oss;
	margin-top: 10px;
	margin-left: 450px;
}


/*
.th3_angebotsWrapper .item, .owl-item{
	height: inherit;
}
*/
.th3_angebotsWrapper h1 {
	font-family: var(--h1fontFamily);
	font-size: 2.5em;
	column-span: all;
   margin-bottom: 12px;
   max-width: 900px;
	-moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; 


/*break-word lange Wörter am rechten Ende des Blocks umbrechen*/
word-wrap: break-word;





}


.th3_angebotsWrapper h1::after {
    content: '';
    display: none;
    width: 0%;
    margin: 0px auto 0 auto;
    height: 0px;

}











.th3_sldier_nav{
	width: 50px;
	height: 48px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; 
	/*background-color: #000;*/
	transition: .7s;
}

.th3_sldier_nav svg{
	width: 50px;
	height: 48px;

}

.th3_sldier_nav:hover{
	background-color: #fff;
}

.owl-nav{
	position: absolute;
	width: 100%;
	height: 1px;
	top:50%;
	transform: translateY(-100% );
}

.owl-prev{
	float: left;

}

.owl-next{
	float: right;
}


.arrow-left{
  position: absolute;
  left: -80px;
	/*background-image: url('../layout/back.svg');*/
	background-size: contain;
}

.arrow-right{
  position: absolute;
	background-size: contain;
  right: -80px;
}





.owl-dots{
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	bottom:-30px;
}

.owl-dot{
	float: left;
}


.owl-dot span{
	display: block;
	border: 1px solid #e9e9e9;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; 
	width: 10px;
	height: 10px;
	margin-right: 10px;
}


.owl-dot.active span{
	display: block;
	border: 1px solid #e9e9e9;
	background-color: #e9e9e9;
	width: 10px;
	height: 10px;
	margin-right: 10px;
}


			.ctaWrapper{
				position: relative;
				margin-top: 15px;
				
		}


.angebotsbtn{
	border: 1px solid #fff;
	background-color: #fff;
	padding: 10px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	font-family: oss;
	display: inline-block;
	position: absolute;
	/*bottom: 50px;*/
	left: 50%;

}



.th3_angebot_headline{
	position: absolute;
	z-index: 30;
	background-image: url('./aktionen.png');
	background-size: contain;
	top:-33px;
	left:0;
	padding: 30px 20px 0 30px;
	width: 526px;
	height: 100px;
}


.th3_angebot_headline h1{
	color: #fff;
	font-size: 1.9em;
}

.th3_angebot_headline h1:after{
	display: none;
	height: 0;
}



.verkauft{
	z-index:85;
	border: 1px solid #fff;
	position: absolute;
	top:140px;
	left:70px;
	font-size: 2.3em;
	font-weight: 900;
	font-family: osb;
	/*display: none;*/
	transform: rotate(-8deg);
	padding: 12px 160px;
	color: #fff;
	background: linear-gradient(107deg, rgba(2,90,131,1) 18%, rgba(2,108,135,1) 100%);
	-webkit-box-shadow:  0px 0px 3px 0px #999;
	-moz-box-shadow:  0px 0px 3px 0px #999;
	box-shadow:  0px 0px 3px 0px #999; 
	
}











@media (max-width: 1050px) {



	.th3_angebotsWrapper .item .imageWrapper {
		margin-right: auto;
		margin: 0 auto;
		float: none;
		position: relative;
		max-width: calc(100% - 40px);

	}


	.th3_angebotsWrapper .item  .angebotstext {
			width: 100%;
			float: none;
			position: relative;
			text-align: center;
			}
	
	.th3_angebotsWrapper .item  .angebotstext p {
			text-align: center;
	}

	.th3_angebotsWrapper .item .angebotstext .txt{
	column-count: 1;
}

	
	
			.ctaWrapper{
				position: relative;
		}

		.th3_angebotsWrapper .item .angebotsbtn{
			position: relative;
			margin-top: 20px;
			left:50%;
			transform: translateX(-50%);
			bottom: 0;
		}


		
		
		.th3_angebot_headline{
			top:-24px;
			left:0;
			padding: 22px 20px 0 29px;
			width: 388px;
			height: 75px;
		}
		
		
		.th3_angebot_headline h1{
			font-size: 1.3em;
		}









}









@media (max-width: 1030px) {



	
		.th3_angebotsWrapper .item .imageWrapper {
			margin-right: auto;
			margin: 0 auto;
			float: none;
			position: relative;
			width: 200px;
			height: 200px;
			max-width: 200px;
			max-height: 200px;

		}




.th3_angebotsWrapper .item .imageWrapper .image{
	width: 200px;
	height: 200px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%; 
		float: left;
}


	


		
		.verkauft{
			z-index:85;
			border: 1px solid #fff;
			position: absolute;
			top:140px;
			left:30px;
			font-size: 2em;
			font-weight: 900;
			font-family: osb;
			transform: rotate(-8deg);
			padding: 12px 100px;
			
		}
		

		

}







