.mod_document-selection {
    margin: 1rem 0; }
    .mod_document-selection .ds-box {
      margin-bottom: 1rem;
      background-color: #002751; }
      .mod_document-selection .ds-box .ds-title {
        color: #fff;
        padding: 0.6rem 1.2rem;
        font-size: 1.1em;
        line-height: 120%;
        float: right;
        width: 80%; }
        @media screen and (min-width: 40em) {
          .mod_document-selection .ds-box .ds-title {
            width: 100%; } }
      .mod_document-selection .ds-box .ds-body {
        border: 3px solid #CAD3D2;
        background-color: #fff;
        border-right: none;
        text-align: center;
        float: left;
        width: 20%; }
        @media screen and (min-width: 40em) {
          .mod_document-selection .ds-box .ds-body {
            min-height: 12rem;
            width: 100%;
            /*padding: 1.5rem 2.5rem;*/
            border-top: none;
            border-right: 3px solid #CAD3D2; } }

            .parent {
                width: 100%;
                /*margin: 20px;*/
                height: 250px;
                /*border: 1px solid blue;*/
                overflow: hidden;
                position: relative;
                float: left;
                display: inline-block;
                cursor: pointer;
            }
            
            .child {
                height: 100%;
                width: 100%;
                background-size: cover;
                background-repeat: no-repeat;
                -webkit-transition: all .5s;
                -moz-transition: all .5s;
                -o-transition: all .5s;
                transition: all .5s;
            }
            
            /* Several different images */
            .bg-one {background-image: url(https://www.fgg-elbe.de/tl_files/ll_files/weitere%20Bilder/wr-rl_teaser_270x235.jpg);}
            .bg-two {background-image: url(https://www.fgg-elbe.de/tl_files/ll_files/weitere%20Bilder/hwrm-rl_teaser_270x235.jpg);}
            .bg-three {background-image: url(https://www.fgg-elbe.de/tl_files/ll_files/weitere%20Bilder/naturraum_teaser_270x235.jpg);}
            .bg-four {background-image: url(https://www.fgg-elbe.de/tl_files/ll_files/weitere%20Bilder/bewirtschaftung_teaser_270x235.jpg);}

            .parent:hover .child, .parent:focus .child {
                -ms-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -webkit-transform: scale(1.2);
                -o-transform: scale(1.2);
                transform: scale(1.2);
            }

            @media screen and (max-width: 40em) {
                .parent {
                  
                    height: 55px;
                  
                }
            }

          .defaultCheckRadio{
              display: none;
          }  

          .rueckgabe{
              height: 40px;
              padding-top: 10px;
              padding-left: 18px;
          }

          #radiocheck{
              margin-top: 20px;
          }

          #auswertung{
            text-align: center;
            font-size: larger;
            margin-top: 30px;
          }

          #wertung{
            font-weight: bold;
          }
          #again{
              display: none;
              margin-top: 20px;
          }