/*
Theme Name: Divi - child
Version: 1.0
Description: A child theme of Divi
Template: Divi
Author: Administrator
*/
@import url("../Divi/style.css");
/* Your awesome customization starts here */

/* Header container */
#main-header {
    background: rgba(248,242,221,0.47) !important;
    border: 3px solid #222;
    Border-top: 0 !important;
    border-radius: 0 0 40px 40px;
    box-shadow: 0 3px 0 rgba(0,0,0,0.12);
    width: calc(100% - 40px);
    max-width: 1400px;
    margin: 0px auto;
    left: 0;
    right: 0;
}

div.container.clearfix.et_menu_container{
    width: 100%!important;
	max-width: 100%!important;
	
}

/* Fjern Divi standard styling */
#main-header.et-fixed-header,
#main-header {
    box-shadow: none;
}

/* Menu */
#top-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 00px;
}

/* Links */
#top-menu li a {
    font-size: 18px;
    font-weight: 700;
    color: #222 !important;
    letter-spacing: 0.5px;
    transition: all .2s ease;
}

/* Hover */
#top-menu li a:hover {
    color: #d91d10 !important;
    transform: translateY(-2px);
}

/* Aktiv side */
#top-menu .current-menu-item a {
    color: #d91d10 !important;
}

/* Logo */
#logo {
    max-height: 65px;
}

/* Header padding */
#et-top-navigation {
    padding-top: 30px;
}

#main-header .container {
    padding: 5px 25px;
}

/* Logo-container mindre */
.logo_container {
    width: auto !important;
    max-width: 180px;
    float: left;
    padding-left: 20px;
}

/* Menu-container */
#et-top-navigation {
    float: none !important;
    text-align: center;
    width: 100%;
    padding-top: 30px;
}

/* Menu centreres */
#top-menu-nav {
    float: none !important;
    display: inline-block;
}

/* Søgning helt til højre */
#et_search_icon,
.et-search-form {
    float: right;
}

#et-top-navigation {
    padding-left: 0 !important;
    padding-top: 30px;
}