
.lcont
{
	display: inline-block;
	width: 70%;
	padding: 0px;
	margin: 0px;
	border: none;
	vertical-align: top;
}
.rcont 
{
	display: inline-block;
	width: 30%;
	padding: 0px;
	margin: 0px;
	border: none;
	text-align: right;
	vertical-align: top;
}

.royalSlider {
  width: 100%;
  height: 500px;
  margin-top: 0px;	/* RAND oben? */
  border-top: 1px solid #666;  /* sehr d�nner rand oben */
/*  
-webkit-box-shadow:4px 4px 10px 0px #6f6f6f ;
-moz-box-shadow:4px 4px 10px 0px #6f6f6f ;
box-shadow:4px 4px 10px 0px #6f6f6f ;
    */
/* http://angrytools.com/css-generator/border/ */
}

.home-slider-wrap {
  position: relative;
}

/* Pause zwischen Vor- und Zurück-Pfeil (rsMinW: rechts unten) */
.home-slider-wrap .rsMinW .rsArrowRight {
  right: 7px;
  bottom: 7px;
}

.home-slider-wrap .rsMinW .rsArrowLeft {
  right: 79px;
  bottom: 7px;
}

.home-slider-wrap .rsMinW .home-slider-pause-slot {
  right: 43px;
  bottom: 7px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
}

/* Bullets: Platz für drittes Steuerelement (Pause) */
.home-slider-wrap .rsMinW .rsBullets {
  right: 115px;
}

.home-slider-wrap .home-slider-pause {
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  display: block;
  position: relative;
  opacity: 1;
  transition: opacity 0.3s linear;
  font: inherit;
  box-sizing: border-box;
}

.home-slider-wrap .home-slider-pause-icn {
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-left: 3px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  color: #222;
  font-size: 16px;
  line-height: 1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

.home-slider-wrap .home-slider-pause:hover {
  opacity: 0.85;
}

.home-slider-wrap .home-slider-pause:focus-visible {
  opacity: 1;
  outline: none;
}

.home-slider-wrap .home-slider-pause:focus-visible .home-slider-pause-icn {
  outline: 3px solid #76b837;
  outline-offset: 1px;
}

.home-slider-live {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.infoBlock 
{
	top: auto;
  position: absolute;
  bottom: 20px;
  left: 0px;
  max-width: 60%;
  background: #FFF;
  background: var(--ubs-green-invert);
  overflow: hidden;
  padding: 10px 40px 10px 20px;
  
/*  font-family: "PT Sans Narrow",sans-serif; */

  font-family: "Roboto Condensed", sans-serif;
       font-size: 16px;
/*
border-radius:0px 4px 4px 0px;
-moz-border-radius:0px 4px 4px 0px;
-webkit-border-radius:0px 4px 4px 0px;
*/

}

@media screen and (max-width: 768px) {
  .infoBlock a
  {
    font-size: 18px;
  }
  .infoBlock
  {
    font-size: 14px;
    padding: 5px 20px 5px 10px;
  }
  h1.large
  {
    font-size: 21px important!
  }
  h5
  {
    font-size: 14px;
    font-weight: normal;
  }
  .rsBullets {
    display: none;
  }
}


@media screen and (max-width: 400px) {

  .infoBlock a
  {
    font-size: 12px;
  }
  .infoBlock 
  {
    font-size: 12px;
    padding: 2px 2px 2px 2px;
    bottom: 10px;
  }
  
  h1.large
  {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
  }
  
  h1.large a
  {
	      font-size: 18px;
  }
  h5
  {
    font-size: 12px;
  }
  .rsBullets {
    display: none;
  }
}
