Adresse: Lindenstraße 140 -152, 18435, Stralsund
Telefon: +49 3831 307590
Webseite: Zur Seite gehen
E-Mail: info@insanity-events.de
Soziale Netzwerke:

Über das Insanity – Events Stralsund

Insanity – Events Stralsund, befindet sich in Lindenstraße 140 -152, Stralsund, 18435, DE

Insanity | Diskothek | Veranstaltung | Verleih

{
display: none;
}

.sp-megamenu-parent>li.active:hover>a {
color: red;
text-shadow: white 0px 0px 15px;
}
.sp-megamenu-parent>li:hover>a {
color: red;
text-shadow: white 0px 0px 15px;
}
a {
color: red;
}

#sp-breadcrumbs {
background-color: #FBEFCD;
font-size: 0.9em;
}

.breadcrumb {
background-color: #FBEFCD;
}

.article-ratings-social-share {
display: none !important;
}

.article-details {
–bs-gutter-x: 2.5rem;
–bs-gutter-y: 0;
width: 100%;
padding-right: calc(var(–bs-gutter-x)* .5);
padding-left: calc(var(–bs-gutter-x)* .5);
margin-right: auto;
margin-left: auto;
}

#icagenda {
–bs-gutter-x: 2.5rem;
–bs-gutter-y: 0;
width: 100%;
padding-right: calc(var(–bs-gutter-x)* .5);
padding-left: calc(var(–bs-gutter-x)* .5);
margin-right: auto;
margin-left: auto;
}

.background {
padding: 25px 0px;
background-color: #FBEFCD;
}

.menumenu_footer ul{
list-style: none !important;
}

.menumenu_footer {
list-style: none !important;
}

#sp-footer2 h3{
color: red;
font-family: ‘Wendy One’, sans-serif;
font-size: 1.4em;
text-align: right;
}

.mod_datetime {
text-align: center;
}

.showcase-item img {
max-height: 150px;
width: 100%;
object-fit: cover;
border-radius: 10px;
border: 1px solid red;
}

#jemmoduleteaser .calendar-orange {
display: none;
}

#jemmoduleteaser .jem-row-teaser {
display: flex
;
flex-direction: column;
flex-wrap: nowrap;
justify-content: flex-start;
}

#jemmoduleteaser .category {
display: none;
}

.sp-module {
padding-top: 17px;
padding-bottom: 20px;
}

#sp-sidebar-left .sp-module h3{
color: red;
font-family: ‘Wendy One’, sans-serif;
font-size: 1.4em;
}

#sp-sidebar-left .sp-module .eventset h3{
color: black;
font-family: ‘Wendy One’, sans-serif;
font-size: 1.1em;
}

.sp-module h3 {
color: red;
font-family: ‘Wendy One’, sans-serif;
font-size: 1.4em;
}

.article {
padding-top: 20px;
padding-bottom: 20px;
padding-left: 0px !important;
padding-right: 0px !important;
}

.container-fluid {
padding-rigth: 0px !important;
padding-left: 0px !important;
}

.eventset {
max-height: 300px;
overflow: auto;
}

::-webkit-scrollbar {
width: 10px;
height: 10px;
}

::-webkit-scrollbar-track {
background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
background: #888;
border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
background: #555;
}

.offcanvas-inner .d-flex {
justify-content: flex-end;
}

.offcanvas-inner .mb-3 {
margin-bottom: 4rem !important;
}

.lb-outerContainer {
width: 100%;
height: 100%;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a{font-family: ‘Wendy One’, sans-serif;font-size: 1.2em;color: #fc1212;text-decoration: none;}

.menu.nav-pills > li > a, .menu.nav-pills > li > span, .menu.nav-pills .sp-dropdown li.sp-menu-item > a{font-family: ‘Wendy One’, sans-serif;font-size: 1.2em;color: #fc1212;text-decoration: none;}

.logo-image {height:120px;}.logo-image-phone {height:120px;}
@media(max-width: 992px) {.logo-image {height: 36px;}.logo-image-phone {height: 36px;}}
@media(max-width: 576px) {.logo-image {height: 36px;}.logo-image-phone {height: 36px;}}

#jemmoduleteaser .jem-eventimg-teaser img {
width: 100%;
height: auto;
}

@media not print {
@media only all and (max-width: 47.938rem) {

#jemmoduleteaser .jem-eventimg-teaser img {
width: 100px;
height: auto;
}
}
}

{“data”:{“breakpoints”:{“tablet”:991,”mobile”:480},”header”:{“stickyOffset”:”300″}},”joomla.jtext”:{“ERROR”:”Fehler”,”MESSAGE”:”Nachricht”,”NOTICE”:”Hinweis”,”WARNING”:”Warnung”,”JCLOSE”:”Schließen”,”JOK”:”OK”,”JOPEN”:”Öffnen”},”system.paths”:{“root”:””,”rootFull”:”https://www.insanity-events.de/”,”base”:””,”baseFull”:”https://www.insanity-events.de/”},”csrf.token”:”859cb93c297f493bca09ed950dfa2dde”,”plg_system_schedulerunner”:{“interval”:300}}

(function() { if (typeof gtag !== ‘undefined’) { gtag(‘consent’, ‘denied’, { ‘ad_storage’: ‘denied’, ‘ad_user_data’: ‘denied’, ‘ad_personalization’: ‘denied’, ‘functionality_storage’: ‘denied’, ‘personalization_storage’: ‘denied’, ‘security_storage’: ‘denied’, ‘analytics_storage’: ‘denied’ }); } })();
template=”shaper_helixultimate”;
document.addEventListener(‘DOMContentLoaded’, function () {
// Assuming you’ve included dayjs and the Greek locale already
dayjs.locale(`de`);
dayjs.extend(dayjs_plugin_utc);
dayjs.extend(dayjs_plugin_timezone);

// DATE
const mod_dateElement = document.getElementById(`mod_date_js_139`);

function modUpdateDate() {
const currentDate = dayjs()
.tz(`UTC`)
.format(`YYYY`); // YYYY-MM-DD HH:mm:ss
mod_dateElement.textContent = currentDate;
}

// Update the time immediately upon script load
modUpdateDate();

// Then update it every second (1000 milliseconds)
setInterval(modUpdateDate, 1000);
});

Home Portfolio EventsKommende Veranstaltungenlightbox.option({
‘showImageNumberLabel’: false,
})

Kein solcher Event gefunden
InfosImpressum & KontaktDatenschutzDownloads

Aktuelle Seite:  

Startseite

Featured

Wie komme ich zu Insanity – Events Stralsund? Tippen Sie unter der Karte auf «Zu Fuß» oder «Route berechnen».

Wie komme ich zum Insanity – Events Stralsund?