@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #f2f2f2;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: 300;
	font-size: 1em;
	background: white;
	width: 100%;
}



* {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
}

/* Container */
main {
	float:left;
	width: 100%;
	margin: 30px 0;
}

article{
	background: #fff;
	width: 100%;
	float:left;
}

section{
	width:100%;
	float: left;
	padding: 2em;
}

/** CONTENT **/
img {
	border-color: black;
}

.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}

/* Navigation */
header {
	width: 100%;
	height: 80px;
	background: #CFC66F;
    display: block;
    margin: 0px;	
	border-bottom: 1px solid #044565;
}
.logo {
	color: #fff;
	font-weight: 300;
	font-size: 2em;
	text-align: undefined;
	width: 380px;
	float: left;
	margin-bottom: 0px;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 3px;
	text-decoration: none;
}
.logo a{
	color: #fff;
	font-weight: 300;
	text-align: undefined;
	letter-spacing: 3px;
	text-decoration: none;
}
.titelliste {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	color: #34383D;
	text-decoration: none;
}
header a#navlink {
	display:none;
	position:absolute;
	top:1em;
	right:2em;
	color: #FFF;
	text-decoration: none;
	font-size: 3em;
	font-weight: 200;
}
nav#navigation{
 	position:absolute;
	float:right;
	text-align: right;
	padding-right: 30px;
	top: 12px;
	width: 100%;
}
#navigation ul {
    list-style-type: none;
	display:inline;
}

#navigation ul li {
	display:inline;
}

#navigation ul li a {
    color: black;
	font-weight: 300;
    margin: 15px;
    text-transform: uppercase;
    font-size: 1.25em;
}

#navigation ul li:hover a, #navigation ul li:active a {
	font-weight: 300;
	color: #FFFFFF;
}

h1 {
	font-weight: 400;	
}
h2 {
	font-weight: 400;	
}
h3 {
	font-weight: 500;	
}
h4 {
	font-weight: 500;	
}

/* Hero Section */
.hero {
	background-color: #60a1c1;
	padding-top: 0px;
	padding-bottom: 0px;;
	background-position: center;
	background-repeat: no-repeat;
}
.light {
	font-weight: 300;
	color: #2F2F2F;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: calc(100%  / 3);
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #2F2F2F;
}
.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}

.text_mitglieder {
	width: calc(100%  / 3);
	text-align: justify;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #2F2F2F;
}
.text_mitglieder b{
	font-weight: 400;
	}
.abs_mitglieder {
	display: inline-block;
	width: 100%;
}
/* Stats Gallery */
.stats {
	color: #2F2F2F;
	margin-bottom: 5px;
}
.gig {
	clear: both;
	display: inline-block;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
}

.gig_in {
	clear: both;
	display: inline-block;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	margin-top: -5px;
	margin-bottom: 0px;
	width: 100%;
}
.gig_part {
	width: calc(100% / 4);
	text-align: left;
	float: left;
	margin-top: 25px;
}
.gig_part  a {
	color: #60A1C1;
	text-decoration: none;

}
.gig .gig_part h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #52BAD5;
}
.gig .gig_part p {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #2F2F2F;
}


/* Parallax Section */
.banner {
	background-color: #044565;
	height: 320px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner a{
	color: #FFF;
	text-decoration: underline;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 100px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 70%;
	float: right;
	font-weight: normal;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -20px;
	margin-left: 0px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	margin: 0px;
	
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}

footer {
	display: inline-block;
}
.hidden {
	display: none;
}
footer figure img {
	max-width: 100%;
	display: block;
}
/* ImgGallery***/

.imgGallery {
	clear: both;
	display: block;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
	width: 100%;
}
.imgGallery_in {
	clear: both;
	padding-top: 25px;
	padding-left: 45px;
	padding-right: 45px;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	margin-top: -5px;
	margin-bottom: 0px;
}

#lightboxWrap {
	padding: 0;
	margin-bottom: 35px;
}
#lightboxWrap p {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.thumbnailh {
	display: inline-block;
	max-width: 12%;
	outline: none;
	margin-left:  0px;
	margin-right: 20px;

}

.thumbnailq {
	display: inline-block;
	max-width: 27%;	
	outline: none;
	margin-left:  20px;
	margin-right: 20px;
}

.thumbnailhr {
	display: inline-block;
	max-width: 12%;
	outline: none;
	margin-left:  20px;
	margin-right: 0px;

}

.thumbnailqr {
	display: inline-block;
	max-width: 27%;	
	outline: none;
	margin-left:  20px;
	margin-right: 20px;
}

