Græder ved havet
البكاء على حافة البحر
Performances & Ticket Links
Tickets are bought online for the Danish premiere and on the door at Teatre du Poche, in El Kef, Tunisia.
- 10/4/2025, at 19:00: Buy Tickets (Denmark) Tickets in Tunisia are sold on the door.
- 11/4/2025, at 19:00: Buy Tickets (Denmark) Tickets in Tunisia are sold on the door.
- 12/4/2025, at 15:00: Buy Tickets (Denmark) Tickets in Tunisia are sold on the door.
- 12/4/2025, at 19:00: Buy Tickets (Denmark) Tickets in Tunisia are sold on the door.
- 13/4/2025, at 15:00: Buy Tickets (Denmark) Tickets in Tunisia are sold on the door.
.header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
}
.header .title-left,
.header .title-right {
font-size: 1.5em;
}
.image-container img {
width: 100%;
height: auto;
display: block;
}
#countdown {
font-family: "courier new", sans-serif;
font-size: 5em;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
main {
max-width: 800px;
margin: 20px auto;
padding: 20px;
}
.countdown-container {
text-align: center;
margin: 40px 0;
}
.countdown-container h2 {
margin-bottom: 20px;
font-size: 1.75em;
}
.ticket-section ul {
list-style: none;
padding: 0;
}
.ticket-section li {
margin: 10px 0;
}
.ticket-section a {
color: #0066cc;
text-decoration: none;
}
.ticket-section a:hover {
text-decoration: underline;
}