@charset "UTF-8";

/* *************************************** */
/*      Reset ein paar CSS Einstellungen   */
/* *************************************** */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Exo 2', "Helvetica Neue LT Std 55 Roman", "Helvetica Neue LT Std 55-Roman", "Helvetica Neue LT Std Roman", Helvetica-Neue, "Helvetica Neue", NeueHelvetica, Neue-Helvetica, Helvetica, Arial, sans-serif;
	text-decoration: none;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ul.MenuBarHorizontal ul li {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	margin-bottom: -5px;
}

/* *************************************** */
/*   	   Standard Elemente 			   */
/* *************************************** */
.clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.pink-soft {
	color: #931c5c;
	font-weight: bold;
}

.pink {
	color: #e2007a;
	font-weight: bold;
}

.pink-dark {
	color: #440628;
	font-weight: bold;
}

.black-soft {
	color: #160004;
	font-weight: bold;
}

body {
	background-color: #808C92;
	font-size: 12px;
	line-height: 20px;
	height: 100%;
	width: 100%;
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
}

/* *************************************** */
/*   	  Gesamter Anzeigebereich		   */
/* *************************************** */
.box-all {
	width: 916px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 30px;
	padding-bottom: 0px;
	background-color: #fff;
	margin-bottom: 50px;
}

.box-head {
	height: 400px;
	background-color: #fff;
	width: 904px;
	margin-right: 0;
	margin-left: 0;
	position: relative;
	border: 6px solid #fff;
}

.box-head-up {
	height: 106px;
	width: 904;
	border: 6px solid #fff;
	background-color: #440628;
	background-image: url(../img/farbverlaeufe/verlauf-repeat-x-pink.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.slideshow {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 40;
}

.ente {
	position: absolute;
	top: -30px;
	right: 230px;
}

.logo {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 16;
	height: 106px;
	overflow: hidden;
	width: 235px;
	left: 40px;
	top: -19px;
}
.logo a {
	display: block;
	overflow: hidden;
	width: 235px;
	height: 0;
	padding-top: 106px;
}

/* -------------------------------------------------------------------------------*/
/* Bereich Direkt-Kontakt oben rechts neben Ente  */
.direkt-kontakt {
	background-color: #fff;
	height: 65px;
	width: 182px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	position: absolute;
	z-index: 17;
	top: 0px;
	padding: 10px 15px 20px 15px;
	right: 20px;
}
/* -------------------------------------------------------------------------------*/
/* Bereich Navigation  */
.box-navi {
	height: 40px;
	border:6px solid #fff;
	background-color:#931c5c;
	border-bottom:3px solid #fff;
}
.box-head-navi {
	background-image: url(../img/farbverlaeufe/verlauf-repeat-y-box-head_box-navi.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.box-navi li {
	display: inline;
}


.box-navi a { /*Definition der Links in der Navigation*/
	display: block;
	width: auto;
	float: left;
	height:20px;
	padding:10px 0 10px 0;
	width:127px;
	line-height:16px;
	text-align:center;
	border-right:2px solid #fff;
	font-size: 16px;
	font-weight:600;
	text-transform: uppercase;
	background-color:#931c5c;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.box-navi li:last-child a {
	width:130px;
	border-right:0;
}

.box-navi a:hover, .box-navi a:focus, .box-navi a.active {
	background-color:#440628;
}

/* -------------------------------------------------------------------------------*/
/* Gesamtbereich unten mit Hauptbereich links und Musikerfotos rechts   */

.box-content {
	width: 904px;
	min-height: 789px;
	border: 6px solid #fff;
	background-color: black;
	display: flex; /* Flexbox Layout*/
}

/* -------------------------------------------------------------------------------*/
/* Hauptbereich unten links   */
.start-center {
	/*Hauptbereich untere Hälfte links*/
	flex-grow: 1; /*Nimmt den verfügbaren Platz ein*/
	min-width: 0; /*Verhindert das Überlaufen des Inhalts*/
	border-bottom: 3px solid #fff;
}

.main-content {
	background-color: #440628;
	height: 820px;

	border-top: 3px solid #fff;
	border-right: 6px solid #fff;
	
	padding: 12px; /* Abstand nach innen */
	
	background-image: url(../img/farbverlaeufe/verlauf-repeat-x-pink-dark.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	
	color: #fff;
	overflow: auto;
}

.main-content h2 {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 10px;
}

.main-content h3 {
    font-size: 23px;
    font-weight: 400;
	margin-top: 30px;
    margin-bottom: 10px;
}

.main-content p {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
	margin-bottom: 10px;
}

.main-content a {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}

/* -------------------------------------------------------------------------------*/
/* Bereich rechts mit Musikerfotos   */

.content-right-head {
	width: 230px; 
	background-color:white;
	
	flex-shrink: 0; /* Verhindert, dass der Bereich schrumpft */
	flex-grow: 0; /* Verhindert, dass der Bereich wächst */

	display: flex; /* Flexbox für die Bilder */
	flex-wrap: wrap; /* Ermöglicht Zeilenumbruch der Bilder*/
	align-content: flex-start; /* NEU: Zeilen oben ausrichten */
}

.content-right-bottom{
	background-color: black;
	height: 500px;
	border: 2px solid #fff;
}

/* JH: Bild mit Text bei Hover-Effekt; Bilder der Musiker */
.bild-mit-text {
	position: relative;
	width: 111px;
	height: 111px;
	margin: 2px;
	cursor: pointer;
}

.bild-mit-text img {
	position: relative;
	width: 111px;
	height: 111px;
}

.bild-mit-text .hover-text {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 111px;
	height: 111px;
	background: #931c5c;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	padding: 0;
}

.bild-mit-text:hover img {
	display: none;
}

.bild-mit-text:hover .hover-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* -------------------------------------------------------------------------------*/
/* Seite mit Fotos der Band im Main Content Bereich */
.fotoSammlung {
	flex-shrink: 0; /* Verhindert, dass der Bereich schrumpft */
	flex-grow: 0; /* Verhindert, dass der Bereich wächst */

	display: flex; /* Flexbox für die Bilder */
	flex-wrap: wrap; /* Ermöglicht Zeilenumbruch der Bilder*/
	align-content: flex-start; /* NEU: Zeilen oben ausrichten */

	overflow: auto;
	height: 750px;
}
.einzelFoto {
	margin: 5px;
	border: 3px solid #fff;
	height: 300px;
	width: 300px;
	display: flex; 
    justify-content: center; /* Horizontale Zentrierung des Bildes */
    align-items: center;     /* Vertikale Zentrierung des Bildes */
}
.einzelFoto img {
	max-width: 295px;
	max-height: 295px;
}

.fb_iframe_widget {
	background-color: #fff;
	border-bottom: 0px solid #fff;
	display: inline-block;
	margin-left: 3px;
	position: relative;
	margin-top: 0;
}

/* -------------------------------------------------------------------------------*/
/* Bereich Footer unten, Bild, Kontakt, Impressum   */
.box-foot {
	width: 884px;
	font-size: 12px;
	border:6px solid #fff;
	border-top:0;
	color: #fff;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top:0;
	background-color:#160004;
	position:relative;
	margin-top:-6px;
	cursor: pointer;
}
.box-foot img {
	Position:relative;
	left:-20px;	
	border-bottom:3px solid #fff;
	margin-bottom:2px;	
}
.box-foot a {
	color: #fff;
	padding-right: 4px;
	padding-left: 4px;
}
.box-foot a:hover, .box-foot a:focus {
	color: #e2007a;
}
