#seekda_api_uebersicht {
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 55px;
}

	.dataTables_info {
		clear: both;
	}	
	
	.dataTables_length,
	.dataTables_filter,
	.dataTables_info,
	.dataTables_paginate {
		display: inline-block;
		width: 50%;
		height: auto;
		padding-bottom: 50px;
		float: left;
		font-size: 16px;
		color: #1a171b;
	}
	
	.dataTables_info,
	.dataTables_paginate {
		padding-bottom: 0px;
		padding-top: 0px;
	}
	
	.dataTables_filter,
	.dataTables_paginate {
		text-align: right;
	}
	
	.dataTables_filter input,
	.dataTables_length select {
		width: auto;
		height: 50px;
		background-color: #FFFFFF;
		border: 0px;
		position: relative;
		float: none;
		font-family:Roboto,sans-serif;
		font-size: 16px;
		color: #1a171b;
		font-weight: 300;
		padding-left: 20px;
		padding-right: 20px;
		transition: all 0.3s ease-in-out;
		cursor: pointer;
		margin-right: 20px;
		border: #f1e7e8 solid 1px;
		box-sizing: border-box;
	}
	
	.dataTables_filter input {
		width: 200px;
		margin-right: 0px;
		margin-left: 20px;
	}
		
		.dataTables_filter input:hover,
		.dataTables_length select:hover {
			background-color: #FFFFFF;
			border: #850342 solid 1px;
		}
	
	.dataTables_paginate a {
		color: #1a171b!important;
		text-decoration: none!important;
		margin-left: 10px;
		text-transform: uppercase;
	}
	
		.dataTables_paginate a:hover {
			color: #850342!important;
		}
		
		.dataTables_paginate a.current {
			font-weight: 700;
			color: #850342!important;
		}

	#seekda_api_uebersicht thead {
		display: none;
	}

	#seekda_api_uebersicht table, #seekda_api_uebersicht tbody {
		width: 100%!important;
		border: 0px!important;
		padding: 0px!important;
		background: #fff!important;
		height: auto!important;
	}
	
	#seekda_api_uebersicht table {
		width: 105%!important;
		display:flex;
		flex-wrap:wrap;
	}
	
	#seekda_api_uebersicht tbody {
		display:flex!important;
		flex-wrap:wrap!important;
	}

	#seekda_api_uebersicht tr {
		width: 45%!important;
		border: 0px!important;
		padding: 0px!important;
		background: #fff!important;
		float: left!important;
		height: auto!important;
		margin-right: 5%!important;
		margin-bottom: 5%!important;
		display:inline!important;
	}

	#seekda_api_uebersicht td {
		width: 100%!important;
		height: auto!important;
		border: 0px!important;
		padding: 0px!important;
		background: #fff!important;
	}
	
		.seekda_api_item {
			width: 100%;
			height: auto;
			position: relative;
			background-color: #FFFFFF;
			box-sizing: border-box;
			border: #d9c0d3 solid 1px;
			transition: all 0.5s ease-in-out;
		}
		
		.seekda_api_item:hover {
			border: #850342 solid 1px;
		}
			
			.seekda_api_item_bild {
				width: 100%;
				height: 250px;
				position: relative;
				background-size: cover;
				background-position: center center;
				overflow: hidden;
			}

				.seekda_api_item_bild .seekda_api_item_preis {
					color: #fff;
					position: absolute;
					right: 30px;
					bottom: -60px;
					width: 150px;
					height: 150px;
					text-align: center;
					background-image: url(/templates/round/img/bg-preis.svg);
					background-position: center center;
					background-repeat: no-repeat;
					background-size: 100% 100%;
					line-height: 1.0;
					transition: all 0.5s ease-in-out;
					font-size: 16px;
					box-sizing: border-box;
					padding-top: 35px;
			/* 
            		display: none!important;
			*/ 
				}
					
					.seekda_api_item:hover .seekda_api_item_bild .seekda_api_item_preis {
						bottom: -50px;
					}
						
					.seekda_api_item_bild .seekda_api_item_preis strong {
						font-size: 24px;
						font-weight: bold;
					}
					
			.seekda_api_item_content {
				width: 100%;
				min-height: 50px;
				position: relative;
				background-color: #FFFFFF;
				text-align: left;
				box-sizing: border-box;
				padding: 30px;
			}
				
				.seekda_api_item_content .ue2 {
					font-size: 24px;
					font-weight: normal;
					color: #850342;
				}
				
				.seekda_api_item_content .ue3 {
					font-size: 20px;
					font-weight: normal;
					color: #1a171b;
				}
			
				.saic_buttons {
					width: 100%;
					height: auto;
					position: relative;
					clear: both;
					padding-top: 30px;
				}
				
				.saic_buttons a {
					width: auto;
					height: 50px;
					line-height: 50px;
					display: inline-block;
					float: left;
					margin-right: 10px;
					background-color: #850342;
					padding-left: 20px;
					padding-right: 20px;
					color: #FFFFFF!important;
					text-decoration: none!important;
					text-transform: uppercase;
					transition: all 0.5s ease-in-out;
					box-sizing: border-box;
				}
				
					.saic_buttons a:hover {
						background-color: #d9c0d3;
					}
					
					.saic_button_3 {
						background-color: #d9c0d3!important;
						float: right!important;
						margin: 0px!important;
						width: 50px!important;
						padding-left: 0px!important;
						padding-right: 0px!important;
						background-image: url(/templates/round/img/ico-arrow-right-white.svg);
						background-position: center center;
						background-repeat: no-repeat;
						background-size: auto 25px;
						font-size: 0px;
					}
					
						.saic_button_3:hover {
							background-color: #850342!important;
						}
						
						
@media (min-width:1050px)and (max-width:1250px){
	
.saic_buttons a {
width: 100%;
margin-bottom: 5px;
text-align: center;
}

.saic_button_3 {
width: 100%!important;
}

}

@media (min-width:793px)and (max-width:1049px){

#seekda_api_uebersicht table {
width: 100%!important;
}

#seekda_api_uebersicht tr {
width: 100%!important;
margin-right: 0%!important;
margin-bottom: 5%!important;
}	

.dataTables_filter input {
width: 200px;
margin-right: 0px;
margin-left: 20px;
}

.dataTables_length,
.dataTables_filter {
width: 100%;
padding-bottom: 20px;
text-align: left;
}
	
}

@media (min-width:1px)and (max-width:792px){
	
.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
width: 100%;
padding-bottom: 25px;
text-align:center;
}

.dataTables_length {
display: none;
}

.dataTables_filter input{
margin-left: 0px;
margin-top: 5px;
width: 100%;
}

.dataTables_info,
.dataTables_paginate {
padding-bottom: 0px;
padding-top: 5px;
}

.dataTables_paginate a {
margin-left: 10px;
margin-right: 10px;
}

#seekda_api_uebersicht table {
width: 100%!important;
}	

#seekda_api_uebersicht tr {
width: 100%!important;
margin-right: 0%!important;
margin-bottom: 15px!important;
}

.saic_buttons a {
width: 100%;
margin-bottom: 5px;
text-align: center;
}

.saic_button_3 {
width: 100%!important;
}

.seekda_api_item_content {
padding: 20px;
}
	
}