    
    .aussen_unten > div.links{
      padding: 30px 2.5% !important;  
    }
    .auswahl_frame{
       max-width: 750px;
       width: auto;
       margin-top: 40px;
       padding-top: 20px;
       border-top: 3px solid #BEBEBE;
    }
    .auswahl_links , .auswahl_mitte , .auswahl_rechts {
        width: 30%;
        min-height: 335px;
        background: #FF8901;
        background: linear-gradient( #FF9B2B, #FF8901 );
        background: -webkit-linear-gradient( #FF9B2B, #FF8901 );
        box-shadow: 0px 0px 0px 5px hsla(0,0%,0%,.5) ;
        border-radius: 3px; 
        float:left; 
        margin-right:5%;
        transition: 0.25s;  
    }
    .auswahl_links{    

    }
    .auswahl_mitte{
        background: #0076FE;
        background: linear-gradient( #0076FE,#0064D4  );
        background: -webkit-linear-gradient( #0076FE,#0064D4  );
    }
    .auswahl_rechts{
        margin-right:0;
        background: #6DB501;
        background: linear-gradient( #84DA01,#6DB501  );
        background: -webkit-linear-gradient( #84DA01,#6DB501  );
    }
    .auswahl_links h2, .auswahl_mitte h2, .auswahl_rechts h2{
        font-size: 21px;
        background:#fff;
        border-radius: 3px 3px 0 0 ;
        padding: 10px 20px;
        color:#555;
        text-align: center;
    }
    .auswahl_links img, .auswahl_mitte img, .auswahl_rechts img{
        height: auto;
        width: 100%;
        
    }
    .bild_auswahl{
        padding: 20px;
    }
    .bild_auswahl h3{
        color:#fff;
        font-size: 21px;
        line-height: 33px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
    }
    .bild_auswahl h3:hover{
        background: hsla(0,100%,100%,.25);
    }
    .bild_auswahl h3:hover .rund_wm{
        border-radius:50%;
        width: 15px;
        height: 15px;
        background: #fff;
        float: left;
        margin-right: 15px;
        border:2px solid #fff;
        position: relative;
        top:7px;
        transition: .15s;
    }
    .bild_auswahl .rund_wm{
        border-radius:50%;
        width: 15px;
        height: 15px;
        background: transparent;
        float: left;
        margin-right: 15px;
        border:2px solid #fff;
        position: relative;
        top:7px;
    }
    .bild_auswahl a{
        text-decoration: none;
    }

    .auswahl_links:hover , .auswahl_mitte:hover , .auswahl_rechts:hover {
        box-shadow: 0px 0px 0px 5px hsla(0,0%,0%,.6) ,  0px 3px 18px 0px hsla(0,0%,0%,.75);
    }
    .form_auswahl_info{
        margin-top: 60px;
    }
    .form_auswahl_info p a , .breite p a {
        color: #0064D4;
        text-decoration: none;
    }
    .form_auswahl_info p a:hover , .breite p a:hover{
        text-decoration: underline;
    }