.tx-powermail form > h3,
.tx-powermail form > h1 {
    margin-bottom: 65px;
}

.tx-powermail .powermail_fieldwrap {
    margin-bottom: 24px;
}

.tx-powermail fieldset {
    margin-bottom: 80px;
}

#leadhandling_topicpicker {
    margin-bottom: -15px;
    margin-left: -10px;
}

#leadhandling_topicpicker fieldset{
    padding-left: 5px;
}

#leadhandling_topicpicker .leadhandling_category {
    margin-right: 10px;
    margin-bottom: 10px !important;
}


.powermail_legend, p.topic-level-heading {
    font-weight: bold;
    text-transform: uppercase;
}
.powermail_legend {
    margin-bottom: 30px;
}
p.topic-level-heading {
    margin-bottom: 0;
    margin-left: -5px;
}

#leadhandling_topicpicker > .row, #leadhandling-second-level, .third-level {
    margin-bottom: 20px;
}


#leadhandling_topicpicker p {
    text-transform: uppercase;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

#leadhandling_topicpicker label {
    border:   1px solid #fff;
    padding:  10px;
    display:  block;
    position: relative;
    margin:   10px;
    cursor:   pointer;
}

#leadhandling_topicpicker .leadhandling_category label img {
    height:              50px;
    width:               50px;
    transition-duration: 0.2s;
    transform-origin:    50% 50%;
}

#leadhandling_topicpicker .leadhandling_category :checked + label {
    box-shadow: 0 0 5px #333;
    border:     none;
    font-weight: bold;
}

#leadhandling_topicpicker .leadhandling_category :checked + label::before {
    box-shadow: 0 0 5px #333;
    z-index:    -1;
}

#leadhandling_topicpicker input[type=radio],
#leadhandling_topicpicker input[type=button] {
    position: absolute;
    opacity:  0;
    width:    0;
    height:   0;
}

#leadhandling_topicpicker .leadhandling_category label {
    box-shadow:      0 0 1px #333;
    display:         flex;
    align-items:     center;
    justify-content: center;
    text-align:      center;
    height:          135px;
    width:           160px;
}

#leadhandling_topicpicker .leadhandling_category .leadhandling_category_title {
    display: block;
}

#leadhandling_topicpicker label:not([aria-expanded="true"]) .icon .icon_dark,
#leadhandling_topicpicker label[aria-expanded="true"] .icon .icon_light,
#leadhandling_topicpicker .leadhandling_category :checked + label .icon_light {
    display: none;
}

#leadhandling_topicpicker .leadhandling_category :checked + label .icon_dark {
    display: inline;
}

@media (max-width:510px){
    #leadhandling_topicpicker .leadhandling_category {
        margin: unset;
    }
}


