
 

<style>
	.integration-section {
		padding-top: 120px;
		padding-bottom: 60px;
	}

	.integration-header h1 {
		font-weight: 700;
		text-align: center;
		margin-bottom: 15px;
	}

	.integration-header p {
		text-align: center;
		color: #666;
		max-width: 800px;
		margin: 0 auto 40px;
		font-size: 16px;
		line-height: 1.6;
	}
	.gap-2{
		gap: 1rem;
	}

	/* --- Sekmeler (Desktop) --- */
	.integration-tabs {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		margin-bottom: 25px;
	}
	.integration-tab-btn {
		background: #fff;
		border: 1px solid #ddd;
		border-radius: 8px;
		padding: 10px 18px;
		font-weight: 500;
		color: #333;
		cursor: pointer;
		transition: all 0.25s ease-in-out;
	}
	.integration-tab-btn:hover {
		background: #f7f7f7;
		border-color: #ccc;
	}
	.integration-tab-btn.active {
		background: #000;
		color: #FEDF02;
		border-color: #000;
	}

	/* --- Mobil dropdown görünümü --- */
	#integrationSelect {
		display: none;
		width: 100%;
		border: 1px solid #ddd;
		border-radius: 6px;
		padding: 10px;
		font-size: 15px;
		margin-bottom: 20px;
		background-color: #fff;
		color: #000 !important;
	}
	@media (max-width: 767px) {
		.integration-tabs { display: none; }
		#integrationSelect { display: block; }
	}

	/* --- Arama kutusu --- */
	.search-wrapper {
		display: flex;
		justify-content: center;
	}
	#integrationSearch {
		border-radius: 6px;
		border: 1px solid #ddd;
		padding: 10px 14px;
		width: 25%;
		font-size: 15px;
		outline: none;
		margin-bottom: 35px;
		text-align: center;
		color: #000 !important;
		background-color: #fff;
	}
	#integrationSearch::placeholder {
		color: #000 !important;
		opacity: 0.6;
	}
	#integrationSearch:focus {
		border-color: #000;
		box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
	}
	@media (max-width: 767px) {
		#integrationSearch { width: 100%; }
	}

	/* --- Kartlar --- */
	.integration-card {
		background: #f3f3f3;
		border-radius: 10px;
		display: flex;
		align-items: center;
		transition: all 0.2s ease-in-out;
		max-width: calc(33.3% - 20px) !important;
	}
	.integration-card:hover {
		transform: translateY(-4px);
		box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	}
	.integration-card img {
		width: 42px;
		height: 42px;
		margin-right: 10px;
	}
	.sube-badge {
		background: #ffffff;
		border: 1px solid #ddd;
		border-radius: 20px;
		padding: 2px 7px;
		font-size: 12px;
		font-weight: 600;
		color: #333;
		white-space: nowrap;
		line-height: 1.4;
	}
	/* --- Not found kutusu --- */
	.not-found-box {
		display: none;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 2px 4px rgba(0,0,0,0.05);
		padding: 50px 20px;
		text-align: center;
		margin: 0 auto;
	}
	.not-found-box p {
		margin-bottom: 15px;
		color: #000;
		font-weight: 500;
	}
	.not-found-btn {
		background-color: #000;
		color: #FEDF02;
		border: none;
		padding: 10px 18px;
		border-radius: 6px;
		font-weight: 500;
		transition: 0.2s ease-in-out;
	}
	.not-found-btn:hover {
		background-color: #333;
	}
	@media (max-width:767px){
		.integration-card {
			max-width: 100% !important;
		}
	}
	.integration-pagination {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 6px;
		margin-top: 40px;
	}

	.integration-pagination span,
	.integration-pagination a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		border-radius: 6px;
		border: 1px solid #ddd;
		background: #fff;
		color: #000;
		font-size: 14px;
		cursor: pointer;
		transition: all .2s ease;
	}

	.integration-pagination span.active {
		background: #000;
		color: #FEDF02;
		border-color: #000;
	}

	.integration-pagination span:hover {
		background: #f3f3f3;
	}
	@media(max-width:1199px){
		.sube-badge{
			position:absolute;
			right: 16px;
		}
		.integration-card strong {
			font-size: 13px;
		}
	}
	@media (max-width: 576px) {
		.integration-pagination span:not(.active):not([data-page]):not(:first-child):not(:last-child) {
			display: none;
		}
		.integration-card strong {
			font-size: 16px;
		}
	}

