* {
  margin: 0;
  padding: 0;
}

html {
  background: #fff;
}

body {
  color: #333;
  margin: 0 auto;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

#wrapper {
  width: 100%;
}

a {
  color: #222;
}

.rslides {
  margin: 0 auto;
}

.rslides_container {
  position: relative;
  float: left;
  width: 100%;
}

.transparent-btns_text {
  z-index: 1000;
  position: absolute;
  top: 84px;
  right: 4px;
  opacity: 1;
  text-decoration: none;
  width: 400px;
  color:#fff;
  text-align:right;
  font-size:0.8em;
}
  
.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 54%;
  left: 0;
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 16%;
  width: 6%;
  background: transparent url("/images/layout/themes.png") left top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-top: -45px;
}

.centered-btns_nav:active {
  opacity: 1.0;
}

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
}

.transparent-btns_nav.next {
  left: auto;
  right: 0;
}

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("/images/layout/themes.png") no-repeat left 50%;
  width: 38px;
}

.large-btns_nav:active {
  opacity: 1.0;
}

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
}

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs { 
  margin-top: 10px;
  text-align: center;
}

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
}

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
}
    
.slider_bg_text {
	position:absolute;
	width:72%;
	right:0;
	bottom:0;
	display:grid;
    grid-template-columns: 20% 80%;
    grid-gap: 0vw;
}
    
.slider_arc {
	display:grid;
    background-image: url(/images/layout/bg_slider.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 100%;
}
    
.slider_text {
	display:grid;
	padding: 8px 24px 8px 0;
    background-color: rgb(22,53,105,0.7);
}
  
.slider_text h1, .slider_text h1 .strong {
    font-family: Raleway;
    font-size: 1.7rem;
    font-weight: 300;
    letter-spacing: 0.05rem;
    line-height: 1.8rem;
    color: #fff;
    padding: 0 0 0 0;
	text-align:right;
}
  
.slider_text h1 .strong {
    font-weight: 400;
}
  
.slider_text p {
    color: #fff;
}
  
.slider_text p a:link, .slider_text p a:hover, .slider_text p a:active, .slider_text p a:visited {
    color: #fff;
}
  
.slider_text p a:hover {
    color: #ff4822;
}

.slider_zitat_wrapper {
	position:absolute;
	width:48%;
	left:12%;
	bottom:48px;
    border-radius: 0 12px 12px 0;
    -webkit-border-radius: 0 12px 12px 0;
    -moz-border-radius: 0 12px 12px 0;
}

.slider_zitat {
	width:100%;
	margin: 0 5px 5px 0;
	padding: 16px 8px 24px 8px;
	background-color: rgb(0, 0, 0, 0.3);
  	background-repeat: repeat;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

.slider_zitat p {
	padding: 0 0 0 16%;
    font-size: 1.1em;
    line-height: 1.5em;
	color: #fff;
  	background: transparent url("/images/layout/zitate.png");
  	background-repeat: no-repeat;
  	background-position: 8px 4px;
  	background-size: 12%;
}

.slider_text_desktop {
	display:block;
}

.slider_text_mobile {
	display:none;
}

/* LAPTOP L ----------- */

@media screen and (max-width: 1440px) {

.slider_zitat_wrapper {
	bottom:24px;
}

}

/* LAPTOP ----------- */

@media screen and (max-width: 1024px) {

.centered-btns_nav {
 height: 20%;
  width: 9%;
  background-size: auto 125%;
  background-position: left center;
  top: 48%;
}

.centered-btns_nav.next {
  background-position: right center;
}
  
.transparent-btns_text {
  font-size:0.7em;
}

.slider_text h1, .slider_text h1 .strong {
    font-size: 20px;
    line-height: 24px;
	padding: 0 0 4px 0;
    text-align: right;
}

.slider_zitat_wrapper {
	width:64%;
    left: 12%;
    bottom: 24px;
}

.slider_zitat {
	margin: 0 4px 4px 0;
	padding: 12px 8px 16px 8px;
}

.slider_zitat p {
    padding: 0 0 0 12%;
    font-size: 1.02em;
    line-height: 1.4em;
    background-size: 8%;
}
  
}

/* TABLET ----------- */

@media screen and (max-width: 768px) {

.transparent-btns_text {
  font-size:0.6em;
}

.slider_bg_text {
    width: 100%;
    grid-template-columns: 0% 100%;
}
  
.slider_text {
    padding: 8px 12px 8px 12px;
}
  
.slider_text h1, .slider_text h1 .strong {
    font-size: 18px;
    line-height: 24px;
}

.slider_text p {
    font-size: 14px;
}

.slider_zitat_wrapper {
	bottom:12px;
}

.slider_zitat {
	margin: 0 3px 3px 0;
	padding: 6px 6px 16px 8px;
}

.slider_zitat p {
    padding: 0 0 0 46px;
    font-size: 12px;
    line-height: 13px;
}

.slider_text_desktop {
	display:none;
}

.slider_text_mobile {
	display:block;
}

.slider_text_urheber {
    padding: 0 6% 0 6%;
    width: 50%;
}

}

/* TABLET ----------- */

@media screen and (max-width: 425px) {

.slider_text {
    padding: 6px 8px 6px 8px;
}

.slider_text h1, .slider_text h1 .strong {
    font-size: 16px;
    line-height: 20px;
}

}