/* jssor slider arrow navigator skin 22 css */
/*
.jssora22l                  (normal)
.jssora22r                  (normal)
.jssora22l:hover            (normal mouseover)
.jssora22r:hover            (normal mouseover)
.jssora22l.jssora22ldn      (mousedown)
.jssora22r.jssora22rdn      (mousedown)
*/
/*.jssora22l, .jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */
  /*  width: 60px;
    height: 60px;
    cursor: pointer;
    background: url('//mwt-www.e-technik.uni-ulm.de/world/images/slider/a02.png') center center no-repeat;
    overflow: hidden;
}*/


/* Fix for different arrows */
/*.jssora22l { background-position: -10px -31px; }
.jssora22r { background-position: -70px -31px; }
.jssora22l:hover { background-position: -130px -31px; }
.jssora22r:hover { background-position: -190px -31px; }
.jssora22l.jssora22ldn { background-position: -250px -31px; }
.jssora22r.jssora22rdn { background-position: -310px -31px; }*/

.jssora22l, .jssora22r{
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 35px;
    cursor: pointer;
    background: url('//mwt-www.e-technik.uni-ulm.de/world/images/slider/a22.png') center center no-repeat;
    overflow: hidden;
	background-color: rgba(86,86,86,0.6);
}
.jssora22l {
	top: 0px;
	left: 12px;
	background-position: 0px -26px;
}
.jssora22r {
	top: 221px;
	right: 12px;
	background-position: -50px -26px;
}
.jssora22l:hover { background-position: -10px -26px; }
.jssora22r:hover { background-position: -40px -26px; }

.jssoras22l, .jssoras22r{
        display: block;
        position: absolute;
        width: 75px;
        height: 75px;
        border-radius: 35px;
	transform: scale(0.5);
    	cursor: pointer;
    	background: url('//mwt-www.e-technik.uni-ulm.de/world/images/slider/a22.png') center center no-repeat;
    	overflow: hidden;
        background-color: rgba(86,86,86,0.6);
}
.jssoras22l {
        top: 0px;
        left: 12px;
        background-position: 0px -26px;
}
.jssoras22r {
        top: 221px;
        right: 12px;
        background-position: -50px -26px;
}
.jssoras22l:hover { background-position: -10px -26px; }
.jssoras22r:hover { background-position: -40px -26px; }


/* Fix, otherwise left and right button move through picture on page laod... */
.afterload  {
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
}

main > div.row > div.content-element:nth-child(2) {
    border: none;
    padding-top: 0;
}
