/* Slider Wrapper */
.bx-wrapper {
    min-height: 220px;
    display: block;
    /* margin: 10px 10px!important; */
    padding: 10px;
}

/* Container */
.sl_lIn {
    background: #f4f4f4;
    min-height: 310px;
	padding-bottom: 10px;
}

.sl_rOut {
    border: 1px solid #f4f4f4;
}

.sl_sol {
    min-height: 310px;
    padding: 10px;
}

/* Info */
/*.sl_cOneI .sl_info {
    background: #FFF;
}*/

.sl_info {
    width: 100%;
    /* height: 100%; */
    height: 160px;
    background: #FFF;
    font-size: 36px;
    display: block;
    padding: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 100px;
    font-size: 90px;
    margin: 0 auto;
}


/* Counter */
.sl_cntr {
    width: 100%;
    /* background: blue; */
    font-weight: bold;
    height: 25px;
    margin-bottom: 10px;
}

.sl_nr {
    float: left;
    position: relative;
}

.sl_cnt {
    float: right;
    position: relative;
}

/* Next */
.sl_btn,
.sl_btn1,
.sl_btn2 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    padding: 2px 5px 2px 5px;
	background: #f36f23;
    color: #FFF;
	/*display: inline;*/
	display: inline-block;
    margin: 4px 4px;
}

/*.sl_lIn .sl_btn {
    background: #f36f23;
    color: #FFF;
}


.sl_btn {
    display: inline-block;
}*/

/* Reset */
.sl_rst {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    background-color: #e7e7e8;
    color: #768399;
    margin-top: 30px;
    padding: 5px 15px;
    display: inline-block;
    cursor: pointer;
}

/* Lösung */
.sl_sol .solution {
    display: block;
    float: left;
    padding-right: 10px;
    width: 30%;
    padding: 0 5px;
    margin-right: 3%;
    margin-bottom: 5px;
}

.sl_image {
	width: 100%;
    height: 100%;
    background-color: #FFF;
    font-size: 36px;
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 100px;
    font-size: 90px;
    margin: 0 auto;
}