/* You can type here any CSS code that will be loaded both on your admin and front-end pages.
Let us help you by giving a few exmaple CSS classes: */

/* Front-end sliders & preview */

.ls-container  h1{ /* The slider itself */
	font-family:Open Sans;
	font-size:38px;
	color:#ff00e5;  /*ist violett*/
	white-space:nowrap; 
}

/*hier sind wir jetzt richtig*/
.ls-slide  h1,h2,h3,h4{
	font-family:Open Sans;
	color:#ffffff;
/*	white-space:nowrap;*/ 
}

.ls-slide h3 {
	text-align: left;
}

.subtitle {
    color:#00000;
}
	
	
.ls-slide  h1{
	font-size:38px;
}

.ls-slide  h2{
	font-size:30px;
}

.ls-slide  h3{
	font-size:26px;
}

.ls-slide  h4{
	font-size:26px;
}

.ls-container .ls-slide p {
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	font-family:Open Sans;
	font-size:20px;
	line-height:22px;
	color:#ffffff;
	background:rgba(13, 39, 92, 0.17);
	border-radius:5px;
	white-space: nowrap;
	text-align: center;
}

.ls-slide a:hover {
	color: blue;
	text-decoration: underline;
}

.ls-slide #yourID {

}

.ls-slide .yourClass {

}
