/*
SLIDER 

marak acryl gmbh, 2016
@goldfischclub
*/

#full-width-slider {
	width: 100%;
	color: #000;
	height: 900px !important; 
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
	#full-width-slider {
		height: 710px !important; 
	}
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	#full-width-slider {
		height: 960px !important; 
	}
}

@media handheld, only screen and (max-width: 700px) {
	#full-width-slider {
		height: 560px !important; 
	}
	.more {
		display: none;
	}
}


#full-width-slider-1 {
	width: 100%;
	color: #000;
}
#full-width-slider-content {
	width: 100%;
	color: #fff;
}
.glossar-content #full-width-slider-content {
	width: 65%;
	margin: 0 auto;
	color: #fff;
}


.royalSlider img.rsImg {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.fullWidth {
	margin: 0 auto;
}



.sliderContainer,
.sliderContainer-1,
.sliderContainer-content {
	position: relative;
}


	







