/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* Extensions
----------------------------------------------------------------------------------------------------*/

/* Bottom-B Custom Module Backgrounds
----------------------------------------------------------------------------------------------------*/


.home-hint {
  margin: -10px!important;
  padding: 20px 120px 10px 20px;
  background-position: 100% 0;
  background-repeat: no-repeat;
}

.home-hint { background-image: url(../../../images/banner_termine2.jpg); }


/* Bottom-B Custom Module Backgrounds
----------------------------------------------------------------------------------------------------*/

.demo-box1,
.demo-box2,
.demo-box3,
.demo-box4,
.demo-box5,
.demo-box6,
.demo-box7,
.demo-box8 {
  margin: -10px!important;
  padding: 20px 120px 10px 20px;
  background-position: 100% 0;
  background-repeat: no-repeat;
}

.demo-box1 { background-image: url(../../../images/video/bittebitte.png); }
.demo-box2 { background-image: url(../../../images/video/saragossa.png); }
.demo-box3 { background-image: url(../../../images/video/fluchdkaribik.png); }
.demo-box4 { background-image: url(../../../images/video/summerof69.png); }
.demo-box5 { background-image: url(../../../images/video/healtheworld.png); }
.demo-box6 { background-image: url(../../../images/video/pic/bg_box2.png); }
.demo-box7 { background-image: url(../../../images/video/pic/bg_box1.png); }
.demo-box8 { background-image: url(../../../images/video/pic/bg_box2.png); }


/* Hintergrund SHOWtime Ausz¸ge
----------------------------------------------------------------------------------------------------*/


.show-hint {
  margin: -10px!important;
  padding: 20px 120px 10px 20px;
  background-position: 100% 0;
  background-repeat: no-repeat;
  z-index:1;
}

.show-hint { background-image: url(../../../images/sound/CD_SHOWtime.png); }


/* Hintergrund Danksagung schauorchester
----------------------------------------------------------------------------------------------------*/

.sound-hint,
.dank-hint {
  margin: -10px!important;
  padding: 20px 120px 10px 20px;
  background-position: 100% 0;
  background-repeat: no-repeat;
  z-index:1;
}

.dank-hint { background-image: url(../../../images/sound/schauorchester_weimar.png); }
.sound-hint { background-image: url(../../../images/sound/video_bild_sound.png); }



/* runde Ecken an Pic
————————————————————— */

#rund
	{
	-moz-border-radius:3px 15px 5px 30px; /* Firefox */
	-webkit-border-radius:3px 15px 5px 30px; /* Chrome, Safari */
	-khtml-border-radius:3px 15px 5px 30px; /* Konqueror */
	border-radius:3px 15px 5px 30px; /* CSS3 */
	behavior:url(border-radius.htc); /* Internet Explorer */
}