
.method-finder {
    /*max-width: 620px;*/
    background-color: white;
}

.method-finder .opaque *,
.method-finder .opaque {
    opacity: 0.5;
}

.modContent .method-finder  .description {
    color: rgb(63, 63, 63);
    font-style: normal;
    text-align: left;
    font-size: 14px;
}

.method-finder select{
    border: 1px solid #3f3f3f;
    padding: 5px;
}

.method-finder .icons img {
    display: inline-block;
    width: auto;
    height: 0.8rem;
    margin-left: .25rem;
}
.method-finder .icons.euro img {
    height: 0.7rem;
}


.method-finder .method:hover header {
    box-shadow: 0 20px 30px -16px rgba(9, 9, 16, .2);
    /*box-shadow: 0 10px 20px 0 rgba(9,9,16,.15);*/
}

.method-finder .method .float-right {
    margin: 0;
}

.method-finder .method .compare {
    text-align: right;
}

.method-finder .method .compare img {
    display: inline-block;
    opacity: .6;
}

.method-finder .method .compare:hover img {
    opacity: 1;
}

.method-finder .method .compare .tooltip {
    display: none;
    padding: 0.5rem;
    background: white;
}

.method-finder .method .compare:hover .tooltip {
    display: block;
}

.method-finder .bg-tool {
    background: #ebf8ff;
}

.method-finder .bg-workshop {
    background: #bee3f8;
}

.method-finder .bg-process {
    background: #90cdf4;
}

.method-finder [data-timing] span {
    /*font-size: 1.5em;*/
    font-weight: bold;
}

.method-finder .tab-content-list,
.method-finder .tab-content-compare {
    display: none;
}

.method-finder .tab-content-list.show {
    display: block;
}

.method-finder .tab-content-compare.show {
    display: flex;
}

.method-finder [data-tab-target] {
    color: #393939;
    background: rgba(0, 0, 0, 0.16);
    cursor: pointer;
    border-bottom: 2px solid black;
}

.method-finder [data-tab-target].active {
    color: black;
    background: white;
    border: 2px solid black;
    border-bottom: none;
}

.method-finder [data-tab-target="list"].active {
    border-left: none;

}

.method-finder [data-tab-target="compare"].active {
    border-right: none;
}
.method-finder [data-score]{
    margin-right: 0.5rem !important;
}

.method-finder.legend {
    max-width: 300px;
    width: 300px;
}
.method-finder.legend img{
    margin-top:3px;
}

.method-finder .choices label{
    padding-left: 1.25rem;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.method-finder .choices label:before{
    content:'';
    width: 15px;
    height: 15px;
    background: #bee3f8;
    display: inline-block;
    position: absolute;
    left: -3px;
    top: 0px;
    z-index: -1;
}
.method-finder .choices input{
    display: none;
}
.method-finder .goal-list li{
    padding-left: 1.5rem;
    margin-bottom: .3rem;
    line-height: 1;
    left: 0;
}
.method-finder .choices label.checked {
    position: relative;
}
.method-finder .choices label.checked:after{
    content: '';
    background: url(../../img/methodenfinder/check.svg) no-repeat left 2px;
    background-size: 9px 9px;
    width: 9px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 1px;
}
.method-finder .goal-list li.checked[data-value="2"]{
    background: url(../../img/methodenfinder/check.svg) no-repeat left 2px;
    background-size: 9px 9px;
}
.method-finder .goal-list li.checked[data-value="1"]{
    background: url(../../img/methodenfinder/check.svg) no-repeat 5px 2px;
    background-size: 9px 9px;
}
.method-finder .goal-list li.checked[data-value="2"]:before{
    content: '';
    background: url(../../img/methodenfinder/check.svg) no-repeat left 2px;
    background-size: 9px 9px;
    width: 9px;
    height: 11px;
    position: absolute;
    left: 10px;
}