
.mod_rocksolid_slider {
	width:100%;
	max-width:1440px;
	height:70vh;
	max-height: 600px;
	margin-left:auto;
	margin-right:auto;
}

@media (min-width:992px) {
	#article-371 {
		margin-top: 165px;
	}
}
.startseite #wrapper {
	padding-top:0;
}
.rs-bg {
    width: 100%;
	height: 100%;
    margin: 0 !important;
}
.rs-content {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.rs-content-inner {
	text-align: center;
}

.mod_rocksolid_slider p.headline {
    font-size: 3em;
    font-family:'Archivo Black';
	margin:0em;
}
.mod_rocksolid_slider p.subline {
	margin-bottom:0.5em;
	margin-top:0.5em;
}
.mod_rocksolid_slider p.button {
    margin-bottom: 0em;
}
.mod_rocksolid_slider a.button {
    background: #01b5ec;
    text-decoration: none;
    color: #fff;
	margin:0em;
}
.mod_rocksolid_slider a.button:hover {
	background:#4baf4c !important;
	letter-spacing: 1px;
}

/* Rocksolid Slider */

@media (max-width:320px) {
	.mod_rocksolid_slider {
		height:40vh;
	}
	.rs-content {
			padding:1em;
	}
	.mod_rocksolid_slider p.headline {
		font-size: 0.85em;
	}
	.mod_rocksolid_slider p.subline {
		margin-bottom:0.5em;
		margin-top:0.5em;
		font-size:0.75em;
	}
	a.button {
		padding: 0.25em 0.5em;
	}
}

@media (min-width:321px) and (max-width:575px) {
	.rsts-nav.rsts-nav-bullets {
		display: none;
	}
	.mod_rocksolid_slider {
		height:40vh;
		max-height:500px;
	}
	.rs-content {
			padding:1em;
	}
	.mod_rocksolid_slider p.headline {
		font-size: 1em;
	}
	.mod_rocksolid_slider p.subline {
		margin-bottom:0.5em;
		margin-top:0.5em;
		font-size:0.75em;
	}
	a.button {
		padding: 0.25em 0.5em;
	}
}

@media (min-width:576px) and (max-width:767px) {
	.mod_rocksolid_slider {
		height:40vh;
		max-height:500px;
	}
	.rs-content {
			padding:1em;
	}
	.mod_rocksolid_slider p.headline {
		font-size: 1em;
	}
	.mod_rocksolid_slider p.subline {
		margin-bottom:0.5em;
		margin-top:0.5em;
		font-size:0.75em;
	}
	
}

@media (min-width:768px) and (max-width:991px) {
}

@media (min-width:992px) and (max-width:1199px) {
}

@media (min-width:1200px) {
}