/* --------------------------------------- */
/* BASIC SETUP */
/* --------------------------------------- */

* {
    padding: 0;
    box-sizing: border-box;
}

@font-face {
  font-family: "trajan";
  src: url("../fonts/trajan.otf");
}


html {
  scroll-behavior: smooth;
}

html,
body {
    background-color: #400909;
    color: #f8f8f8;
    font-family: sans-serif, 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    }

main { 
	
}

.r-l { 
	display: flex;
	justify-content: space-between;
}

nav a, h1, h2, h3, .footer-links { font-family: 'trajan', 'Arial', sans-serif; }
h1 { font-size: 1.5rem; }
h2 { font-size: 1.5rem; margin-bottom: 15px; }
h3 { font-size: 20px; }
h4 { font-weight: normal; }

blockquote { line-height: 1.4; margin-bottom: 3em; }
p {
	font-size: 0.9rem;
	line-height: 1.4;
	font-family: sans-serif;
	}
label { font-size: 1rem; }
.gelb { color: #ffd238; }

/* --------------------------------------- */
/* REUSABLE COMPONENTS */
/* --------------------------------------- */
.box {
    padding: 120px 60px;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

section {
   }

/* ----- GENERIC LINKS ----- */

a:link,
a:visited {
    text-decoration: none;
    color: #fff;
    transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active {
    color: #888;
}


/* ------------------------------------------------*/
/* HEADER   */
/* ------------------------------------------------*/


header {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url(../img/h11.png); 
	background-size: cover; 
	background-position: center top;
        height: 140vh;
	position: relative;
}
@media screen and (max-width: 768px) {
	header {
		background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7)), url(../img/loloverticalabajo.png); 
	
        height: 140vh;
		position: relative;
		
	}
  }
.krone, .subtitle, .godsave-logo {
	width: 60%;
	max-width: 880px; 
	margin: 0 auto; 
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

  
.krone img { max-width: 880px; width: 80%;margin-top: -20px; }
.godsave-logo img { max-width: 580px; width: 86%; margin-top: 0px;} 

.main-nav-list {
	display: flex;
	justify-content:space-evenly;
	align-items: center;
	margin: 0 auto; 
	max-width: 1140px; 
   	 padding-bottom: 30px;
   	 list-style: none;
}
.social-menu {
	display: flex;
	gap: 20px;
	justify-content:space-evenly;
	align-items: center;
	margin-left: 15px;
	padding: 30px 0;
   	list-style: none;
}

.main-nav-link:link,
.main-nav-link:visited {
	  display: inline-block;
	  text-decoration: none;
	  border-bottom: 1px solid #b218c0;
	  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
	  color: #b218c0;
}

.fa.main-nav-link {border: none;}

.mini-logo {
	display: none;
	}

/* MOBILE */
.btn-mobile-nav {
	  border: none;
	  background: none;
	  cursor: pointer;
	  display: none;
}

.icon-mobile-nav {
	  height: 3.1rem;
	  width: 3.1rem;
	  color: #fff;
}

.icon-mobile-nav[name="close-outline"] {
	color: #333;
  	display: none;
}

/* STICKY NAVIGATION */
.sticky  {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 4rem;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 9999;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.8);
}

.sticky a { color: #333;}
.sticky .main-nav-list {
   	 padding: 0 0;
}
.sticky .main-nav-link {border: 0; }

.sticky .mini-logo {display: inline-block; margin-top: 5px;}

.sticky  {
 /* margin-top: 9.6rem;*/
}

/* ------------------------------------------------*/
/* NEWS   */
/* ------------------------------------------------*/
.section-news {
	background: #111;
	width: 100%;
	padding: 0;
	border-top: 6px solid #430000;
	border-bottom: 6px solid #430000;
}
.view { display: block; }
.news-box {
	background-color:rgba(0, 0, 0, 0.6);
	max-width: 1140px;
    	width: 100%;
    	margin: 0 auto;
    	padding: 30px 60px;
	}

#newsheader { color: #f8f8f8; text-align: left;}
.news-box h1 { letter-spacing: 3px;
	 }
.news-box h2 { 
	text-align: center;
	color: #ffd238;
	font-size: 200%;
	}
.news-links {
	background: #280505;
	padding: 20px;
}
.news-rechts {
	background: #180909;
	padding: 20px;
}
.news-links h2 { margin: 0; }
.news-rechts p { padding: 0;}

.newsbreak { display: none; }

/* ------------------------------------------------*/
/* CONCERTS   */
/* ------------------------------------------------*/
.section-concerts {
    background-image: linear-gradient(rgba(0, 0, 0, 0.301), rgba(0, 0, 0, 0.438)), url(../img/h12.jpg);
    background-size: cover;
	background-position: center; 
    
    background-repeat: no-repeat; 
}
.section-past-concerts { 
    	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/h2.jpg);
	background-size: 100%; 
   	background-position: top center; 
  	background-repeat: no-repeat;
	background-color: #000;
}
.concerts-box {
	background-color:rgba(0, 0, 0, 0.6);
}

.month {
	margin-top: 15px;
	border-top: 1px solid #8b2828;}
.section-concerts p { margin: 1px 0px; }
.event {
	margin: 14px 0px;
}
.date-row {
	display: flex;
	align-items: center;
}
.ticket {
	margin-left: 20px;
	padding: 2px 8px;
	border: 1px solid #333;
	background-color: #d60303;
	box-shadow: 5px;
	border-radius: 4px;
	font-size: 85%;
}

/* ------------------------------------------------*/
/* GALLERY   */
/* ------------------------------------------------*/
.section-gallery {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)), url(../img/h13.jpg); 
	background-size: cover; 
	background-position: center right;
	background-repeat: no-repeat; 
}
.gallery-box {
	background-color:rgba(0, 0, 0, 0.2);
}

