@charset "UTF-8";
/* CSS Document */



/* ALLGEMEIN */
h1 {
	font-size:1.3em;
	border-bottom:3px double #D1B885;
	margin-bottom:3px;
	padding-bottom:3px;
	color:#6E4507;
}
h2 {
    background-color:#5D843F;
    padding: 5px 0 5px 0;
	margin:5px 0 5px 0;
    text-align:center;
	font-size:1em;
	color:white;
}
h3 {margin:10 0 0 0;
	font-size:1.1em;
	color:#6E4507;

}
h4 {margin:10 0 0 0;
}

.bold {font-weight:bold;
		color:#68440A;}
.w_max100 {max-width:100%} 

 
a {color: #bb3411; text-decoration: none; font-weight: bold;}
a:hover { color:#FF0000;} 

.left {float:left;}
.right {float:right!important;}
 


img {	margin:3px;}



/*Begin Formatierungen für giglist table*/
table, td, th {
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #aaa;
}

th {
  background-color: #5D843F;
  text-align:center;
  color: white;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table img{margin-right:3px;}
em {color:#666666}
/*End Formatierungen für giglist table*/


div.frontpage {
	width:90%;
	margin:auto;
	}
div.fromtpage img {
	float:left;
    margin:0 7px 7px 0;
	}	
div.frontpage:after {
  content: "";
  display: table;
  clear: both;
}
div.frontimg {
  float: left;
  text-align: center;
  width:50%;
}

/*BEGIN DIV BOX---------------*/
div.box {	
	padding:5px 0 5px 0px;
	overflow:auto;
}
div.box h3 {
	margin:2px 0 1px 0;
	padding:3px 0;
	}
div.box h4 {
	margin:10px 0 1px 0;
	padding:3px 0; 
	}	
div.box img {
	float:left;
	margin:0 7px 7px 0;
}
div.box p {
  margin-top:5px;	
}

@media only screen and (max-width: 500px){
div.box img {
  max-width: 50%;
  height: auto;
  display:block;}
}
.w30perc {
	max-width:30%;
	height:auto;
	}  

/*END DIV BOX------------*/


.center {text-align: center !important;}

@font-face {
  font-family: 'writing2';
  src: url('images/graphics/writing2.ttf');
}
.writing2 {
	font-family: 'writing2';
	font-weight:bold;
	}

.borderbr {border: 5px double #D1B885 !important;}


/*BEGIN flex container für Discography (ohne), Band,  etc*/
.flex-container {
  display: flex;
  flex-wrap: wrap;
}

/*hier KEINE Breite möglich (ergibt Fehler, da Breite im individuellen style festgelegt wird)*/
.flex-container > div {
  padding: 4px;
  text-align: center;
} 

/* Clear floats after rows */ 
.flex-container:after {
  content: "";
  display: table;
  clear: both;
}
/*END flex container  */


/*Breite der 1.divs der flexbox für verschiedene Seiten.
 */
div.mainpage { 
}
div.lps {
	float:left;
	width:25%;
	}
div.lps img {width:100%}

div.sgls {
	float:left;
	width:25%;
	}
div.cds {
	float:left;
	width:25%;
	}

div.desc {
  padding: 0 5px 5px 5px;
}

/*BEGINN DIV GALLERY*/
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 600px){
	div.mainpage { /*test test test test*/
	width:90%;
	margin:5px;
	}
div.mainpage img {
  width: 40%;
  float:left;
}	
div.desc {
	width:100%;
}
div.desc1 {
	width:50%;
	float:right;
}	
}

/* Responsive layout - stacks images on top of each other in groups of 2 */
@media screen and (max-width: 500px) {
  div.lps {
    width: 50%;
  }
  div.sgls {
    width: 50%;
  }  
  div.cds {
    width: 50%;
  }  
}

/*ENDE DIV GALLERY*/


.img-container {
  float: left;
  width: 30%;
}

