@charset "UTF-8";
/********************/
/*   w3lmen.css     */
/*   21.05.2024     */
/* sm               */
/********************/

/* leesmen - Cascading Style Sheet */

/* Comments:
> Last Update:
> 10Jun24
> 26May25: Added .lmcontact class  
*/

:root {
/* background colors */
  --col_bck: #FFFDE0;
  --col_bot: #FCD6A7;
  --black: rgba(0, 0, 0, 0.8);

/* Shirt colors */
  --col_purple_l: #D3C2E2;
  --col_purple_d: #C7B6DA;
  --col_green_l: #8BA985;
  --col_green_d: #9BB08F;
  --col_yellow_l: #DFDCA7;
  --col_yellow_d: #BFBE86;
  --col_lblue_l: #82AACE;
  --col_lblue_d: #037FC5;
  --col_dblue_l: #314872;
  --col_dblue_d: #173A60;
}

body,h1,h2,h3,h4,h5,h6 {
  font-family: "Poppins", sans-serif;
}

body, html {
  border: 0;
  padding: 0;
  margin: 0;
  
  height: 100%;
  background: var(--col_bck);
  font: 400 15px/1.8 "Poppins", sans-serif;
  color: #777;
  
  line-height: 1.8;
  scroll-behavior: smooth;
}

/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
  background-attachment: fixed;		/* nails the scroll background */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg-1 {
  background-image: url("../img/lmband_001.jpg");
  min-height: 1500px; /*100%;*/
  background-position-y: top;
}

.bgimg-2 {
  background-image: url("../img/lmband_003.jpg");
  min-height: 100%;
}

.bgimg-3 {
  background-image: url("../img/lmband_002.jpg");
  min-height: 100%;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-width: 1600px) {
  .bgimg-1 {
    min-height: 100%;
    background-position-y: top;
  }
  .bgimg-2 {
	min-height: 80%;
  }
  .bgimg-3 {
	min-height: 85%;
  }
  .gigrow {
    margin-bottom:0px;
  }
  .songtxt {
    font-size:1.2vw;
  }
}

@media only screen and (max-width: 750px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;		/* Now the background pics scroll */
  }
  .bgimg-1 {
    min-height: 55%;
  }
  .bgimg-2 {
    min-height: 40%;	  
  }
  .bgimg-3 {
    min-height: 55%;	  
  }
  .gigrow {
    margin-bottom:10px;
  }
  .authtxt {
    font-size:10px;
  }
}

@media only screen and (max-width: 600px) { 
  .bgimg-1 {
	background-image: url("../img/lmband_001s.jpg");
	min-height: 52%;
    /*background-size: contain;*/
  }
  .bgimg-2 {
	background-image: url("../img/lmband_003s.jpg");
	min-height: 30%;
    /*background-size: contain;*/
  }
  .bgimg-3 {
	background-image: url("../img/lmband_002s.jpg");
	min-height: 45%;
    /*background-size: contain;*/
  }
  .modalimg {
    margin-bottom:6px;
  }
  .songtxt {
    font-size:18px;
  }
  .authtxt {
    font-size:14px;
  }
  .h2_imprint {
    font-size:4vw!important;
  }
  .p_imprint {
    font-size:2.8vw!important;
  }
  .tab_imprint td {
    font-size: 2.8vw!important;
  }
}


/******************* topnav ********************/
.topnav {
  margin-left: 0%;
  /*position: absolute;*/ 	/*fixed - topnav follows scroll*/
  font-size: 22px;
  /*color: var(--col_bck);*/
  transition: all 0.3s ease;
}

.topnav:hover {
  /*color:#f00!important;*/
  background-color: transparent!important;
}


/******************* band & member ******************/
.lmband {
  background-color: var(--col_lblue_l);
  color: #333;
  max-width: 100%;
  padding: 0px 6vw;
}

.lmband p {
  font-size: 18px;
}

.lmmod-content {
 width:1000px;
}

.lmmod-header {
  background: var(--col_green_d);
  color: black;
  font-weight: bold;
/*  display: flex;
  height: 2vh;
  align-items: center;
  justify-content: space-between; */
}


/********************** media *******************/
.lmmedia {
  background-color: var(--col_green_d);
  color:#111;
  max-width: 100%;
  padding: 0px 6vw;
/*
  text-align:center;
  text-align:justify; 
  padding: 2px 2vw;
  height: 76vh;
  overflow-x:auto;
*/
}