.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3%;
  margin-top: 20px;
}
/*.gallery::after {
  content: "";
  width: 160px;
}*/

.gallery-img {
  display: block; 
  width: 100%; 
  max-width: 170px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0px;
  margin-bottom: 8%; 
}

.r-l p {padding: 1px 10px; border: 1px solid  #333; border-radius: 6px;} 
.rl-link { background-color: rgba(255, 255, 255, 0.2); }

/* ------------------------------------------------*/
/* Audio  */
/* ------------------------------------------------*/
.section-audio {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)), url(../img/tunel.gif);
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat; 
}
.audio-box {
	background-color:rgba(0, 0, 0, 0.4);
}
.mp3 {
	display: flex;
	justify-content: space-between;
	margin-top: 2em;
	margin-bottom: 3em;
	}
.mp3 div { width: 45%; }

.mp3 p { margin: 6px; }
audio {
 width: 100%;
 height: 36px;
 margin-bottom: 16px;
 border:1px solid #333;
 border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
-webkit-border-radius: 4px;
}


/* ------------------------------------------------*/
/* BAND  */
/* ------------------------------------------------*/
.section-band {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)), url(../img/h14.jpg);
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat; 
    
}
.band-box {
	background-color:rgba(0, 0, 0, 0.4);
}
.band {
	margin: 4em auto;
	width: 100%;
	/*padding-bottom: 80px;*/
	}
.musician {
	width: 98%;
	display: flex;
	gap: 40px;
	margin: 3em 0em;
	}
.harry { justify-content: flex-start; }
.stefan { justify-content: flex-end; text-align: right;}
.chris { justify-content: flex-start; }
.piid { justify-content: flex-end; text-align: right;}
.sebastian { justify-content: flex-start; }

.musician img { width: 160px; }
.musician h3 { margin-top: 0; }
.musician h3 { margin-bottom: 20px; color: #ffd238; font-size: 25px; }

p.m-foto-copy {
	font-size: 10px;
	color: #888;
	margin: 1px 0px;
	}

/* ------------------------------------------------*/
/* INFO   */
/* ------------------------------------------------*/

.info-text { padding-top: 100px; }

/* ------------------------------------------------*/
/* REFERENCES   */
/* ------------------------------------------------*/
.section-references {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)), url(../img/h4.jpg);
	background-size: cover; 
	background-position: center ;
	background-repeat: no-repeat; 
	/*max-width: 1140px;
    	width: 100%;
    	margin: 0 auto;
    	background: #380b0b;*/
}
.references-box {
	background-color:rgba(0, 0, 0, 0.2);
}

/* --------------------------------------- */
/* CONTACT FORM */
/* --------------------------------------- */
.section-contact {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)), url(../img/h17.png); 
	background-size: cover; 
	background-position: center ;
	background-repeat: no-repeat; 

	/*max-width: 1140px;
   	width: 100%;
    	margin: 0 auto;
    	background: #300606;*/
}
.contact-box {
	background-color:rgba(0, 0, 0, 0.2);
padding: 200px 60px 300px 60px;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.contact-form {
    width: 80%;
    margin: 60px auto 20px;
    border: 0px solid black;
}

input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #444;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 20px;
    resize: vertical;
    box-shadow: 0 1.2rem 1.7rem rgba(30, 30, 30, 0.8);

    color: #ccc;
    background-color: rgba(30, 30, 30, 0.8);
}


textarea {
    height: 100px;
}

*:focus {outline: none;}

input[type=submit] {
    color: #fff;
    display: inline-block;
    width: 50%;
    margin-top: 25px;
    /*margin: 0 auto;*/
    outline: 0;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 5px;
    background-color: rgba(30, 30, 30, 0.8);
    transition: all ease-in-out 0.2s;
    border: 1px solid #444;
}

input[type=submit]:hover,
input[type=submit]:active {
	color: #333;
    background-color: #e8e8e8;
}

.form-messages {
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 30px;
    box-shadow: 0 1.2rem 1.7rem rgba(30, 30, 30, 0.8);

}

.success { background-color: #2a2; }

.error { background-color: #e00;}

.center {
    text-align: center;
    }
    
/* ------------------------------------------------*/
/* FOOTER   */
/* ------------------------------------------------*/
footer {
   background: #0a0808;
}
.footer-box { 
	display: flex;
	justify-content: space-between;
	background: rgba(30, 30, 30, 0.3);
	max-width: 1140px;  
	width: 100%;
    	margin: 0 auto;
	padding: 30px 40px;

}
.footer-side { 
	width: 30%;
}
footer img {
	width: 60%;
	max-width: 200px;
}
.footer-nav a:link, .footer-nav a:visited {
	/*text-decoration: underline;*/
	font-family: 'sans-serif';
	font-size: 90%;
	color: #ccc;
	transition: 0.2s;
}
.footer-nav a:hover,
.footer-nav a:active {
	  color: #cf711f;
}

.footer-rechts { padding-left: 8%; } 
.footer-rechts p {
	font-size: 70%;
}
.social-footer {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
   	list-style: none;
	}
.footer-imprint-link { display: none; }	

/* --------------------------------------- */
/* IMPRINT */
/* --------------------------------------- */
.section-imprint {
    background: #380b0b; 
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
