/*Custom CSS defined in the manager*/
.gp_gridRow.gp_gridFixed .gp_gridColumn8{width:100%}body{margin:0;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}.hero-container{position:relative;height:60vh;overflow:hidden;border-radius:0 0 0 30px;box-shadow:0 4px 15px rgba(0,0,0,0.1)}.hero-image{width:100%;height:100%;object-fit:cover;animation:zoomIn 20s infinite alternate}@keyframes zoomIn{from{transform:scale(1)}
to{transform:scale(1.1)}}
.hero-logo{position:absolute;top:20px;left:20px;background:rgba(255,255,255,0.9);padding:10px;border-radius:0 0 0 10px;backdrop-filter:blur(5px)}.hero-logo img{height:60px;width:auto}.content{max-width:1200px;margin:0 auto;padding:2rem 1rem}.page-title{font-size:2.5rem;font-weight:bold;color:#00223F;margin-bottom:2rem;text-align:left}.image-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-top:2rem}.image-card{width:100%;background:white;border-radius:0 0 0 20px;overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease;cursor:pointer;box-shadow:0 4px 6px rgba(0,0,0,0.1);animation:fadeIn 0.5s ease-out backwards;position:relative;height:250px}.image-card:nth-child(1){animation-delay:0.1s}.image-card:nth-child(2){animation-delay:0.2s}.image-card:nth-child(3){animation-delay:0.3s}.image-card:nth-child(4){animation-delay:0.4s}.image-card:nth-child(5){animation-delay:0.5s}.image-card:nth-child(6){animation-delay:0.6s}.image-card:nth-child(7){animation-delay:0.7s}.image-card:nth-child(8){animation-delay:0.8s}.image-card:nth-child(9){animation-delay:0.9s}.image-card:nth-child(10){animation-delay:1s}.image-card:nth-child(11){animation-delay:1.1s}.image-card:nth-child(12){animation-delay:1.2s}.image-card:nth-child(13){animation-delay:1.3s}.image-card:nth-child(14){animation-delay:1.4s}.image-card:nth-child(15){animation-delay:1.5s}.image-card:nth-child(16){animation-delay:1.6s}.image-card:nth-child(17){animation-delay:1.7s}.image-card:nth-child(18){animation-delay:1.8s}.image-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 10px 20px rgba(0,0,0,0.2)}.image-card:hover .card-image{transform:scale(1.05)}.card-image{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.card-title{position:absolute;bottom:0;left:0;right:0;background:#00223F;color:white;padding:1rem 1.5rem;font-size:1.2rem;font-weight:bold;margin:0;border-radius:0 0 0 20px;display:flex;align-items:center}.card-title::before{content:"";display:inline-block;width:24px;height:24px;margin-right:0.5rem;background-image:url("data:image/svg+xml,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='6' y1='26' x2='26' y2='6' stroke='white' stroke-width='3' /%3e%3cpolyline points='14,6 26,6 26,18' fill='none' stroke='white' stroke-width='3'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:center;flex-shrink:0;vertical-align:-2px}@keyframes fadeIn{from{opacity:0;
transform:translateY(20px)}
to{opacity:1;
transform:translateY(0)}}
.kiel-footer{background-color:#1a2332;color:#ffffff;padding:50px 0 30px 0;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}.kiel-footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.kiel-footer-content{display:grid;grid-template-columns:1fr 2fr 2fr 1fr;gap:40px;align-items:start}.kiel-footer-logo-section{display:flex;flex-direction:column}.kiel-footer-logo{font-size:48px;font-weight:300;line-height:0.9;margin-bottom:5px}.kiel-footer-logo-main{color:#ffffff}.kiel-footer-logo-sub{color:#7db8e8;font-size:42px}.kiel-footer-tagline{color:#cccccc;font-size:16px;margin-top:10px}.kiel-footer-nav-column{display:flex;flex-direction:column}.kiel-footer-nav-title{color:#ffffff;font-size:16px;font-weight:600;margin-bottom:20px;text-transform:uppercase;letter-spacing:0.5px}.kiel-footer-nav-list{list-style:none;padding:0;margin:0}.kiel-footer-nav-item{margin-bottom:12px}.kiel-footer-nav-link{color:#cccccc;text-decoration:none;font-size:15px;transition:color 0.3s ease;display:block;line-height:1.4}.kiel-footer-nav-link:hover{color:#7db8e8}.kiel-footer-social-section{display:flex;flex-direction:column;gap:30px}.kiel-footer-social-block,.kiel-footer-newsletter-block,.kiel-footer-powered-block{display:flex;flex-direction:column}.kiel-footer-section-title{color:#ffffff;font-size:16px;font-weight:600;margin-bottom:15px;text-transform:uppercase;letter-spacing:0.5px}.kiel-footer-social-icons{display:flex;gap:10px;flex-wrap:wrap}.kiel-footer-social-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;text-decoration:none;border-radius:4px;transition:transform 0.3s ease;font-weight:bold;font-size:20px}.kiel-footer-social-icon:hover{transform:translateY(-2px)}.kiel-footer-social-facebook{background-color:#1877f2;color:white}.kiel-footer-social-instagram{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);color:white}.kiel-footer-social-youtube{background-color:#ff0000;color:white}.kiel-footer-social-linkedin{background-color:#0077b5;color:white}.kiel-footer-newsletter-button{background-color:#7db8e8;color:#1a2332;padding:12px 24px;text-decoration:none;border-radius:4px;font-weight:600;text-align:center;transition:background-color 0.3s ease;display:inline-block;text-transform:uppercase;font-size:14px;letter-spacing:0.5px}.kiel-footer-newsletter-button:hover{background-color:#6ba5d4}.kiel-footer-newsletter-button::before{content:"? ";margin-right:5px}@media (max-width:768px){.kiel-footer-content{grid-template-columns:1fr;gap:30px;text-align:center}.kiel-footer-logo{font-size:36px}.kiel-footer-logo-sub{font-size:32px}.kiel-footer-social-icons{justify-content:center}}@media (max-width:1024px) and (min-width:769px){.kiel-footer-content{grid-template-columns:1fr 1fr;gap:35px}}.gp_footer{background-color:#1A2332}