@media (max-width:500px) {

    .symptomeFinder{
        padding-bottom: 200px;
        height: calc(8 * 47px + 40px + 250px);
        min-height: 620px;
    }
    .inline-element h2.symptomeFinder__boxHeading {
      
    }
    #svgSymContainer, .mainSvg {
        -webkit-transform: translate(-50%, -8px) scale(0.93);
        -ms-transform: translate(-50%, -8px) scale(0.93);
        transform: translate(-50%, -8px) scale(0.93);
    }
    
    .symptomeFinder__arrow,
    .symptomeFinder__uebersicht {
        display: none !important;
    }
    
    .symptomeFinder__genderLabel {
        top: 8px;
        right: auto;
        left: 8px;
        font-size: 12px;
        width: 60px;
    }

    .labelFrau {
        left: calc(8px + 60px);
    }

    .symptomeFinder__sideLabel {
        top: 8px;
        right: 8px;
        font-size: 12px;
        width: 65px;
    }

    .symptomeFinder__sideLabel--back{
        right:  calc(8px + 65px);
    }
    
    .symptomeFinder__svgUebersicht{
        top: auto;
        right: 20px;
        left: auto;
        font-size: 12px;
        height: 25px;
        line-height: 1.3;
    }

    .sympImagContainer {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        right: 0;
        height: 60vh;
        height: calc(8 * 47px + 40px);
        width: calc(50vh * 190 / 470);
        float: right;
    }

    .symptomeFinder__lists {
        display: inline-block;
        width: calc(100% - 50vh * 192 / 470);
        vertical-align: top;
        overflow: visible;
        position: static;
        z-index: 100;
        max-height: calc(8 * 47px + 40px);
        overflow: auto;
    }
    
    .symptomeFinder__organeList{
        width: 100%;
    }
    
    .symptomeFinder__lists ul{
        max-height: calc(80vh - 45px);
        position: relative;
        top: auto;
        bottom: auto;
    }
    
    .symptomeFinder__sympList{
        display: block;
        width: 100%;
        height: 200px;
        float: none;
        position: absolute;
        bottom: 1px;
    }
    
    .symptomeFinder__sympHeader,
    .organe{
        font-size: 14px;
    }
    
    .organe{
        text-indent: 5px;
        padding-right: 1em;
    }
    .organe.arrowDown{
        padding-right: 0;
    }
    
    .organe:after{
        right: 3px;
        width: .5rem;
    }
    .arrowDown:after {
        height: 0;
        overflow: visible;
        top: 20px;
        right: 0;
        line-height: 0.9;
    }
    
    .resultList,
    .defaultSympText{
        overflow: auto;
        max-height: 166px !important;
    }
}