/*
Theme Name: aquaLaatzium
Theme URI: https://elementor.com/hello-theme/
Template: hello-elementor
Author: aquaLaatzium
Author URI: https://www.aqualaatzium.de
Description: 
Tags: Schwimmbad, Sauna, Fitness, Wellness, Freizeit, Hannover, Laatzen
Version: 1.0.0
Updated: 2026-08-20 23:15:58
*/


@font-face {
	font-family: 'Sintony-Bold';
	src: local('Sintony Bold'),
         url('fonts/Sintony-Bold.ttf') format('truetype');
   font-display: swap;
}

@font-face {
	font-family: 'Sintony-Regular';
	src: local('Sintony Regular'),
         url('fonts/Sintony-Regular.ttf') format('truetype');
   font-display: swap;
}


.einleitung {
	-webkit-column-count: inherit;
	-moz-column-count: inherit;
	column-count: inherit;
	column-gap: inherit;
}


/* Logo Animation. html wrapper */

#logoanimation-wrapper {
	position: absolute;
	width: 80%;
	height: 304px;
	/* auto height von der grafik */
	bottom: 0;
	left: 10%;
	z-index: 9091;
}

#title-auf-linie {
	display: inline-block;
	background-color: #0086E0;
	padding: 6px 25px !important;
	margin: 0 !important;
	font-size: 1em;
	border-radius: 30px;
	color: white;
	letter-spacing: 2px;
}

/* Slider Startseite */
/* Overlay-Box im Slider - Startseite */

.page-id-15800 .slider-content-wrapper {
	position: absolute;
	bottom: 25px;
	left: 25px;
	width: calc(100% - 50px);
	height: auto;
	padding: 20px 20px 0 20px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
}

/* Titel-Formatierung im Slider */

.page-id-15800 .sp-pcp-post-title a {
	text-transform: uppercase !important;
}

/* Hover-Farbe des Titels im Slider*/

.page-id-15800 .sp-pcp-post-title a:hover {
	color: #0086e0 !important;
}

/* Meta-Infos ausblenden im Slider */

.page-id-15800 .sp-pcp-post-meta {
	display: none;
}

/* Padding um den Slider */

.page-id-15800 .sp-post-carousel-pro-area {
	padding: 0 0!important;
}


/* Tabellen */
table td {
	text-align: left;
}

thead {
	font-weight: bold;
	/* background-color: #ffffff; */
}

tr td {
	border: solid 0px transparent;
}

#eintrittspreise-schwimmbad td,
#eintrittspreise-schwimmbad-frueh td,
#bonusband td {
	width: 25%;
}

#eintrittspreise-sauna-basis td,
#eintrittspreise-sauna-sonder td {
	width: 33%;
}

.oeffnungszeiten-tabelle tbody td:first-child {
    width: 50%;
}



