@charset "utf-8";


body {
    background-color: #025124;
	margin: 0 auto;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.banner  {
    background-image: url(pics/bg/BannerLogo.jpg);
	
    width: 975px;
    height: 180px;
	margin: auto;
}

.bandlogo {
    float: none;
    width: 541px;
    height: 59px;
    position: relative;
    background-image: url(pics/bg/Bandlogo.png);
    left: 407px;
    top: 153px;
}
.landing  {
    width: 975px;
    height: 100%;
	margin: auto;
}
.subbanner {
    border: 3px solid #000000;
    border-radius: 20px;
	margin-bottom: 20px;
	
}
.nav {
    display: flex;
    background-color: #FFFFFF;
    font-size: 11pt;
    font-weight: bolder;
    color: #50659B;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    border-bottom: 2px solid #000000;
    padding-top: 0px;
}

.nav > div {
    margin-top: 6px;
    margin-left: 30px;
    margin-bottom: 6px;
}
.nav a {
    color: #50659B;
    text-decoration: none;
}
.nav a:hover {
    color: #D99E5C;
}

.content {
    background-color: #CAD9E5;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.footer {
    display: flex;
    background-color: #FFFFFF;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 8pt;
    font-weight: normal;
    color: #A1B1D8;
    border-top: 2px solid #000000;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    padding-bottom: 0px;
    text-align: left;
}
.footer > div {
    margin-top: 3px;
    margin-left: 30px;
    margin-bottom: 3px;
}

.footer a {
    text-decoration: none;	
	color: #A1B1D8;
}

.footer a:hover {
    text-decoration: none;
    color: #4A65A4;
}

h1 {
    
    color: #50659B;
	font-size: 24pt;
    font-weight: bolder;

}
h2 {
    color: #FAFF60;
    font-size: 16pt;
    font-weight: normal;
    text-shadow: 2px 2px 0 #000000;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    text-transform: uppercase;
    text-align: center;
	margin: 0 auto;
}
h3 {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    color: #50659B;
    font-weight: bold;
    font-size: 12pt;
    font-style: italic;
}

p {
    font-size: 10pt;
    color: #788DC3;
	padding-bottom: 20px;
}

.specs{
	margin: 0;
	margin-top: 5px;
	padding: 0;
    font-size: 10pt;
    color: #3F4F76;
    padding-bottom: 6px;
    font-style: italic;
}

.terminarea {
    background-image: url(pics/bg/BBPaufTour14.5.III-4.jpg);
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    background-size: cover;
    height: 100%;
    text-align: center;
    border-bottom: 3px solid #000000;
    border-top: 3pt solid #000000;
    background-position: 0% -94px;
}
.terminarea h1 {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    color: #FFF854;
    font-size: 20pt;
    font-weight: normal;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000,-3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000
		,-3px -1px 0 #000, 1px -3px 0 #000, -3px 1px 0 #000, 1px 3px 0 #000;
}

.termine {
    width: 80%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
	justify-content: center;
	align-items: center;
	
}
.terminrow {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
}

.termin {
    font-size: 20pt;
    font-weight: normal;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    color: #FFFFFF;
    background-color: #000000;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    border-radius: 7px;
}

.floatypic {
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 30px;
    border: 2px solid #000000;
    border-radius: 10px;
    display: inherit;
    overflow-x: hidden;
    overflow-y: hidden;

}

.floatypic2 {
    float: left;
    width: 150px;
    height: 225px;
    margin-right: 30px;
    border: 2px solid #000000;
    border-radius: 10px;
    display: inherit;
    overflow-x: hidden;
    overflow-y: hidden;

}

.squarepic {
    width: 150px;
    height: 150px;
    border: 2px solid #000000;
    border-radius: 10px;
    display: inherit;
    overflow-x: hidden;
    overflow-y: hidden;
	margin-bottom: 18px;
	padding: 0px;

}

.profilepic {
    width: 150px;
    height: 150px;
    border: 2px solid #000000;
    border-radius: 50%;
	margin: 0 auto;
	padding: 0px;
	margin-bottom: 12px;
}

.profilearea{
	width: 99%;
    display: flex;
	padding: 0px;
	margin-bottom: 30px;
	flex-wrap: wrap;
    
}
.profile{
	width: 200px;
	
	display: flex;
	flex-direction: column;
	flex: 1;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	align-content: center;
	align-items: center;
}
.profile p {
  	width: 200px;
 	text-align: center;
	margin: 0 auto;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow {

  margin: 0px;
	background: #000;
padding: 0px;
}
.slideshow-container {
    max-width: 1000px;
    height: 400px;
    position: relative;
    margin: 0 auto;
    background: #000;
    padding: 0px;
    max-height: 400px;
    overflow-y: hidden;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
	
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
	
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
	
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
	
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.Dotnav {
    text-align: center;
	margin: 0 auto;
	padding: 5px;
	background: #000;
}

.button {
    background-color: #FFCE00;
    border-radius: 13px;
    border: 2px solid #000000;
    display: inline-block;
    padding-top: 3px;
    padding-right: 20px;
    padding-bottom: 3px;
    padding-left: 20px;
    -webkit-box-shadow: inset -2px -6px 9px -4px #CF4000;
    box-shadow: inset -2px -6px 9px -4px #CF4000;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #000000;
    font-weight: bolder;
    font-size: 10pt;
    vertical-align: middle;
    margin-top: 2px;
    margin-bottom: 2px;
}

.button a {
    color: #000000;
    text-decoration: none;
}
.button:hover {
	
    background-color: #FF8600;
    -webkit-box-shadow: inset -2px -6px 8px -4px #8A2600;
    box-shadow: inset -2px -6px 8px -4px #8A2600;
}
.button a:hover {
	color: #000000;
    width: auto;
	text-decoration: none;
}

.button2 {
    background-color: #59A3F7;
    border-radius: 13px;
    border: 2px solid #000000;
    display: inline-block;
    padding-top: 3px;
    padding-right: 20px;
    padding-bottom: 3px;
    padding-left: 20px;
    -webkit-box-shadow: inset -2px -6px 9px -4px #0B00CF;
    box-shadow: inset -2px -6px 9px -4px #0B00CF;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #000000;
    font-weight: bolder;
    font-size: 10pt;
    vertical-align: middle;
    margin-top: 2px;
    margin-bottom: 2px;
}

.button2 a {
    color: #000000;
    text-decoration: none;
}
.button2:hover {
	
    background-color: #FF8600;
    -webkit-box-shadow: inset -2px -6px 8px -4px #8A2600;
    box-shadow: inset -2px -6px 8px -4px #8A2600;
}
.button2 a:hover {
	color: #000000;
    width: auto;
	text-decoration: none;
}

.AlbumArea{
    width: 80%;
    margin: 0 auto;
    padding: 13px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #7B90C6;
    border-radius: 18px;
    flex: 1;
    border: 2px solid #414176;
    -webkit-box-shadow: 4px 7px 7px -6px #000000;
    box-shadow: 4px 7px 7px -6px #000000;
}
.Album{
    width: 250px;
    display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;	
    flex-direction: column;
	margin: 0 auto;
    padding: 10px;
}
.Albumtitel{
    width:140px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex: 1;
    flex-wrap: wrap;
    text-align: center;
    font-size: 90%;
    padding-bottom: 10px;
    color: #FAFF60;
    font-weight: normal;
    text-shadow: 2px 2px 0 #000000;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    text-transform: uppercase;
    margin: 0 auto;
}
.videoarea{
	width: 99%;
    display: flex;
	padding: 0px;
	margin-bottom: 30px;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
    
}
.videoframe {
    width: 364px;
    height: 204px;
    border: 2px solid #000000;
    padding: 0px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
	
}

.iframe {
	width: 360px;
	height: 200px;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@media (max-width : 1000px ){
	body{
		
	}

	.banner  {
		background-image: url(pics/bg/Banner_mid.jpg);
		width: 720px;
		height: 133px;
		margin: auto;
	}

	.bandlogo {
		float: none;
		width: 400px;
		height: 44px;
		position: relative;
		background-image: url(pics/bg/Bandlogo_mid.png);
		left: 295px;
		top: 112px;
	}
	.landing  {
		width: 720px;
		height: 100%;
		margin: 0 auto;
	}
	
	.floatypic {
    	float: left;
		margin: 0 auto;
		margin-right: 20px;
		margin-bottom: 7px;
	}
	
	.AlbumArea{
		width: 95%;
		margin: 0 auto;
		padding: 13px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		background-color: #7B90C6;
		border-radius: 18px;
		flex: 1;
		flex-wrap: wrap;
	}
	
	.terminarea {
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 20px;
		padding-left: 5px;
		background-size: cover;
		height: 100%;
		text-align: center;
		border-bottom: 3px solid #000000;
		border-top: 3pt solid #000000;
		background-position: 0% 0px;
	}
}

@media (max-width : 750px ){
	h1 {
		text-align: center;
	}
	p {
		text-align: center;
	}
	.nav {
    	justify-content: center;
	}
	.nav > div {
		margin-left: 10px;
		margin-right: 10px;
	}

	.banner  {
		background-image: url(pics/bg/Banner_small.jpg);
		width: 300px;
		height: 80px;
		margin: auto;
	}

	.bandlogo {
		float: none;
		width: 300px;
		height: 30px;
		position: relative;
		background-image: url("pics/bg/Bandlogo_small.png");
		left: 0px;
		top: 63px;
	}
	.landing  {
		width: 300px;
		height: 100%;
		margin: 0 auto;
	}
	.content {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.slideshow-container {
		max-width: 300px;
		height: 170px;
		position: relative;
		margin: 0 auto;
		background: #000;
		padding: 0px;
		max-height: 400px;
		overflow-y: hidden;
	}
	
	.floatypic {
    	float: none;
		margin: 0 auto;
		margin-bottom: 7px;
	}
	.button {
		text-align: center;
		font-weight: bolder;
		font-size: 10pt;
		vertical-align: middle;
		margin: 0 auto;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	.terminrow {
		flex-direction: column;
	}

	.termin {
		font-size: 12pt;
	}
	
	
	.terminarea {
		padding-top: 10px;
		padding-right: 5px;
		padding-bottom: 20px;
		padding-left: 5px;
		background-size: cover;
		height: 100%;
		text-align: center;
		border-bottom: 3px solid #000000;
		border-top: 3pt solid #000000;
		background-position: 0% 0px;
	}
	.terminarea h1 {
		font-size: 18pt;
	}

	.termine {
		width: 90%;
	}

	.AlbumArea{
		width: 95%;
		margin: 0 auto;
		padding: 13px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		background-color: #7B90C6;
		border-radius: 18px;
		flex: 1;
		border: 2px solid #414176;
		-webkit-box-shadow: 4px 7px 7px -6px #000000;
		box-shadow: 4px 7px 7px -6px #000000;
		flex-wrap: wrap;
	}
	.Album{
		margin-bottom: 25px;
	}
	
	.iframe {
		width: 270px;
		height: 150px;
	}
	
	.videoframe {
		width: 274px;
		height: 154px;
	}
	
	.footer{
		margin: 0 auto;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.footer > div {
		margin-top: 3px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 3px;
	}

}
