/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Template: oceanwp
Author: OceanWP
Author URI: https://oceanwp.org/about-oceanwp/
Description: OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful &amp; professional design. Very fast, responsive, RTL &amp; translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet &amp; mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor &amp; WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it's the only theme you will ever need: https://oceanwp.org/demos/
Tags: two-columns,right-sidebar,footer-widgets,blog,news,custom-background,custom-menu,post-formats,rtl-language-support,sticky-post,editor-style,threaded-comments,translation-ready,buddypress,custom-colors,featured-images,full-width-template,theme-options,e-commerce,block-styles,wide-blocks,accessibility-ready
Version: 4.1.5.1772701187
Updated: 2026-03-05 08:59:47

*/
#site-header
{
	text-align: center;
}
#site-logo
{
  display: block;
  margin: auto;
  width:100%;
}
#site-logo-inner
{
display: block !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.page-header
{
	background-color: white;
}
.container
{
	max-width: 100%;
}
.content-area
{
	padding-right: 0;
}
#main #content-wrap
{
	background: white;
	padding-bottom: 0;
}
/* Grundlæggende indstillinger */
:root {
    --primary-orange: #cc6c1e;
    --dark-navy: #1e3a5f;
    --light-bg: #fdfaf5;
    --white: #ffffff;
    --text-dark: #333333;
    --transition: all 0.3s ease;
}
#content-wrap
{
	margin-left:0;
	margin-right: 0;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Segoe UI', Roboto, sans-serif;
    background-color: var(--light-bg);
    color: var(--text-dark);
    line-height: 1.6;
}

/* Hero Sektion (Baggrundsbillede her) */
.hero {
    height: 60vh;
    background: url('https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
}

.overlay {
    background: rgba(30, 58, 95, 0.6); /* Navy gennemsigtighed */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.hero-content h1 {
    font-size: 5rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
	color: white;
}

.tagline {
    font-size: 2rem;
    margin-bottom: 30px;
    font-weight: 500;
}
#footer-widgets
{
	background-color: white;
}
/* Knapper */
.cta-group {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.btn-primary {
    background-color: var(--primary-orange);
    color: white;
    padding: 2rem 5rem;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: var(--transition);
}

.btn-secondary {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    transition: var(--transition);
}

.btn-primary:hover { background-color: white; 
color: var(--primary-orange);
}
.btn-secondary:hover { background-color: white; color: var(--dark-navy); }

/* Visitkort Sektion */
.card-container {
    padding: 0 20px 50px;
    display: flex;
    justify-content: center;
}

.business-card {
    background: var(--white);
    max-width: 800px;
    width: 100%;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	margin-top: 3rem;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.badge {
    background: #eef2f7;
    color: var(--dark-navy);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.contact-item strong {
    display: block;
    color: var(--primary-orange);
    font-size: 2rem;
    text-transform: uppercase;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 30px 0;
}

/* Ydelser Ikoner */
.services-grid {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.service span {
    font-size: 2rem;
    display: block;
    margin-bottom: 5px;
}

.service p {
    font-size: 0.9rem;
    color: var(--dark-navy);
    font-weight: bold;
}

footer {
    text-align: center;
    padding: 20px;
    font-size: 0.8rem;
    color: #888;
	background-color: white;
}
#footer-widgets
{
display:none;}

/* Mobil-optimering */
@media (max-width: 600px) {
    .contact-grid { grid-template-columns: 1fr; }
    .hero-content h1 { font-size: 2rem; }
    .cta-group { flex-direction: column; }
}
.content-area
{
	width: 100%;
}
.container
{
	width: 100%;
}