/* GENERAL STYLE */

body{
  background-image: url(images/bg.jpg);
  background-color: #2E2E2E;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 100;
  margin: 0em;
  padding: 0em;
  background-attachment: fixed;

}

h1{
    font-size: 4em;
    font-family: Helvetica;
    font-weight: 100;
    color: white;
    margin:0em;
	  text-align: center;
}

h2{
    font-size: 3em;
    line-height: 1.8em;
    font-family: Helvetica;
    font-weight: 100;
    color: white;
    margin:0em;

    text-align: center;

}

h3{
    font-size: 1.5em;
    text-align: center;
    font-family: Helvetica;
    font-weight: 100;
    color: white;
    margin:0em;
    padding: 0.563em;
    font-weight: bold;

}

h4{
    font-size: 1em;
    font-family: Helvetica;
    text-align: center;
    font-weight: 100;
    color: white;
    margin:0em;
}

tr{
  margin-left: auto;
  margin-right: auto;

}

td{
    font-size: 1.25em;
    font-family: Helvetica;
    font-weight: 100;
    color: white;
    text-align: left;

}

ul{
    margin: 0px;
    padding: 0px;
}

p{
    line-height: 1.6em;
    font-size: 1.25em;
    font-family: Helvetica;
    font-weight: 100;
    color: white;
    margin:0em;
    padding: 1.25em;
    text-align: center;

}


/* MAIN STYLE */

#nav{
    display: block;
    height: 6em;
    background-color: rgba(45,45,45,.5);
    text-align: right;
    position: fixed;
    top: 0;
    width: 100%;

	  padding: 10px 0px;

}

#nav ul{
    display: block;
    margin-right: 2em;
}

#nav ul li{
    display: inline;
    margin:0em 0.188em 0em 0.188em;
}

#nav ul li a{
    color: white;
    text-decoration: none;
    font-size: 1.125em;
    line-height: 4.5em;
    padding: 0.536em 0.5em 0.375em 0.5em;

}

#nav ul li a:hover{
    border-bottom: 0.118em solid #FFFF00;

}

#nav ul li a.active{
    border-bottom: 0.118em solid #FFFF00;

}

li{
  list-style: none;
  font-family: Helvetica;
  font-weight: 1.25em;
  color: black;
  margin: 0em;
  text-align: right;
  margin: 0.313em 0em 0.313em 0em;

}

#main{
	margin-top: 10em;

}

#main img{
	display: block;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;

}

#main-gal{
	margin-top: 10em;

}

#main-gal img{
	display: block;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;

}

#mainhead{
  text-align: center;
  margin-top: 10em;

}

#mainhead h1{
	color: yellow;

}

#mainhead img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 30%;

}


#mainbody{
	margin-top: 4em;
	padding-top: 2em;
  padding-bottom: 2em;
	background-image: url("images/bg-band.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

#mainbody img{
    width: 70%;
    border-radius: 5px;

}

#mainbody h1{
	padding-bottom: 0.35em;
}

.bpic{
	padding-top: 5em;
	margin-left: auto;
	margin-right: auto;

}

.gruppenbild{
	padding-top: 1em;

}

#termin{
  background-image: url("images/bg2.jpg");
  background-position: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 15em;
  padding-bottom: 15em;

}

#dates-main{
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
  font-size: 1.4em;
}

#kontakt{
  margin-left: auto;
  margin-right: auto;

}

#biografie{
  margin-left: auto;
  margin-right: auto;
}

#dates{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  font-size: 1.3em;
}


#footer{
  background-color: #585858;
  padding-top: 1em;
  padding-bottom: 1em;

}

#footer th{
    font-size: 1.5em;
    font-family: Helvetica;
    font-weight: 100;
    color: yellow;
    margin:0em;
    text-align: center;
    padding-top: .5em;
    padding-bottom: .5em;

}

#footer td{
    font-size: 1.25em;
    font-family: Helvetica;
    font-weight: 100;
    color: white;
    margin:1em;
    padding: 1em 0em 1em 0em;
    text-align: center;

}

.fussleiste{
  margin-left: auto;
  margin-right: auto;

}

#footer a{
  color: yellow;
  font-family: Helvetica;
  text-decoration: none;
  padding: .5em .3em .5em .3em;

}

#logo{          /*HandyLogo*/
  float: left;
  margin-left: 0.875em;
  margin-top: 1.5em;
  width: 90px;
  height: 66px;
}

#logo-phone{    /*Desktop Logo*/
  float: left;
  margin-left: 0.875em;
  margin-top: 0.35em;
  width: 140px;
  height: 100px;
}


#mbutton{
  width: 50px;
  height: 50px;
  margin: 20px;
}

/* gallery */

/*
.row > .column {
  padding: .5em .5em;

}

.row:after {
  content: "";
  display: table;
  clear: both;

}

*/

/* Create four equal columns that floats next to eachother */
.column {
  width: 33.333%;
  box-sizing: border-box;
}

.row{
  display: flex;
  flex-basis: 50px;
  row-gap: 8px;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;

}

.collumn{
  flex-grow: 3

}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #151515;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 3000px;
  max-height: 2000px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: gray;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-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);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* RESPONSIVE DESIGN */

@media screen and (min-width:700px){
    #nav.nav{
        display: block !important;
    }
}


@media screen and (min-width:700px){
  #menuebar{
    display: none;
  }
  #nav{
    transition: .2s;
  }
  .column{
    float: left;
    width: 33.333%;
  }
}

@media screen and (max-width:700px){
  body{
    font-size: 85%;
  }

  #footer{
    font-size:  85%;
  }

  #menuebar{
    display: block;
    background-color: rgba(45,45,45,.5);
	  position: fixed;
	  top:0;
    width: 100%;
    transition: 0.3s;
    padding: 5px 0px;
  }

  #logo-phone{
    display: none;
  }

    #mainhead img{
        min-width: 200px;
    }

  #nav{
    display: none;
    height: auto;
    margin-top: 8.2em;
  }

  #nav ul li{
    display: block;
  }

  #band img{
	  max-width: 500px;
	  display: block;

  }

  #main{
	  margin-top: 5em;

  }

  #band td{
	  display: inline-block;
  }


  #footer td{
		display: block;
		padding: 5px;
		width: 100%;
	}



  .column{
    width: auto;
  }

  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.0);
  }
}
