/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.markerWrap {
    font-size: 14px;
    color: #514F63;
}
.markerWrap h3{
    font-size: 16px;
    color: #514F63;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 10px;
}
.markerWrap .einsatzort {
    font-weight: bold;
}
.markerWrap .link a {
    display: block;
    font-size: 14px;
    color: #514F63;
    letter-spacing: 0;
    line-height: 20px;
    text-decoration: underline;
    padding-top: 20px;
}
.title{
    font-size: 18px;
    color: #000;
    text-decoration: underline;
}
#menu_accordion.accordion>.card{
    border-radius: 0;
    border: none;
}
#menu_accordion.accordion>.card:not(:last-of-type){
    border-bottom: 1px solid #d4d4d4;
}
#menu_accordion .card-header{
    padding-left: 0px;
    background: #fff;
    border: none;
}
#menu_accordion .card-header h2{
    text-decoration: none;
}
#menu_accordion .card-header .btn, #menu_accordion .card-header .btn:hover{
    padding-left: 0px;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    font-size: 24px;
    color: #2f5596;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
}
#menu_accordion .card-header button:not(.collapsed), #menu_accordion .card-header button:not(.collapsed):hover{
    color: #eca412;
    background: #fff;
}
#menu_accordion .card-body{
    padding-left: 0px;
}
#menu_accordion .arrow {
    border: solid #2f5596;
    margin-left: 5px;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#menu_accordion .card-header button:not(.collapsed) .arrow{
    border: solid #eca412;
    margin-left: 5px;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}