@charset "utf-8";
/* CSS Document */
#bioText1 {
	text-align: justify;
	font-size: 100%;
	line-height: 140%;
	padding-left: 5%;
	padding-right: 5%;
	margin-left: 0;
}
#bioText1 h1 {
	font-family: "classico-urw", Arial, Helvetica, sans-serif;
font-weight: 400;
font-style: normal;

	font-size: 110%;
	line-height: 110%;
	text-transform: uppercase;
	width: 90%;
	padding-top: 15px;
	color: #6699CC;
	display: block;
}
#bioText1 h1.topTitle {}
#bioText1 h2 {
	font-family: "classico-urw", Arial, Helvetica, sans-serif;
font-weight: 400;
font-style: normal;

	font-size: 110%;
	line-height: 110%;
	width: 90%;
	margin-top: 10px;
	color: #339999;
	display: block;
}
#bioText1 .year {
	width: 100%;
	margin: 0;
}
.year {
	text-align: left;
	display: block;
	margin: 0;
}
#KunstlerName {
	text-align: center;
	font-family: "classico-urw", Arial, Helvetica, sans-serif;
font-weight: 500;
font-style: normal;

	font-size: 200%;
	line-height: 110%;
	color: #099;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 10px;
}
.carousel-inner {
	padding: 0 0 30px 0;
	background-color: #b1b1b1
}
.carousel-caption {
	bottom: -20px;
	left: 5%;
	right: 5%;
	padding-bottom: 0;
	color: #fff;
	text-align: center;
	z-index: 10;
	font-size: 100%;
	line-height: 120%;
}
.carousel-caption.captionTitle {
	position: absolute;
	right: 15%;
	top: -12px;
	left: 15%;
	z-index: 12;
	padding-top: 0;
	padding-bottom: 5px;
	color: #fff;
	text-align: center;
}
#galerienote {
	font-size: 80%;
	line-height: 70%;
	color: #009999;
}
.carousel-control-prev {
	left: -10px;
}
.carousel-control-next {
	right: -10px;
}
/* Extra small devices (portrait phones, less than 576px)
 No media query since this is the default in Bootstrap*/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	#bioText1 {
		max-height: 6000px;
	}
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	#bioText1 {
		max-height: 6000px;
		margin-top: 30px;
	}
	#bioText1 h1 {
		font-size: 160%;
		margin-top: 0;
	}
	#bioText1 h2 {
		font-size: 120%;
	}
	.year {
		font-size: 120%;
	}
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	#bioText1 {
		max-height: 455px;
		margin-top: 0;
		overflow: hidden;
		padding-left: 2%;
		padding-right: 2%;
	}
	#bioText1 h1 {
		font-size: 160%;
		margin-top: 0;
	}
	#bioText1 h2 {
		font-size: 120%;
	}
	.year {
		font-size: 120%;
	}
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	#bioText1 {
		max-height: 540px;
		margin-top: 0;
	}
	#bioText1 h1 {
		font-size: 160%;
	}
	#bioText1 h2 {
		font-size: 124%;
	}
	.year {
		font-size: 124%;
	}
}