/******************* youtube ********************/
.yt_container {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 0px;
}

.yt_link {
  border: 0px solid #ccc;
  float: center;
  transition: all 400ms ease;
  cursor: pointer;
}

.yt_link:hover {
 transform: scale(1.05, 1.05);
}

.yt_link .yt_link_img {
  width: 100%;
  max-width: 272px;
  height: auto;
}

.yt_link .yt_link_desc {
  font-weight: bold;
  color: #222;
  padding: 4px;
  text-align: center;
}


.yt_player_overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: all 600ms ease;
}

.yt_player_overlay.active {
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
}

.yt_player_popup {
  position: fixed;
  top: 8%;
  width: 80%;
  left: 50%;
  transform: translate(-50%, -100%);
  transition: all 400ms ease;
}

.yt_player_overlay.active .yt_player_popup {
  transform: translate(-50%, 0);
}

.yt_player_popup iframe {
  z-index: 3;
  width: 100%;
  aspect-ratio: 16/9; 
}


/********************** contact *******************/
.lmcontact {
  display: none;
/*
  z-index: -1;
  visibility: hidden;
*/
}


/********************** footer *******************/
.lmfooter {
  background-color: var(--col_bot);
  color:#111;
  max-width: 100%;
  padding: 0px 6vw;
/*
  text-align:center;
  text-align:justify; 
  padding: 2px 2vw;
  height: 76vh;
  overflow-x:auto;
*/
}

.botnav {
  margin-left: 0%;
  font-size: 22px;
  color: var(--col_dblue_d)!important;
  transition: all 0.3s ease;
}

.botnav:hover {
  background-color: transparent!important;
}


/******************* iconbar ********************/
.iconbar {
  /*overflow: hidden;*/
  background-color: transparent;
}

.iconbar a {
  color: var(--col_dblue_d);
  transition: all 0.3s ease;
}

.iconbar a:hover {
  color: green;
}


/******************* imprint ********************/
.tab_imprint td {
  border: 0px solid black;
  vertical-align: top;
  padding-right: 20px;
}

.tab_imprint a {
  color: var(--col_dblue_d);
}

.tab_imprint a:hover {
  color: green;
}


/****************** intranet *******************/
.lmeninet {
  margin-left:15%;
}
/*
#content {
  min-height: 860px;
  margin: -24px -8px -16px 253px;
}
*/

#overview {
  font-weight: bold;
  width: 640px;
  border: 1px solid black;
  border-collapse: collapse;
}

#overview tr {
  background-color: #ffffff; }
  
#overview td {
  border: 1px solid #000000;
  text-align: left;
  padding: 5px; }
  

#nextgigs {
  border-collapse: collapse;
  width: 94%; }
  
#nextgigs th {
  color: black;
  background-color: var(--col_lblue_l); }

#nextgigs td, th {
  border: 1px solid #000000;
  text-align: left;
  padding: 5px; }

#nextgigs tr:nth-child(even) {
  background-color: #dddddd; }

#nextgigs tr:nth-child(odd) {
  background-color: #ffffff; }
  
  
#gigbook {
  border-collapse: collapse;
  width: 94%; }
  
#gigbook th {
  color: black;
  background-color: var(--col_lblue_l); }

#gigbook td, th {
  border: 1px solid #000000;
  text-align: left;
  padding: 5px; }

#gigbook tr:nth-child(even) {
  background-color: #dddddd; }

#gigbook tr:nth-child(odd) {
  background-color: #ffffff; }


#songbook {
  border-collapse: collapse;
  width: 80%; }
  
#songbook th {
  color: black;
  background-color: var(--col_lblue_l); }

#songbook td, th {
  border: 1px solid #000000;
  text-align: left;
  padding: 5px; }

#songbook tr:nth-child(even) {
  background-color: #dddddd; }

#songbook tr:nth-child(odd) {
  background-color: #ffffff; }


#myprofile {
  font-weight: bold;
  width: 480px;
  border: 0px solid #000000;
  border-collapse: collapse; }
  
#myprofile td {
  border: 0px solid #000000;
  text-align: left;
  padding: 5px; }
  

#fregister {
  width: 520px;
  border: 0px solid black;
}