.thumbnailWrapper{
	background-color: #000000;
}

.thumbnail1 {
	text-align: left;
	float: left;
	padding-right: 10px;
}
.thumbnail1, .thumbnail2 a {
	color: #60A1C1;
	text-decoration: none;
	display: block;
}

.thumbnail2 {
	text-align: left;
	float: left;
	padding-right: 10px;
}
.thumbnail3 {
	display: none;
	
}
.gallery, .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #52BAD5;
}
.gallery, .thumbnail p {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #2F2F2F;
}

.music_l {
	display: inline-block;
	float: left;
	padding: 0px;
	padding-right: 10px;
	width: 45%;
	max-width: 730px;
}
.music_r {
	display: inline-block;
	float: right;
	padding: 0px;
	padding-right: 10px;
	width: 55%;
}
.music_r, .music_l img{
max-width: 100%;
	
}
.music_in {
	display: flex;
	padding: 0px;
	padding-bottom: 40px;
}


/* Small Desktops *************************************************************************/

@media only screen and (max-width: 1000px) {
.text_column {
	width: 100%;
}
.Gallery_in {
	padding-left: 25px;
	padding-right: 25px;
}
/*.thumbnail {
	width: 50%;
}*/
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 00px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
.imgGallery_in {
	padding-left: 25px;
	padding-right: 25px;
}
.thumbnail1, .thumbnail2 {
	max-width: calc(100% / 4);

}
.music_l {
	width: 25%;
}
.music_r {
	width: 75%;
}
.gig_part {
	width: calc(100% / 2);
}
	
}

/* Small Tablets ***********************************************************/

@media only screen and (max-width: 720px) {
header {
	height: 74px;
}
header h1{
	position: relative;
	display: block;
	width: 100%;
	margin: -66px 0px 0px ;
	padding-top: 00px;
}
header h1 a{
	font-size: 70%;
 	position: inherit;
	display: block;
}
header #logo {
	max-width: 220px;
	margin-bottom: 40px;
	display: block;
}

.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
}
header a#navlink {
	display: block;
	top:.1em;
	right:1em;
	font-size: 2.2em;
}
	
nav#navigation{
	color: white;
	position:relative;
	float:left;
	clear:left; 
	width:100%; 
	padding:0; 
	margin:0;
}
#navigation ul {
	padding:0;
	margin:2%;
	top:0;
	left: 0%;
	width: 100%;
	clear:left;
	text-align: center;
}

#navigation ul li a {
	color: white;
	display:block;
	background:#34383D;
	width:90%;
	padding: 20px 2%;
	font-size:2em;
	border-radius:5px;
}
.gallery_in {
	padding-left: 25px;
	padding-right: 25px;
}
.thumbnail {
	width: 50%;
}
.thumbnail1 {
	max-width: calc(100% / 2);
}
.thumbnail2 {
	display: none;
}

	
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 00px;
	padding-left: 0px;
}	
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
.imgGallery_in {
	padding-left: 25px;
	padding-right: 25px;
}

.thumbnailh {
	max-width: 24%;
	outline: none;
	margin-left:  0px;
	margin-right: 10px;

}

.thumbnailq {
	display: inline-block;
	max-width: 54%;	
	outline: none;
	margin-left:  10px;
	margin-right: 10px;
}

.thumbnailhr {
	display: none;
}

.thumbnailqr {
	display: none;
}
.music_l {
	float: none;
	display: block;
	width: 100%;
}
.music_r {
	float: none;
	display: block;
	width: 100%;
}	
.music_in {
	display: block;
	padding: 0px;
	padding-bottom: 40px;
}	
	
	
}



/* Mobile ***************************************************************/
@media only screen and (max-width: 500px) {

header a#navlink {
	display:block;
	padding-top: 78px;
	
}
header {
	height: 140px;
}
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}

.gallery_in {
	padding-left: 25px;
	padding-right: 25px;
}
.gig_in {
	padding-left: 25px;
	padding-right: 25px;
}
.gig_part {
	width: 100%;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
	
.imgGallery_in {
	padding-left: 25px;
	padding-right: 25px;
}

.thumbnailh {
	max-width: 24%;
	outline: none;
	margin-left:  0px;
	margin-right: 10px;

}

.thumbnailq {
	display: inline-block;
	max-width: 54%;	
	outline: none;
	margin-left:  10px;
	margin-right: 10px;
}

.thumbnailhr {
	display: none;
}

.thumbnailqr {
	display: none;
}	
	
	
	
}