</style>
<div class="container paddingtopbosluk paddingbottombosluk">
	<div class="row paddingtopbosluk px-3 d-block">
		<div class="col-lg-12 col-md-12 aos-init aos-animate" data-aos="fade-in" data-aos-duration="1500">
			<h1 class="h2whitebg text-center">Simpra – die Wahl der Visionäre im Hotel- und Restaurantmanagement</h1>
		</div>
		<div class="integration-tabs" id="integrationTabs">
			<button class="integration-tab-btn active" data-tab="zincirsube">Filialbetriebe</button>
			<button class="integration-tab-btn " data-tab="bagimsizsube">Unabhängige Unternehmen</button>
		</div>

		<!-- Mobil Dropdown -->
		<select id="integrationSelect">
			<option value="zincirsube" selected>Filialbetriebe</option><option value="bagimsizsube" >Unabhängige Unternehmen</option></select>


				<div id="integrationContents">
			<div class="tab-pane" id="zincirsube" role="tabpanel" aria-labelledby="zincirsube-tab"><div class="row gap-2"><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Espressolab" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/espressolab-logo.webp" alt="Espressolab"><span class="pl-xl-2 text-left"><strong>Espressolab</strong><p class="small mb-0">Kaffeegeschäft</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">350+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Mado" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/mado-logo.webp" alt="Mado"><span class="pl-xl-2 text-left"><strong>Mado</strong><p class="small mb-0">Pâtisserie</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">150+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="BTA" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/bta-logo.webp" alt="BTA"><span class="pl-xl-2 text-left"><strong>BTA</strong><p class="small mb-0">Andere</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">100+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Mikel Coffee" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/mikel-coffee-logo.webp" alt="Mikel Coffee"><span class="pl-xl-2 text-left"><strong>Mikel Coffee</strong><p class="small mb-0">Kaffeegeschäft</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">80+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Akkomarka" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/akkomarka-logo.webp" alt="Akkomarka"><span class="pl-xl-2 text-left"><strong>Akkomarka</strong><p class="small mb-0">Andere</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">40+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="İzmir Büyükşehir Belediyesi " data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/grand-plaza-logo.webp" alt="İzmir Büyükşehir Belediyesi "><span class="pl-xl-2 text-left"><strong>İzmir Büyükşehir Belediyesi </strong><p class="small mb-0">Andere</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">40+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Kahve Diyarı Yaninda" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/kahve-diyari-logo.webp" alt="Kahve Diyarı Yaninda"><span class="pl-xl-2 text-left"><strong>Kahve Diyarı Yaninda</strong><p class="small mb-0">Pâtisserie</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">40+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Aslı Börek" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/asli-borek-logo.webp" alt="Aslı Börek"><span class="pl-xl-2 text-left"><strong>Aslı Börek</strong><p class="small mb-0">Pâtisserie</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">30+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="A plus" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/a-plus-logo.webp" alt="A plus"><span class="pl-xl-2 text-left"><strong>A plus</strong><p class="small mb-0">Cafe</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">30+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Kajun to go" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/kajun-to-go-logo.webp" alt="Kajun to go"><span class="pl-xl-2 text-left"><strong>Kajun to go</strong><p class="small mb-0">Fast Food</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">30+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Walker's Coffee House" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/walkers-logo.webp" alt="Walker's Coffee House"><span class="pl-xl-2 text-left"><strong>Walker's Coffee House</strong><p class="small mb-0">Kaffeegeschäft</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">20+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Plus Kitchen" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/plus-kitchen-logo.webp" alt="Plus Kitchen"><span class="pl-xl-2 text-left"><strong>Plus Kitchen</strong><p class="small mb-0">Speiserestaurant</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">20+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Çeşnili Döner" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/cesnili-doner-logo.webp" alt="Çeşnili Döner"><span class="pl-xl-2 text-left"><strong>Çeşnili Döner</strong><p class="small mb-0">Fast Food</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">20+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Uludağ Sportif İşletmeleri" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/uludag-sportif-isletmeleri-logo.webp" alt="Uludağ Sportif İşletmeleri"><span class="pl-xl-2 text-left"><strong>Uludağ Sportif İşletmeleri</strong><p class="small mb-0">Andere</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">20+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Beyaz Fırın" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/beyaz-firin-logo.webp" alt="Beyaz Fırın"><span class="pl-xl-2 text-left"><strong>Beyaz Fırın</strong><p class="small mb-0">Pâtisserie</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">15+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Emirgan Sütiş" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/emirgan-sutis-logo.webp" alt="Emirgan Sütiş"><span class="pl-xl-2 text-left"><strong>Emirgan Sütiş</strong><p class="small mb-0">Pâtisserie</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">15+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Köşebaşı" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/kosebasi-ocakbasi-logo.webp" alt="Köşebaşı"><span class="pl-xl-2 text-left"><strong>Köşebaşı</strong><p class="small mb-0">Speiserestaurant</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">15+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="So Big Burger" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/so-big-burger-logo.webp" alt="So Big Burger"><span class="pl-xl-2 text-left"><strong>So Big Burger</strong><p class="small mb-0">Fast Food</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">15+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Sun Brothers Pizza " data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/sun-brothers-pizza-logo.webp" alt="Sun Brothers Pizza "><span class="pl-xl-2 text-left"><strong>Sun Brothers Pizza </strong><p class="small mb-0">Fast Food</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">15+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Kovada Pilav" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/kovada-pilav-logo.webp" alt="Kovada Pilav"><span class="pl-xl-2 text-left"><strong>Kovada Pilav</strong><p class="small mb-0">Fast Food</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">15+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Coffeeworks Co " data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/coffee-works-co-logo.webp" alt="Coffeeworks Co "><span class="pl-xl-2 text-left"><strong>Coffeeworks Co </strong><p class="small mb-0">Kaffeegeschäft</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">15+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Tatlıcı Köse" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/tatlici-kose-logo.webp" alt="Tatlıcı Köse"><span class="pl-xl-2 text-left"><strong>Tatlıcı Köse</strong><p class="small mb-0">Pâtisserie</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">15+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Bizim Lokanta" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/bizim-lokanta-logo.webp" alt="Bizim Lokanta"><span class="pl-xl-2 text-left"><strong>Bizim Lokanta</strong><p class="small mb-0">Speiserestaurant</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">10+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Factory Karaköy" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/factory-karakoy-logo.webp" alt="Factory Karaköy"><span class="pl-xl-2 text-left"><strong>Factory Karaköy</strong><p class="small mb-0">Pâtisserie</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">10+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Voi" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/voi-logo.webp" alt="Voi"><span class="pl-xl-2 text-left"><strong>Voi</strong><p class="small mb-0">Kaffeegeschäft</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">10+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Komşu Kahve" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/komsu-kahve-logo.webp" alt="Komşu Kahve"><span class="pl-xl-2 text-left"><strong>Komşu Kahve</strong><p class="small mb-0">Kaffeegeschäft</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">10+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="New Jersey Coffee" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/new-jersey-logo.webp" alt="New Jersey Coffee"><span class="pl-xl-2 text-left"><strong>New Jersey Coffee</strong><p class="small mb-0">Kaffeegeschäft</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">10+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="The Beaver" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/the-beaver-logo.webp" alt="The Beaver"><span class="pl-xl-2 text-left"><strong>The Beaver</strong><p class="small mb-0">Kaffeegeschäft</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">10+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Blak Coffee" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/blak-coffee-logo.webp" alt="Blak Coffee"><span class="pl-xl-2 text-left"><strong>Blak Coffee</strong><p class="small mb-0">Kaffeegeschäft</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">10+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Bay Bread" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/bay-bread-logo.webp" alt="Bay Bread"><span class="pl-xl-2 text-left"><strong>Bay Bread</strong><p class="small mb-0">Pâtisserie</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">10+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Beşiktaş Belediye" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/besiktas-belediye-beltas-logo.webp" alt="Beşiktaş Belediye"><span class="pl-xl-2 text-left"><strong>Beşiktaş Belediye</strong><p class="small mb-0">Andere</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">10+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Buckin Coffee" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/buckin-coffee-logo.webp" alt="Buckin Coffee"><span class="pl-xl-2 text-left"><strong>Buckin Coffee</strong><p class="small mb-0">Kaffeegeschäft</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">10+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Cup of Joy" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/cup-of-joy-logo.webp" alt="Cup of Joy"><span class="pl-xl-2 text-left"><strong>Cup of Joy</strong><p class="small mb-0">Kaffeegeschäft</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">10+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Colambia Coffee" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/colambia-coffee-logo.webp" alt="Colambia Coffee"><span class="pl-xl-2 text-left"><strong>Colambia Coffee</strong><p class="small mb-0">Kaffeegeschäft</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">10+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="London Cafe" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/london-cafe-logo.webp" alt="London Cafe"><span class="pl-xl-2 text-left"><strong>London Cafe</strong><p class="small mb-0">Cafe</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">10+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Lu Gelato" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/lu-gelato-logo.webp" alt="Lu Gelato"><span class="pl-xl-2 text-left"><strong>Lu Gelato</strong><p class="small mb-0">Pâtisserie</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">10+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Roast'n Berry" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/rostn-berry-logo.webp" alt="Roast'n Berry"><span class="pl-xl-2 text-left"><strong>Roast'n Berry</strong><p class="small mb-0">Kaffeegeschäft</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">10+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Zula" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/zula-logo.webp" alt="Zula"><span class="pl-xl-2 text-left"><strong>Zula</strong><p class="small mb-0">Fast Food</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">5+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Make me Joi" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/make-me-joi-logo.webp" alt="Make me Joi"><span class="pl-xl-2 text-left"><strong>Make me Joi</strong><p class="small mb-0">Kaffeegeschäft</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">5+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Snob" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/snob-logo.webp" alt="Snob"><span class="pl-xl-2 text-left"><strong>Snob</strong><p class="small mb-0">Fast Food</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">5+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Cofeetainer" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/coffeetainer-logo.webp" alt="Cofeetainer"><span class="pl-xl-2 text-left"><strong>Cofeetainer</strong><p class="small mb-0">Kaffeegeschäft</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">5+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Schiller Kaffee" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/schiller-kaffee-logo.webp" alt="Schiller Kaffee"><span class="pl-xl-2 text-left"><strong>Schiller Kaffee</strong><p class="small mb-0">Kaffeegeschäft</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">5+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Ali Ocakbaşı" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/ali-ocakbasi-logo.webp" alt="Ali Ocakbaşı"><span class="pl-xl-2 text-left"><strong>Ali Ocakbaşı</strong><p class="small mb-0">Speiserestaurant</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">5+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="The Sudd Coffee" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/the-sudd-coffee-logo.webp" alt="The Sudd Coffee"><span class="pl-xl-2 text-left"><strong>The Sudd Coffee</strong><p class="small mb-0">Kaffeegeschäft</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">5+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Vav Homemade Burger " data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/vav-burger-logo.webp" alt="Vav Homemade Burger "><span class="pl-xl-2 text-left"><strong>Vav Homemade Burger </strong><p class="small mb-0">Fast Food</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">5+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Basil" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/basil-logo.webp" alt="Basil"><span class="pl-xl-2 text-left"><strong>Basil</strong><p class="small mb-0">Cafe</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">5+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Line Co" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/line-logo.webp" alt="Line Co"><span class="pl-xl-2 text-left"><strong>Line Co</strong><p class="small mb-0">Kaffeegeschäft</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">5+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="BCC Catering" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/bcc-catering-logo.webp" alt="BCC Catering"><span class="pl-xl-2 text-left"><strong>BCC Catering</strong><p class="small mb-0">Andere</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">5+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Ms.Neilos Coffee " data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/ms-neilos-coffees-logo.webp" alt="Ms.Neilos Coffee "><span class="pl-xl-2 text-left"><strong>Ms.Neilos Coffee </strong><p class="small mb-0">Kaffeegeschäft</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">5+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Coffee Project" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/coffee-project-logo.webp" alt="Coffee Project"><span class="pl-xl-2 text-left"><strong>Coffee Project</strong><p class="small mb-0">Kaffeegeschäft</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">5+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Fiko Ocakbaşı" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/fiko-ocakbasi-logo.webp" alt="Fiko Ocakbaşı"><span class="pl-xl-2 text-left"><strong>Fiko Ocakbaşı</strong><p class="small mb-0">Speiserestaurant</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">5+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Havesome Coffe" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/havesome-coffee-logo.webp" alt="Havesome Coffe"><span class="pl-xl-2 text-left"><strong>Havesome Coffe</strong><p class="small mb-0">Kaffeegeschäft</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">5+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Global Portier" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/gloabal-portier-logo.webp" alt="Global Portier"><span class="pl-xl-2 text-left"><strong>Global Portier</strong><p class="small mb-0">Andere</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">5+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Leone Artisanale" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/leone-artisanale-logo.webp" alt="Leone Artisanale"><span class="pl-xl-2 text-left"><strong>Leone Artisanale</strong><p class="small mb-0">Pâtisserie</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">5+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Mahalle Burger" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/mahalle-burger-logo.webp" alt="Mahalle Burger"><span class="pl-xl-2 text-left"><strong>Mahalle Burger</strong><p class="small mb-0">Fast Food</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">5+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Slice of the world" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/slice-of-the-world-logo.webp" alt="Slice of the world"><span class="pl-xl-2 text-left"><strong>Slice of the world</strong><p class="small mb-0">Fast Food</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">5+ Filialen</span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row px-2 py-3" data-name="Sushi dotto" data-tab="zincirsube"><div class="col-xl-9 d-flex pl-0 pr-0 pr-xl-2 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/sushidotto-logo.webp" alt="Sushi dotto"><span class="pl-xl-2 text-left"><strong>Sushi dotto</strong><p class="small mb-0">Speiserestaurant</p></span></div><div class="px-0 order-1 order-xl-2"><span class="sube-badge">5+ Filialen</span></div></div>

	</div></div><div class="tab-pane" id="bagimsizsube" role="tabpanel" aria-labelledby="bagimsizsube-tab" style="display:none"><div class="row gap-2"><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="MYK Restaurant" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/myk-logo.webp" alt="MYK Restaurant"><span class="pl-xl-2 text-left"><strong>MYK Restaurant</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Lokanta Feriye" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/feriye-logo.webp" alt="Lokanta Feriye"><span class="pl-xl-2 text-left"><strong>Lokanta Feriye</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="360 Istanbul Kule" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/360-istanbul-logo.webp" alt="360 Istanbul Kule"><span class="pl-xl-2 text-left"><strong>360 Istanbul Kule</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="The Red Balloon" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/the-red-balloon-logo.webp" alt="The Red Balloon"><span class="pl-xl-2 text-left"><strong>The Red Balloon</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Köşe Kahve Alaçatı" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/kose-kahve-logo.webp" alt="Köşe Kahve Alaçatı"><span class="pl-xl-2 text-left"><strong>Köşe Kahve Alaçatı</strong><p class="small mb-0">Kaffeegeschäft</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Mahir Restaurant" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/mahir-logo.webp" alt="Mahir Restaurant"><span class="pl-xl-2 text-left"><strong>Mahir Restaurant</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Foxy Nişantaşı" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/foxy-nisantasi-logo.webp" alt="Foxy Nişantaşı"><span class="pl-xl-2 text-left"><strong>Foxy Nişantaşı</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Akın Balık" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/akin-balik-logo.webp" alt="Akın Balık"><span class="pl-xl-2 text-left"><strong>Akın Balık</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Çok Çok Pera" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/cok-cok-pera-logo.webp" alt="Çok Çok Pera"><span class="pl-xl-2 text-left"><strong>Çok Çok Pera</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Narımor" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/narimor-logo.webp" alt="Narımor"><span class="pl-xl-2 text-left"><strong>Narımor</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Aheste" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/aheste-logo.webp" alt="Aheste"><span class="pl-xl-2 text-left"><strong>Aheste</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="100 Burger" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/100-burger-logo.webp" alt="100 Burger"><span class="pl-xl-2 text-left"><strong>100 Burger</strong><p class="small mb-0">Fast Food</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Alaf" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/alaf-logo.webp" alt="Alaf"><span class="pl-xl-2 text-left"><strong>Alaf</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Aldente Macaroni" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/aldente-macaroni-logo.webp" alt="Aldente Macaroni"><span class="pl-xl-2 text-left"><strong>Aldente Macaroni</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Levan" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/levan-logo.webp" alt="Levan"><span class="pl-xl-2 text-left"><strong>Levan</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Artsy" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/artsy-logo.webp" alt="Artsy"><span class="pl-xl-2 text-left"><strong>Artsy</strong><p class="small mb-0">Bar</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Araf istanbul" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/araf-istanbul-logo.webp" alt="Araf istanbul"><span class="pl-xl-2 text-left"><strong>Araf istanbul</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="As Tobacco" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/as-tobacco-logo.webp" alt="As Tobacco"><span class="pl-xl-2 text-left"><strong>As Tobacco</strong><p class="small mb-0">Andere</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="404 Coffe" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/404-coffee-logo.webp" alt="404 Coffe"><span class="pl-xl-2 text-left"><strong>404 Coffe</strong><p class="small mb-0">Kaffeegeschäft</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Gobitte" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/gobitte-logo.webp" alt="Gobitte"><span class="pl-xl-2 text-left"><strong>Gobitte</strong><p class="small mb-0">Fast Food</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Cuma" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/cuma-logo.webp" alt="Cuma"><span class="pl-xl-2 text-left"><strong>Cuma</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Asuman Lara" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/asuman-lara-logo.webp" alt="Asuman Lara"><span class="pl-xl-2 text-left"><strong>Asuman Lara</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Acaivibes" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/acai-vibes-logo.webp" alt="Acaivibes"><span class="pl-xl-2 text-left"><strong>Acaivibes</strong><p class="small mb-0">Cafe</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Boop Kuruçeşme" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/boop-logo.webp" alt="Boop Kuruçeşme"><span class="pl-xl-2 text-left"><strong>Boop Kuruçeşme</strong><p class="small mb-0">Bar</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Atelier Creme Sofi" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/atelier-creme-logo.webp" alt="Atelier Creme Sofi"><span class="pl-xl-2 text-left"><strong>Atelier Creme Sofi</strong><p class="small mb-0">Cafe</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Altıncı Kuşak Baklava" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/altinci-kusak-logo.webp" alt="Altıncı Kuşak Baklava"><span class="pl-xl-2 text-left"><strong>Altıncı Kuşak Baklava</strong><p class="small mb-0">Pâtisserie</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Manu" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/manu-logo.webp" alt="Manu"><span class="pl-xl-2 text-left"><strong>Manu</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="ATO Congresium Ankara 1073 Restaurant" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/ato-congresium-logo.webp" alt="ATO Congresium Ankara 1073 Restaurant"><span class="pl-xl-2 text-left"><strong>ATO Congresium Ankara 1073 Restaurant</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Amelie's Garden" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/amelies-garden-logo.webp" alt="Amelie's Garden"><span class="pl-xl-2 text-left"><strong>Amelie's Garden</strong><p class="small mb-0">Kaffeegeschäft</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Hem İstanbul" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/hem-istanbul-logo.webp" alt="Hem İstanbul"><span class="pl-xl-2 text-left"><strong>Hem İstanbul</strong><p class="small mb-0">Cafe</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Atölye Norte" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/atolye-norte-logo.webp" alt="Atölye Norte"><span class="pl-xl-2 text-left"><strong>Atölye Norte</strong><p class="small mb-0">Pâtisserie</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Amavi" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/amavi-logo.webp" alt="Amavi"><span class="pl-xl-2 text-left"><strong>Amavi</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Ayone Çiftliği" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/ayone-ciftligi-logo.webp" alt="Ayone Çiftliği"><span class="pl-xl-2 text-left"><strong>Ayone Çiftliği</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Anne Müzesi " data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/anne-muzesi-logo.webp" alt="Anne Müzesi "><span class="pl-xl-2 text-left"><strong>Anne Müzesi </strong><p class="small mb-0">Cafe</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Azumare Side" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/azumare-logo.webp" alt="Azumare Side"><span class="pl-xl-2 text-left"><strong>Azumare Side</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Bakku Coffeeshop" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/bakku-coffee-logo.webp" alt="Bakku Coffeeshop"><span class="pl-xl-2 text-left"><strong>Bakku Coffeeshop</strong><p class="small mb-0">Kaffeegeschäft</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Baruthane Pilavcısı" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/baruthane-pilavcisi-logo.webp" alt="Baruthane Pilavcısı"><span class="pl-xl-2 text-left"><strong>Baruthane Pilavcısı</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Barto's Burger" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/bartos-burger-logo.webp" alt="Barto's Burger"><span class="pl-xl-2 text-left"><strong>Barto's Burger</strong><p class="small mb-0">Fast Food</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Be Water" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/be-water-garden-logo.webp" alt="Be Water"><span class="pl-xl-2 text-left"><strong>Be Water</strong><p class="small mb-0">Cafe</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Bear'n Beer" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/bear-beer-cafe-logo.webp" alt="Bear'n Beer"><span class="pl-xl-2 text-left"><strong>Bear'n Beer</strong><p class="small mb-0">Bar</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Bek Bakery" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/bek-logo.webp" alt="Bek Bakery"><span class="pl-xl-2 text-left"><strong>Bek Bakery</strong><p class="small mb-0">Pâtisserie</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Bertos Pizzeria" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/bertos-pizzeria-logo.webp" alt="Bertos Pizzeria"><span class="pl-xl-2 text-left"><strong>Bertos Pizzeria</strong><p class="small mb-0">Fast Food</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Boşnak Meyhanesi" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/bosnak-meyhanesi-logo.webp" alt="Boşnak Meyhanesi"><span class="pl-xl-2 text-left"><strong>Boşnak Meyhanesi</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Bragi Brasserie" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/bragi-logo.webp" alt="Bragi Brasserie"><span class="pl-xl-2 text-left"><strong>Bragi Brasserie</strong><p class="small mb-0">Cafe</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Butcha Steakhouse" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/butcha-steakhouse-logo.webp" alt="Butcha Steakhouse"><span class="pl-xl-2 text-left"><strong>Butcha Steakhouse</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Cafe Bubu" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/cafe-bubu-logo.webp" alt="Cafe Bubu"><span class="pl-xl-2 text-left"><strong>Cafe Bubu</strong><p class="small mb-0">Cafe</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Casa Sur" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/casa-sur-logo.webp" alt="Casa Sur"><span class="pl-xl-2 text-left"><strong>Casa Sur</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Cincinati Cafe " data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/cincinnati-cafe-logo.webp" alt="Cincinati Cafe "><span class="pl-xl-2 text-left"><strong>Cincinati Cafe </strong><p class="small mb-0">Kaffeegeschäft</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Clinic Coffe" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/clinic-coffee-logo.webp" alt="Clinic Coffe"><span class="pl-xl-2 text-left"><strong>Clinic Coffe</strong><p class="small mb-0">Kaffeegeschäft</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Cofee Hound" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/coffee-hound-logo.webp" alt="Cofee Hound"><span class="pl-xl-2 text-left"><strong>Cofee Hound</strong><p class="small mb-0">Kaffeegeschäft</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Coffee Benders" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/coffee-benders-logo.webp" alt="Coffee Benders"><span class="pl-xl-2 text-left"><strong>Coffee Benders</strong><p class="small mb-0">Kaffeegeschäft</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Coffee Helsinki" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/helsinki-coffee-logo.webp" alt="Coffee Helsinki"><span class="pl-xl-2 text-left"><strong>Coffee Helsinki</strong><p class="small mb-0">Kaffeegeschäft</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Coffee Works Co." data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/coffee-works-co-logo.webp" alt="Coffee Works Co."><span class="pl-xl-2 text-left"><strong>Coffee Works Co.</strong><p class="small mb-0">Kaffeegeschäft</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Coffee's" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/coffees-logo.webp" alt="Coffee's"><span class="pl-xl-2 text-left"><strong>Coffee's</strong><p class="small mb-0">Kaffeegeschäft</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Datdadadat" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/datdadadat-logo.webp" alt="Datdadadat"><span class="pl-xl-2 text-left"><strong>Datdadadat</strong><p class="small mb-0">Cafe</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Descartes Cofee" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/descartes-coffee-logo.webp" alt="Descartes Cofee"><span class="pl-xl-2 text-left"><strong>Descartes Cofee</strong><p class="small mb-0">Kaffeegeschäft</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="EasyCheese Pizza" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/easy-cheese-pizza-logo.webp" alt="EasyCheese Pizza"><span class="pl-xl-2 text-left"><strong>EasyCheese Pizza</strong><p class="small mb-0">Fast Food</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Efendy" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/efendy-logo.webp" alt="Efendy"><span class="pl-xl-2 text-left"><strong>Efendy</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Enberi Cafe" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/enberi-cafe-logo.webp" alt="Enberi Cafe"><span class="pl-xl-2 text-left"><strong>Enberi Cafe</strong><p class="small mb-0">Bar</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Eskiyer" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/eski-yer-logo.webp" alt="Eskiyer"><span class="pl-xl-2 text-left"><strong>Eskiyer</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Eşlikçi Meyhane" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/eslikci-meyhane-logo.webp" alt="Eşlikçi Meyhane"><span class="pl-xl-2 text-left"><strong>Eşlikçi Meyhane</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Fava" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/fava-logo.webp" alt="Fava"><span class="pl-xl-2 text-left"><strong>Fava</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Figen Pastanesi" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/figen-pastanesi-logo.webp" alt="Figen Pastanesi"><span class="pl-xl-2 text-left"><strong>Figen Pastanesi</strong><p class="small mb-0">Pâtisserie</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Fikr'et Burger" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/fikret-burger-logo.webp" alt="Fikr'et Burger"><span class="pl-xl-2 text-left"><strong>Fikr'et Burger</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Flyinn Beach" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/flyinn-beach-logo.webp" alt="Flyinn Beach"><span class="pl-xl-2 text-left"><strong>Flyinn Beach</strong><p class="small mb-0">Andere</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Frankhan" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/frankhan-logo.webp" alt="Frankhan"><span class="pl-xl-2 text-left"><strong>Frankhan</strong><p class="small mb-0">Andere</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Gastro Antalya Fırın" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/gastro-antalya-firin-logo.webp" alt="Gastro Antalya Fırın"><span class="pl-xl-2 text-left"><strong>Gastro Antalya Fırın</strong><p class="small mb-0">Pâtisserie</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Gazi Çorba Köfte" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/gazi-corba-kofte-logo.webp" alt="Gazi Çorba Köfte"><span class="pl-xl-2 text-left"><strong>Gazi Çorba Köfte</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Gibi Vegan" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/gibi-vegan-logo.webp" alt="Gibi Vegan"><span class="pl-xl-2 text-left"><strong>Gibi Vegan</strong><p class="small mb-0">Fast Food</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="GizemKuzu Bakery" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/gizemkuzu-bakery-logo.webp" alt="GizemKuzu Bakery"><span class="pl-xl-2 text-left"><strong>GizemKuzu Bakery</strong><p class="small mb-0">Pâtisserie</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Goche's Coffee" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/goches-coffee-logo.webp" alt="Goche's Coffee"><span class="pl-xl-2 text-left"><strong>Goche's Coffee</strong><p class="small mb-0">Kaffeegeschäft</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Göksu Lokantası" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/goksu-lokantasi-logo.webp" alt="Göksu Lokantası"><span class="pl-xl-2 text-left"><strong>Göksu Lokantası</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Goufre Waffle" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/goufre-waffle-logo.webp" alt="Goufre Waffle"><span class="pl-xl-2 text-left"><strong>Goufre Waffle</strong><p class="small mb-0">Fast Food</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Hacı Baba Pastaneleri Batman" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/hacibaba-logo.webp" alt="Hacı Baba Pastaneleri Batman"><span class="pl-xl-2 text-left"><strong>Hacı Baba Pastaneleri Batman</strong><p class="small mb-0">Pâtisserie</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Hai Hai Sushi" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/hai-hai-sushi-logo.webp" alt="Hai Hai Sushi"><span class="pl-xl-2 text-left"><strong>Hai Hai Sushi</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Has Künefe" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/has-kunefe-logo.webp" alt="Has Künefe"><span class="pl-xl-2 text-left"><strong>Has Künefe</strong><p class="small mb-0">Pâtisserie</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Hausa Lunch & Dinner" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/hausa-logo.webp" alt="Hausa Lunch & Dinner"><span class="pl-xl-2 text-left"><strong>Hausa Lunch & Dinner</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Hilmi Beken Restaurant" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/hilmi-beken-logo.webp" alt="Hilmi Beken Restaurant"><span class="pl-xl-2 text-left"><strong>Hilmi Beken Restaurant</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="House of Rene" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/house-of-rene-logo.webp" alt="House of Rene"><span class="pl-xl-2 text-left"><strong>House of Rene</strong><p class="small mb-0">Bar</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="İbodo" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/ibodo-logo.webp" alt="İbodo"><span class="pl-xl-2 text-left"><strong>İbodo</strong><p class="small mb-0">Pâtisserie</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="İbrahim'in Yeri Garden Restaurant " data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/ibrahimin-yeri-logo.webp" alt="İbrahim'in Yeri Garden Restaurant "><span class="pl-xl-2 text-left"><strong>İbrahim'in Yeri Garden Restaurant </strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Il Mandarino" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/il-mandarino-logo.webp" alt="Il Mandarino"><span class="pl-xl-2 text-left"><strong>Il Mandarino</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Improvement Köşk " data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/improvement-kosk-logo.webp" alt="Improvement Köşk "><span class="pl-xl-2 text-left"><strong>Improvement Köşk </strong><p class="small mb-0">Bar</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="İpekten Art Cafe" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/ipekten-art-cafe-logo.webp" alt="İpekten Art Cafe"><span class="pl-xl-2 text-left"><strong>İpekten Art Cafe</strong><p class="small mb-0">Andere</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Jocelyne Patisserie" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/jocelyne-logo.webp" alt="Jocelyne Patisserie"><span class="pl-xl-2 text-left"><strong>Jocelyne Patisserie</strong><p class="small mb-0">Pâtisserie</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Karainci Fırın" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/karainci-firin-logo.webp" alt="Karainci Fırın"><span class="pl-xl-2 text-left"><strong>Karainci Fırın</strong><p class="small mb-0">Pâtisserie</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Karma Restaurant & Sky Lounge" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/karma-restaurant-logo.webp" alt="Karma Restaurant & Sky Lounge"><span class="pl-xl-2 text-left"><strong>Karma Restaurant & Sky Lounge</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Katibim" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/katibim-logo.webp" alt="Katibim"><span class="pl-xl-2 text-left"><strong>Katibim</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="KEIFI" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/keifi-logo.webp" alt="KEIFI"><span class="pl-xl-2 text-left"><strong>KEIFI</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Kelime Müzesi" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/kelime-muzesi-logo.webp" alt="Kelime Müzesi"><span class="pl-xl-2 text-left"><strong>Kelime Müzesi</strong><p class="small mb-0">Andere</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="KEN Sushi" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/ken-sushi-logo.webp" alt="KEN Sushi"><span class="pl-xl-2 text-left"><strong>KEN Sushi</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Khoffner Brewery" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/khoffner-brewery-logo.webp" alt="Khoffner Brewery"><span class="pl-xl-2 text-left"><strong>Khoffner Brewery</strong><p class="small mb-0">Kaffeegeschäft</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Kıtır" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/kitir-logo.webp" alt="Kıtır"><span class="pl-xl-2 text-left"><strong>Kıtır</strong><p class="small mb-0">Bar</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Klasik Dükkan" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/klasik-dukkan-logo.webp" alt="Klasik Dükkan"><span class="pl-xl-2 text-left"><strong>Klasik Dükkan</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Köfteci İsa " data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/kofteci-isa-logo.webp" alt="Köfteci İsa "><span class="pl-xl-2 text-left"><strong>Köfteci İsa </strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Birsen Kebap" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/birsen-kebap-logo.webp" alt="Birsen Kebap"><span class="pl-xl-2 text-left"><strong>Birsen Kebap</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Köfteci Osman Şimşek" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/kofteci-osman-simsek-logo.webp" alt="Köfteci Osman Şimşek"><span class="pl-xl-2 text-left"><strong>Köfteci Osman Şimşek</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="L'arancia" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/larancia-logo.webp" alt="L'arancia"><span class="pl-xl-2 text-left"><strong>L'arancia</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="La Fuga" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/la-fuga-logo.webp" alt="La Fuga"><span class="pl-xl-2 text-left"><strong>La Fuga</strong><p class="small mb-0">Bar</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="La puerta" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/la-puerta-logo.webp" alt="La puerta"><span class="pl-xl-2 text-left"><strong>La puerta</strong><p class="small mb-0">Bar</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="La vita" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/la-vita-logo.webp" alt="La vita"><span class="pl-xl-2 text-left"><strong>La vita</strong><p class="small mb-0">Pâtisserie</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Laura kitchen bar" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/laura-logo.webp" alt="Laura kitchen bar"><span class="pl-xl-2 text-left"><strong>Laura kitchen bar</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Levan" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/levan-logo" alt="Levan"><span class="pl-xl-2 text-left"><strong>Levan</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Loxxi" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/loxxi-logo.webp" alt="Loxxi"><span class="pl-xl-2 text-left"><strong>Loxxi</strong><p class="small mb-0">Bar</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Luna Garden" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/luna-garden-logo.webp" alt="Luna Garden"><span class="pl-xl-2 text-left"><strong>Luna Garden</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Madera" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/madera-logo.webp" alt="Madera"><span class="pl-xl-2 text-left"><strong>Madera</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Saye Restoran " data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/saye-logo.webp" alt="Saye Restoran "><span class="pl-xl-2 text-left"><strong>Saye Restoran </strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Manolis Meyhane" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/manolis-meyhane-logo.webp" alt="Manolis Meyhane"><span class="pl-xl-2 text-left"><strong>Manolis Meyhane</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Manuel Pub" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/manuel-pub-logo.webp" alt="Manuel Pub"><span class="pl-xl-2 text-left"><strong>Manuel Pub</strong><p class="small mb-0">Bar</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Marisoll Coffee" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/marisoll-coffee-logo.webp" alt="Marisoll Coffee"><span class="pl-xl-2 text-left"><strong>Marisoll Coffee</strong><p class="small mb-0">Kaffeegeschäft</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Merida Coffee" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/merida-coffee-logo.webp" alt="Merida Coffee"><span class="pl-xl-2 text-left"><strong>Merida Coffee</strong><p class="small mb-0">Kaffeegeschäft</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Alma Table " data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/alma-logo.webp" alt="Alma Table "><span class="pl-xl-2 text-left"><strong>Alma Table </strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Midyeci Yasin" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/midyeci-yasin-logo.webp" alt="Midyeci Yasin"><span class="pl-xl-2 text-left"><strong>Midyeci Yasin</strong><p class="small mb-0">Fast Food</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Bosco e Caffe Tiramisu " data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/bosco-logo.webp" alt="Bosco e Caffe Tiramisu "><span class="pl-xl-2 text-left"><strong>Bosco e Caffe Tiramisu </strong><p class="small mb-0">Cafe</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Miska Bowl" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/miska-bowl-logo.webp" alt="Miska Bowl"><span class="pl-xl-2 text-left"><strong>Miska Bowl</strong><p class="small mb-0">Fast Food</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Mitos Bitez" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/mitos-bitez-logo.webp" alt="Mitos Bitez"><span class="pl-xl-2 text-left"><strong>Mitos Bitez</strong><p class="small mb-0">Bar</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Mizuhi Sushi" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/mizuhi-sushi-logo.webp" alt="Mizuhi Sushi"><span class="pl-xl-2 text-left"><strong>Mizuhi Sushi</strong><p class="small mb-0">Bar</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Mogo Korean Food" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/mogo-korean-logo.webp" alt="Mogo Korean Food"><span class="pl-xl-2 text-left"><strong>Mogo Korean Food</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Mr Gürkan Steakhouse" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/mr-gurkan-steakhouse-logo.webp" alt="Mr Gürkan Steakhouse"><span class="pl-xl-2 text-left"><strong>Mr Gürkan Steakhouse</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Museum Restaurant" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/museum-restaurant-logo.webp" alt="Museum Restaurant"><span class="pl-xl-2 text-left"><strong>Museum Restaurant</strong><p class="small mb-0">Bar</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Nappo Pizza" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/nappo-pizza-logo.webp" alt="Nappo Pizza"><span class="pl-xl-2 text-left"><strong>Nappo Pizza</strong><p class="small mb-0">Fast Food</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Nazende Restaurant" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/nazende-restaurant-logo.webp" alt="Nazende Restaurant"><span class="pl-xl-2 text-left"><strong>Nazende Restaurant</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="No 29 Dükkan" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/no29-dukkan-logo.webp" alt="No 29 Dükkan"><span class="pl-xl-2 text-left"><strong>No 29 Dükkan</strong><p class="small mb-0">Kaffeegeschäft</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Noon Good Food" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/noon-good-food-logo.webp" alt="Noon Good Food"><span class="pl-xl-2 text-left"><strong>Noon Good Food</strong><p class="small mb-0">Pâtisserie</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="78 Coffee " data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/78-coffee-logo.webp" alt="78 Coffee "><span class="pl-xl-2 text-left"><strong>78 Coffee </strong><p class="small mb-0">Kaffeegeschäft</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Novo Restaurantt" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/novo-restaurant-logo.webp" alt="Novo Restaurantt"><span class="pl-xl-2 text-left"><strong>Novo Restaurantt</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Oda Restaurant " data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/oda-restoran-logo.webp" alt="Oda Restaurant "><span class="pl-xl-2 text-left"><strong>Oda Restaurant </strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Olden 1545" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/filotto-logo.webp" alt="Olden 1545"><span class="pl-xl-2 text-left"><strong>Olden 1545</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Olden 1772" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/olden-1772-logo.webp" alt="Olden 1772"><span class="pl-xl-2 text-left"><strong>Olden 1772</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Ortaya" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/ortaya-logo.webp" alt="Ortaya"><span class="pl-xl-2 text-left"><strong>Ortaya</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Otto Filotto" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/filotto-logo.webp" alt="Otto Filotto"><span class="pl-xl-2 text-left"><strong>Otto Filotto</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Özkaymak Dondurma" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/ozkaymak-dondurma-logo.webp" alt="Özkaymak Dondurma"><span class="pl-xl-2 text-left"><strong>Özkaymak Dondurma</strong><p class="small mb-0">Pâtisserie</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Pally Mistral" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/pally-mistral-logo.webp" alt="Pally Mistral"><span class="pl-xl-2 text-left"><strong>Pally Mistral</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Palude" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/palude-logo.webp" alt="Palude"><span class="pl-xl-2 text-left"><strong>Palude</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="pasta kodu" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/pasta-kodu-logo.webp" alt="pasta kodu"><span class="pl-xl-2 text-left"><strong>pasta kodu</strong><p class="small mb-0">Pâtisserie</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Lithops Botanik Coffee" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/lithops-botanik-logo.webp" alt="Lithops Botanik Coffee"><span class="pl-xl-2 text-left"><strong>Lithops Botanik Coffee</strong><p class="small mb-0">Kaffeegeschäft</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Perdix" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/perdix-logo.webp" alt="Perdix"><span class="pl-xl-2 text-left"><strong>Perdix</strong><p class="small mb-0">Andere</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Porthole" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/porthole-logo.webp" alt="Porthole"><span class="pl-xl-2 text-left"><strong>Porthole</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Ppang" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/ppang-logo.webp" alt="Ppang"><span class="pl-xl-2 text-left"><strong>Ppang</strong><p class="small mb-0">Fast Food</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Raw Coffee" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/raw-coffee-logo.webp" alt="Raw Coffee"><span class="pl-xl-2 text-left"><strong>Raw Coffee</strong><p class="small mb-0">Kaffeegeschäft</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Razz Burger" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/razz-burger-logo.webp" alt="Razz Burger"><span class="pl-xl-2 text-left"><strong>Razz Burger</strong><p class="small mb-0">Fast Food</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Roku Sushi Omakase" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/roku-sushi-omakase-logo.webp" alt="Roku Sushi Omakase"><span class="pl-xl-2 text-left"><strong>Roku Sushi Omakase</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Rose Creme" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/rose-creme-logo.webp" alt="Rose Creme"><span class="pl-xl-2 text-left"><strong>Rose Creme</strong><p class="small mb-0">Pâtisserie</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Sanndu" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/sandu-logo.webp" alt="Sanndu"><span class="pl-xl-2 text-left"><strong>Sanndu</strong><p class="small mb-0">Andere</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Shark Beach" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/shark-beach-logo.webp" alt="Shark Beach"><span class="pl-xl-2 text-left"><strong>Shark Beach</strong><p class="small mb-0">Bar</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Sherbetto Künefe" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/sherbetto-logo.webp" alt="Sherbetto Künefe"><span class="pl-xl-2 text-left"><strong>Sherbetto Künefe</strong><p class="small mb-0">Pâtisserie</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Kapurcuk Kültür ve Gastronomi" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/kapurcuk-kultur-gastronomi-logo.webp" alt="Kapurcuk Kültür ve Gastronomi"><span class="pl-xl-2 text-left"><strong>Kapurcuk Kültür ve Gastronomi</strong><p class="small mb-0">Andere</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Ship INN Marina" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/ship-inn-marina-logo.webp" alt="Ship INN Marina"><span class="pl-xl-2 text-left"><strong>Ship INN Marina</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Şilingir Meyhane" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/silingir-restaurant-logo.webp" alt="Şilingir Meyhane"><span class="pl-xl-2 text-left"><strong>Şilingir Meyhane</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Sıra Meze Ara Sıcak" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/sira-meze-ara-sicak-logo.webp" alt="Sıra Meze Ara Sıcak"><span class="pl-xl-2 text-left"><strong>Sıra Meze Ara Sıcak</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Sofa Burger" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/sofa-burger-logo.webp" alt="Sofa Burger"><span class="pl-xl-2 text-left"><strong>Sofa Burger</strong><p class="small mb-0">Fast Food</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Super Coffee" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/super-coffee-logo.webp" alt="Super Coffee"><span class="pl-xl-2 text-left"><strong>Super Coffee</strong><p class="small mb-0">Kaffeegeschäft</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Sushi'm" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/sushim-logo.webp" alt="Sushi'm"><span class="pl-xl-2 text-left"><strong>Sushi'm</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="The Bigos " data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/the-bigos-logo.webp" alt="The Bigos "><span class="pl-xl-2 text-left"><strong>The Bigos </strong><p class="small mb-0">Fast Food</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="The Cue Coffee" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/the-cue-coffee-logo.webp" alt="The Cue Coffee"><span class="pl-xl-2 text-left"><strong>The Cue Coffee</strong><p class="small mb-0">Kaffeegeschäft</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="The Gang BBQ" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/the-gang-logo.webp" alt="The Gang BBQ"><span class="pl-xl-2 text-left"><strong>The Gang BBQ</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="The Old belfast Irish Pub" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/the-old-belfast-irish-pub-logo.webp" alt="The Old belfast Irish Pub"><span class="pl-xl-2 text-left"><strong>The Old belfast Irish Pub</strong><p class="small mb-0">Bar</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="The Oven Pizzeria" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/the-oven-pizzeria-logo.webp" alt="The Oven Pizzeria"><span class="pl-xl-2 text-left"><strong>The Oven Pizzeria</strong><p class="small mb-0">Fast Food</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Tiftik Street Food" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/tiftik-logo.webp" alt="Tiftik Street Food"><span class="pl-xl-2 text-left"><strong>Tiftik Street Food</strong><p class="small mb-0">Fast Food</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Tunç Balık" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/tunc-balik-logo.webp" alt="Tunç Balık"><span class="pl-xl-2 text-left"><strong>Tunç Balık</strong><p class="small mb-0">Speiserestaurant</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Turta Home Coffee" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/turta-home-logo.webp" alt="Turta Home Coffee"><span class="pl-xl-2 text-left"><strong>Turta Home Coffee</strong><p class="small mb-0">Cafe</p></span></div></div><div class="col-lg-4 col-md-6 integration-card position-relative align-items-start justify-content-xl-between flex-column flex-xl-row p-2 py-3" data-name="Varuna Beach Park" data-tab="bagimsizsube"><div class="col-xl-12 d-flex pl-0 pr-0 flex-column flex-xl-row order-2 order-xl-1 align-items-xl-center"><img loading="lazy" decoding="async" class="mr-0 rounded-circle" src="https://simprasuite.com/de/wp-content/plugins/simpra-references/images/logos/varuna-beach-park-logo.webp" alt="Varuna Beach Park"><span class="pl-xl-2 text-left"><strong>Varuna Beach Park</strong><p class="small mb-0">Bar</p></span></div></div>	</div></div></div>			<!--	<div align="center"><div class="more">Mehr erfahren</div><div class="less">Daha Az</div></div>-->

			<div class="integration-pagination" id="integrationPagination">
			</div>
			<p class="h2altptag text-center paddingtopbosluk text-center w-75 mx-auto">Während wir zu den Erfolgsgeschichten von Unternehmen beitragen, gehen wir gemeinsam über das Gewohnte hinaus und hinterlassen mit innovativen Lösungen Spuren in der Branche.  
				Lassen Sie uns die Zukunft Ihres Unternehmens gemeinsam gestalten.</p>
			<a class="btn-primary mx-auto text-center" href="#" data-toggle="modal" data-target="#hemenbasla">JETZT TESTEN
			</a>


			<script>
				jQuery(document).ready(function($){

					$(document).on('click', '.integration-tab-btn', function(){
						var tabID = $(this).data('tab');
						$('.integration-tab-btn').removeClass('active');
						$(this).addClass('active');
						$('.tab-pane').hide();
						$('#' + tabID).fadeIn(150);
						$('#integrationSelect').val(tabID);
						$('#integrationSearch').val('');
						$('.integration-card').show();
						$('#notFoundBox').hide();
					});

					$('#integrationSelect').on('change', function(){
						var tabID = $(this).val();
						$('.integration-tab-btn').removeClass('active');
						$('.integration-tab-btn[data-tab="'+tabID+'"]').addClass('active');
						$('.tab-pane').hide();
						$('#' + tabID).fadeIn(150);
						$('#integrationSearch').val('');
						$('.integration-card').show();
						$('#notFoundBox').hide();
					});

					$('#integrationSearch').on('keyup', function(){
						let val = $(this).val().toLowerCase().trim();
						let foundTab = null;

						if(val === ''){
							let activeTab = $('.integration-tab-btn.active').data('tab');
							$('.tab-pane').hide();
							$('#' + activeTab).fadeIn(100);
							$('.integration-card').show();
							$('#notFoundBox').hide();
							return;
						}

						$('.integration-card').hide();
						$('.tab-pane').hide();
						$('#notFoundBox').hide();

						let matchCount = 0;

						$('.integration-card').each(function(){
							let name = $(this).data('name');
							let tab = $(this).data('tab');
							if(name.includes(val)){
								$(this).show();
								matchCount++;
								if(!foundTab) foundTab = tab;
							}
						});

						if(matchCount > 0){
							$('.integration-tab-btn').removeClass('active');
							$('.integration-tab-btn[data-tab="'+foundTab+'"]').addClass('active');
							$('#integrationSelect').val(foundTab);
							$('.tab-pane').hide();
							$('#' + foundTab).fadeIn(150);
						} else {
							$('#notFoundBox').fadeIn(200);
						}
					});
				});

			</script>
			<script>
				jQuery(document).ready(function ($) {

					const perPage = 15;
					let currentPage = 1;

					function paginate(tab) {
						let cards = $('#' + tab + ' .integration-card');
						let totalPages = Math.ceil(cards.length / perPage);
						cards.hide();
						let start = (currentPage - 1) * perPage;
						let end   = start + perPage;
						// sadece o sayfanınkileri göster
						cards.slice(start, end).fadeIn(150);
						renderPagination(totalPages);
					}


					function renderPagination(totalPages) {
						let html = '';
						if (totalPages <= 1) {
							$('#integrationPagination').html('');
							return;
						}
						// Geri
						if (currentPage > 1) {
							html += `<span data-page="${currentPage - 1}">‹</span>`;
						}

						// İlk sayfa
						html += `<span class="${currentPage === 1 ? 'active' : ''}" data-page="1">1</span>`;

						// Sol 
						if (currentPage > 4) {
							html += ``;
						}

						// Orta sayfalar
						let start = Math.max(2, currentPage - 1);
						let end   = Math.min(totalPages - 1, currentPage + 1);

						for (let i = start; i <= end; i++) {
							html += `<span class="${i === currentPage ? 'active' : ''}" data-page="${i}">${i}</span>`;
						}

						// Sağ ...
						if (currentPage < totalPages - 3) {
							html += ``;
						}

						// Son sayfa
						if (totalPages > 1) {
							html += `<span class="${currentPage === totalPages ? 'active' : ''}" data-page="${totalPages}">${totalPages}</span>`;
						}

						// İleri
						if (currentPage < totalPages) {
							html += `<span data-page="${currentPage + 1}">›</span>`;
						}

						$('#integrationPagination').html(html);
					}


					// Sayfa tıklama
					$(document).on('click', '.integration-pagination span', function () {
						currentPage = parseInt($(this).data('page'));
						let activeTab = $('.integration-tab-btn.active').data('tab');
						paginate(activeTab);
					});

					// Tab değişince reset
					$(document).on('click', '.integration-tab-btn', function () {
						currentPage = 1;
						setTimeout(() => {
							paginate($(this).data('tab'));
						}, 50);
					});

					$('#integrationSelect').on('change', function () {
						currentPage = 1;
						setTimeout(() => {
							paginate($(this).val());
						}, 50);
					});

					// Arama varsa pagination kapat
					$('#integrationSearch').on('keyup', function () {
						if ($(this).val().trim() !== '') {
							$('#integrationPagination').html('');
						} else {
							currentPage = 1;
							let activeTab = $('.integration-tab-btn.active').data('tab');
							paginate(activeTab);
						}
					});

					// İlk yükleme
					paginate('zincirsube');

				});
			</script>

		</div>
	</div>
	{"id":1095,"date":"2023-07-26T10:54:59","date_gmt":"2023-07-26T07:54:59","guid":{"rendered":"https:\/\/simprasuite.com\/de\/?page_id=1095"},"modified":"2025-10-03T09:54:03","modified_gmt":"2025-10-03T06:54:03","slug":"referenzen","status":"publish","type":"page","link":"https:\/\/simprasuite.com\/de\/referenzen\/","title":{"rendered":"Referenzen"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1095","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/simprasuite.com\/de\/wp-json\/wp\/v2\/pages\/1095","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/simprasuite.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/simprasuite.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/simprasuite.com\/de\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/simprasuite.com\/de\/wp-json\/wp\/v2\/comments?post=1095"}],"version-history":[{"count":33,"href":"https:\/\/simprasuite.com\/de\/wp-json\/wp\/v2\/pages\/1095\/revisions"}],"predecessor-version":[{"id":4456,"href":"https:\/\/simprasuite.com\/de\/wp-json\/wp\/v2\/pages\/1095\/revisions\/4456"}],"wp:attachment":[{"href":"https:\/\/simprasuite.com\/de\/wp-json\/wp\/v2\/media?parent=1095"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}