

.StartObj {
width:100px;
height:100px;
position:relative;
overflow:hidden;
}

.KaredPics {
width:inherit;
height:inherit;
position:absolute;
border-radius:5px;

}


.Goleft, .GoleftAction, .Goright {
width:20px;
height: 33%;
position:absolute;
top:0px;
opacity:1;
margin-top: 18%;
background: rgb(216,35,38);
	background: -moz-linear-gradient(top,  rgba(216,35,38,1) 0%, rgba(186,21,34,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,35,38,1)), color-stop(100%,rgba(186,21,34,1)));
	background: -webkit-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	background: -o-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	background: -ms-linear-gradient(top,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
	background: linear-gradient(to bottom,  rgba(216,35,38,1) 0%,rgba(186,21,34,1) 100%);
}

.Goleft {
background: rgba(216,35,38, 1) url(../images/goLeft.png) no-repeat; 
background-position: 50% 50%;
background-size: 50% auto;
left:0px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
-webkit-box-shadow: 3px -2px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px -2px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 3px -2px 6px 0px rgba(0,0,0,0.5);
}
.Goright {
background: rgba(216,35,38, 1) url(../images/goRight.png) no-repeat; 
background-position: 50% 50%;
background-size: 50% auto;
right:0px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
-webkit-box-shadow: 3px -2px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px -2px 6px 0px rgba(0,0,0,0.5);
	box-shadow: -3px -2px 6px 0px rgba(0,0,0,0.5);
}


.SliderReiseDescription  {
	width:40% !important;
	height:35% !important;
	position:absolute;
	top:0px;
	right:40px;
	padding-right:20px;
	padding-left:20px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background:rgba(255,255,255,0.5);
	overflow:hidden; 
	-webkit-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 2px 6px 0px rgba(0,0,0,0.5);
}

.SliderReiseDauer
{
	color:#fff;
	border-top:2px solid #fff;
	padding-top:10px;
	font-weight:bold;
	font-size:14px;
}

.SliderReiseTitel
{
	font-size:22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right:10px;
	color: #4D4D4D;
    margin-bottom: 0px;
    padding-bottom: 10px;
	font-family: Impact;
	margin-top: 20px;
}

.SliderReisePreis
{
	margin-top:20px;
	color:#4D4D4D;
	text-align:right;
	font-size:22px;
	width:95%;
	padding-right: 25px !important;
	padding-right:10px;
	font-family: Impact;
}

.abpreisReise
{
	font-size:15px;
	color:#4D4D4D;
	font-family: Tahoma;
}

.moduletableDownMenuLeft .SliderReiseDescription .SliderReisePreis { 
font-size:22px;
position:absolute;
left:20px;
bottom:7px;
font-weight:bold;
color:#d60f14;
text-shadow: 0 0 0.1em #FFF, 0 0 0.1em #FFF, 0 0 0.1em #FFF;
}

.moduletableDownMenuLeft .SliderReiseDescription .SliderReiseDauer { 
font-size:22px;
position:absolute;
right:20px;
bottom:7px;
font-weight:bold;
color:#FFF;
text-shadow: 0 0 0.1em #000, 0 0 0.1em #000, 0 0 0.1em #000;
}


.ellipsifySlider {
    line-height: 130%;
    font-size: 14px;
	height:36px /*50px*/;
	width:95%;
    overflow: hidden;
	text-align: left;
	word-wrap: break-word;
    position: relative; 
	color:#4D4D4D;
}


.pre-dotsSlider {
    float: right;
    height: 18px; /*-14*/  
}

.dotsSlider {
    float: right; 
    clear: right; /
}

.hidedots1Slider {

    width: 100%;
    height: 120%;       
    position: absolute;
}

.hidedots2Slider {

    width: 100%;
    height: 34px;       
    position: absolute; 
}