/* imported in typo3conf/ext/atl_mask_export/Resources/Public/Stylesheets/import.css */
section.dropdownelement {
    padding: 40px 0;
}

main > section.dropdownelement {
    margin-top: 40px;
}

main > section.dropdownelement ~ section.dropdownelement {
    margin-top: 0;
}

section.dropdownelement.odd {
    background: #f0f0f0;
}

@media screen and (min-width: 426px) {
    section.dropdownelement .col-md-2 {
        padding-right: 5px;
    }

    section.dropdownelement .col-md-4 {
        padding-left: 5px;
    }
}

section.dropdownelement .col-md-6 {
    padding-bottom: 29px;
}

section.dropdownelement h2 {
    font-family: FagoWebPro-Bold, Helvetica, Arial, sans-serif;
    font-size: 18px;
    position: relative;
    line-height: 22px;
    padding-bottom: 12px;
    margin-bottom: 11px;
}

@media screen and (max-width: 767px) {
    section.dropdownelement h2 {
        margin-top: 20px;
    }
}

section.dropdownelement h2:after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #ffb800;
    height: 1px;
    width: 89px;
}

section.contentelement p strong {
    font-family: FagoWebPro-Bold, Helvetica, Arial, sans-serif;
}

section.dropdownelement p {
    font-family: FagoWebPro, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 21px;
}

section.dropdownelement p:last-child {
    margin-bottom: 0;
}

section.dropdownelement .text > a.morelink {
    color: #000;
    padding-left: 20px;
    position: relative;
}

section.dropdownelement .text > a.morelink:hover {
    cursor: pointer;
}

section.dropdownelement .text > a.morelink:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 15px;
    height: 12px;
    background-image: url("../SVG/Akkordeon-auf.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}

section.dropdownelement ul.list-group li {
    border: 0;
    background: none;
}

section.dropdownelement .text .longtext {
    display: none;
    min-height: 130px;
}

@media screen and (max-width: 576px) {
    section.dropdownelement {
        margin-left: 15px;
        margin-right: 15px;
    }

    section.dropdownelement:last-child {
        margin-bottom: 15px;
    }

    section.dropdownelement.odd,
    section.dropdownelement.even {
        padding-left: 15px;
        padding-right: 15px;
    }
}
