/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

p {margin-bottom: 0px;}


/***
#navbar_menu  li.elementor-icon-list-item:hover {
    background-color: #77A5AA;

}

#navbar_icon li.elementor-icon-list-item, #navbar_menu li.elementor-icon-list-item {
    padding: 12px 50px 12px 50px!important;
}


@media only screen and (max-width: 1366px) {
#navbar_icon li.elementor-icon-list-item {
    padding: 12px 30px 12px 30px!important;
}

#navbar_menu li.elementor-icon-list-item {
    padding: 7px 15px 7px 15px!important;
}
}
* /

/***border på navigationsmenu***/ 


@media only screen and (min-width:1600px) {
    .navsupport {
        border-left: 1px solid #77A5AA;
    }
    .navsupport_right {
        border-right: 1px solid #77A5AA!important;
    }
    .navsupport_footer {
        border-left: 1px solid #77A5AA;

        border-bottom: 1px solid #77A5AA;
    }
    .navsupport_footer_right {        
        border-right: 1px solid #77A5AA;
        border-bottom: 1px solid #77A5AA;

}
  }

/** size paa toggle icon for accordion****/ 

.elementor-toggle-icon.elementor-toggle-icon-right, span.elementor-accordion-icon.elementor-accordion-icon-right {
    font-size: 28px;
}


    .elementor-accordion-item {
        border-bottom: 1px solid #D9D9D9!important;
    }



/** timeline tilpasninger***/ 
.twae-vertical-right.twae-wrapper .twae-end, .twae-vertical-right.twae-wrapper .twae-start {
   display: none!important;
}


.twae-vertical-right.twae-wrapper .twae-timeline:before {
    left: calc(1% - var(--tw-line-width)/ 2) !important;
}

.twae-vertical-right.twae-wrapper .twae-story {
    width: calc(99% - var(--tw-ibx-size))!important;
 
}

#no_title .twae-title {
    display: none!important;
}



/*** alert bokse****/ 

.red-alert {
    border-radius: 10px;
    border-bottom: 4px solid #A53A2D;
    border-right:  solid 2px #A53A2D;
    border-left:  solid 2px #A53A2D;
    border-top:   solid 2px #A53A2D;
    padding: 20px; 


} 

.blue-alert {
    border-radius: 10px;
    border-bottom: 4px solid #336066;
    border-right:  solid 2px #336066;
    border-left:  solid 2px #336066;
    border-top:   solid 2px #336066;
    padding: 20px; 


} 

/***accordion ved downloads*****/ 
#accordion.elementor-icon-list-text{
    font-size: 25px!important;
    color:#000000;
}