/*
Theme Name: Royal Elementor Kit Child
Theme URI: http://example.com/royal-elementor-kit-child/
Description: Royal Elementor Kit Child Theme
Author: Gregor Malik
Author URI: http://example.com
Template: royal-elementor-kit
Version: 1.0.0
*/
/* Add your custom styles here */
.Hintergrund {
	background-image: url('https://dyd.4lima.de/wp-content/uploads/2026/07/Delphin_Banner_1920x409.webp');
	background-position: center center;
	width:100%;
	margin:0;
	padding-top:76px;
	padding-bottom:32px;
	padding-left:0;
	padding-right:0;
	display: flex;
	justify-content:center;
    transition: background-image 1500ms ease-in-out;
}
	
.Titel {
	max-width:1140px;
	text-align:center;
	padding:0;
	margin:0;
}

h1 {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--e-global-color-primary);
}

