/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.25.1.1717399560
Updated: 2024-06-03 07:26:00

*/

#main-header {
    background-color: rgba(0,0,0,0);
    Box-shadow:none;
}

et_menu_container{
      padding-bottom: 32px !important;   
}


#top-menu a {
font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif !important;}

#main-header {
Box-shadow:none;
}

#main-header{
    -webkit-transition: background-color 0.4s, color 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
    transition: background-color 0.4s, color 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
    transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
    transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;}

.et-fixed-header{
    box-shadow: none !important;
}

#main-header.et-fixed-header {
	-webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1) !important;}

@media only screen and (min-width: 981px) {
    .et-fixed-header #top-menu li.current-menu-ancestor>a, .et-fixed-header #top-menu li.current-menu-item>a, .et-fixed-header #top-menu li.current_page_item>a {
		color: #000000 !important;}}

#footer-bottom{
display: none;}


/***************************************************
****************** el-height-row ******************
***************************************************/

.el-flex-row {
  display: flex;
  flex-wrap: wrap;
}

.el-flex-row .et_pb_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.verticalalign{
margin-top:auto;
margin-bottom:auto;
}

/***************************************************
****************** drop-bottom ******************
***************************************************/

body:not(.et-fb) .rv_element { display: none; }
.et_pb_button.rv_button_opened:after { content:"\32"; }
.et_pb_button.rv_button_closed:after { content:"\33"; }

/***************************************************
****************** image rund ******************
***************************************************/

#et-main-area img{
	border-radius: 25px; }

/***************************************************
****************** image hover fjern boks ******************
***************************************************/

img[title] {
    pointer-events: none;
}

/***************************************************
****************** brger srt******************
***************************************************/

.mobile_menu_bar::before, .mobile_menu_bar::after, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a {
	color: #0B0B0B;}

/***************************************************
****************** brger srt******************
***************************************************/

.et_mobile_menu {
  border-top: 0px solid #2ea3f2 !important;
}