#seekda_api_detail {
	width: 100%;
	height: auto;
	position: relative;
}

	#seekda_api_detail_slide {
		width: 100%;
		height: 680px;
		position: relative;
		margin-top: 40px;
	}
	
		#seekda_api_detail_slide_inh, #seekda_api_detail_slide_inh_inh {
			width: 100%;
			height: 580px;
			position: relative;
			z-index: 1;
		}
		
			.seekda_api_detail_slide {
				width: 100%;
				height: 580px;
				position: absolute;
				background-size: cover;
				background-position: center center;
			}
		
			#seekda_api_detail_prev, #seekda_api_detail_next {
				width: 100px;
				height: 100px;
				position: absolute;
				top: 50%;
				margin-top: -50px;
				left: 0px;
				cursor: pointer;
				z-index: 500;
				background-image: url(/templates/round/img/ico-arrow-left-white.svg);
				background-position: center center;
				background-repeat: no-repeat;
				background-size: auto 50px;
				opacity: 0.5;
				transition: all 0.5s ease-in-out;
			}
				
				#seekda_api_detail_prev:hover, #seekda_api_detail_next:hover {
					opacity: 1;
				}
			
				#seekda_api_detail_next {
					left: auto;
					right: 0px;
					background-image: url(/templates/round/img/ico-arrow-right-white.svg);
				}
				
				#seekda_api_detail_prev a, #seekda_api_detail_next a {
					width: 100%;
					height: 100%;
					position: absolute;
					display: block;
					cursor: pointer;
					top: 0px;
					left: 0px;
					right: 0px;
					bottom: 0px;
					text-decoration: none;
				}
				
		#seekda_api_detail_slide_subline {
			width: 100%;
			height: 100px;
			background-color: #85033f;
			position: relative;
		}
			
			#seekda_api_detail_preis {
				width: 50%;
				height: 100px;
				position: absolute;
				top: 0px;
				left: 0px;
				color: #FFFFFF;
				line-height: 1.2;
				box-sizing: border-box;
				padding-top: 20px;
				padding-left: 50px;
			}
				
				#seekda_api_detail_preis strong {
					font-weight: bold;
					font-size: 30px;
				}

			#seekda_api_detail_buttons {
				width: 50%;
				height: 100px;
				position: absolute;
				box-sizing: border-box;
				top: 0px;
				right: 0px;
				padding-right: 50px;
				padding-top: 25px;
				text-align: right;
			}
			
				#seekda_api_detail_buttons a {
					width: auto;
					height: 50px;
					line-height: 50px;
					display: inline-block;
					margin-left: 10px;
					background-color: #FFFFFF;
					padding-left: 20px;
					padding-right: 20px;
					color: #85033f!important;
					text-decoration: none!important;
					text-transform: uppercase;
					transition: all 0.5s ease-in-out;
				}
				
					#seekda_api_detail_buttons a:hover {
						background-color: #d9c0d3;
						color: #FFFFFF!important;
					}
				
	#seekda_api_detail_inh {
		width: 100%;
		height: auto;
		background-color: #FFFFFF;
		position: relative;
		box-sizing: border-box;
		padding: 50px;
		border-left: #f1e7e8 solid 1px;
		border-right: #f1e7e8 solid 1px;
		border-bottom: #f1e7e8 solid 1px;
	}
	
		#seekda_api_detail_inh strong {
			color: #850342;
		}
	
		#seekda_api_detail_inh_links {
			width: 45%;
			height: auto;
			float: left;
			position: relative;
			margin-top: 25px;
		}
		
		#seekda_api_detail_inh_rechts {
			width: 45%;
			height: 250px;
			float: right;
			position: relative;
			background-size: auto 100%;
			background-position: center center;
			margin-top: 25px;
		}
		
	.saic_button_4 {
		float: left;
		display: block;
		width: 100%;
		height: 75px;
		line-height: 75px;
		background-color: #850342;
		margin-top: 25px;
		box-sizing: border-box;
		padding-left: 50px;
		padding-right: 50px;
		color: #FFFFFF!important;
		font-size: 20px;
		text-decoration: none!important;
		text-transform: uppercase;
		background-image: url(/templates/round/img/ico-arrow-right-white.svg);
		background-position: 94% center;
		background-repeat: no-repeat;
		background-size: auto 25px;
	}
	
	.seekda_go_back {
		width: auto;
		height: 50px;
		line-height: 50px;
		display: inline-block;
		margin-top: 50px;
		background-color: #d9c0d3;
		padding-left: 50px;
		padding-right: 20px;
		color: #FFFFFF!important;
		text-decoration: none!important;
		text-transform: uppercase;
		transition: all 0.5s ease-in-out;
		background-image: url(/templates/round/img/ico-arrow-left-white.svg);
		background-position: 20px center;
		background-repeat: no-repeat;
		background-size: auto 25px;
	}
	
		.seekda_go_back:hover {
			background-color: #850342;
		}
		
		
@media (min-width:1050px)and (max-width:1250px){
	
#seekda_api_detail_slide {
height: 580px;
}

#seekda_api_detail_slide_inh, #seekda_api_detail_slide_inh_inh {
height: 480px;
}

.seekda_api_detail_slide {
height: 480px;
}
	
}

@media (min-width:793px)and (max-width:1049px){
	
#seekda_api_detail_slide {
height: 460px;
}

#seekda_api_detail_slide_inh, #seekda_api_detail_slide_inh_inh {
height: 280px;
}

.seekda_api_detail_slide {
height: 280px;
}

#seekda_api_detail_slide_subline {
height: auto;
display: inline-block;
background-color: #85033f;
}

#seekda_api_detail_preis {
width: 100%;
height: auto;
display: inline-block;
padding-left: 0px;
background-color: #85033f;
text-align: center;
position: relative;
}

#seekda_api_detail_buttons {
width: 100%;
height: auto;
display: inline-block;
padding-right: 0px;
background-color: #85033f;
text-align: center;
position: relative;
padding-bottom: 25px;
}

#seekda_api_detail_inh {
padding: 25px;
}

#seekda_api_detail_inh_links {
width: 100%;
}

#seekda_api_detail_inh_rechts {
width: 100%;
}

.seekda_go_back {
margin-top: 25px;
}

}

@media (min-width:1px)and (max-width:792px){
		
#seekda_api_detail_slide {
height: 460px;
}

#seekda_api_detail_slide_inh, #seekda_api_detail_slide_inh_inh {
height: 280px;
}

.seekda_api_detail_slide {
height: 280px;
}

#seekda_api_detail_slide_subline {
height: auto;
display: inline-block;
background-color: #85033f;
}

#seekda_api_detail_preis {
width: 100%;
height: auto;
display: inline-block;
padding-left: 0px;
background-color: #85033f;
text-align: center;
position: relative;
}

#seekda_api_detail_buttons {
width: 100%;
height: auto;
display: inline-block;
padding-right: 0px;
background-color: #85033f;
text-align: center;
position: relative;
padding-bottom: 25px;
}

#seekda_api_detail_inh {
padding: 20px;
}

#seekda_api_detail_inh_links {
width: 100%;
}

#seekda_api_detail_inh_rechts {
width: 100%;
}

.saic_button_4 {
padding-left: 20px;
padding-right: 20px;
background-image: url(/templates/round/img/ico-arrow-right-white.svg);
background-position: 92% center;
background-size: auto 25px;
}

.saic_button_4 span {
display: none;
}

.seekda_go_back {
margin-top: 25px;
width: 100%;
box-sizing: border-box;
text-align: right;
}
	
}