/* --------------------------------------- */
/* 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;*/
    background-color: #000;
    color: #f8f8f8;
    font-family: 'Helvetica', 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, h2, h3 { color:  #ffd238; }
h1 { font-size: 1.5rem; text-transform: uppercase; }
h2 { 
	margin-bottom: 80px;
	letter-spacing: 4px;
	}
h3 { font-size: 140%; color: #ffd238;}
h4 { font-weight: normal; }

blockquote {
	line-height: 1.4;
	margin: 2em;
	font-size: 90%;
	}
p {
	font-size: 0.9rem;
	line-height: 1.4;
	font-family: sans-serif;
	margin: 18px 0px;
	}
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 {
	width: 100%;
	overflow: hidden;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../../resources/img/plakat.jpg); 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
        height: 1280px;
	max-width: 1140px;
	position: relative;
}
.index-header {
  	margin-top: 1120px;
  	width: 100%;
  	text-align: center;
}
.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%; }
.godsave-logo img { max-width: 580px; width: 86%; margin-top: 0px;} 


.main-nav-list {
	display: flex;
	align-items: center;
 	 justify-content: center;
	gap: 10px 20px;
	/*justify-content:space-evenly;
	align-items: center;*/
	margin: 0 auto; 
	max-width: 1140px; 
   	 padding: 20px 40px;
   	 list-style: none;
}

li { margin-right: 15px; }: 

.social-menu {
	display: flex;
	gap: 20px;
	justify-content:space-evenly;
	align-items: center;
	margin-left: 15px;
	padding: 30px 0;
   	list-style: none;
}
.soc-but {
	padding-top: 4px;
	}

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

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

.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%;
  max-width: 1140px;
  height: 4rem;
  padding-top: 10px;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  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; margin-left: 10px;}

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

/* ------------------------------------------------*/
/* NEWS   */
/* ------------------------------------------------*/
.section-news {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)), url(../img/A-.jpg); 
	background-size: cover; 
	background-position: center center;
	background-repeat: no-repeat; 
	/*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.8);
	max-width: 1140px;
    	width: 100%;
    	margin: 0 auto;
    	padding: 30px 0px;
	}
 #news-main {
 	display: flex;
 	justify-content: space-around;
 	gap: 5%;
 	}

.news-box h1 { letter-spacing: 3px;
	 }
.news-box h2 { 
	text-align: center;
	color: #ffd238;
	font-size: 200%;
	}
.news-text {
	/*background: #280505;*/
	padding: 30px 40px;
	}
.news-box h3 {
	line-height: 1.4;
	text-align: center;
	}

/* ------------------------------------------------*/
/* VITA   */
/* ------------------------------------------------*/
.vita {
	padding-bottom: 30px;
	}
.vita img {
	width: 100px;
	margin-top: 0px;
	}	
.vita-para-color {
	color: #bbb;
	}
/*.vita-block {
	display: flex;
	gap: 10%;
	margin-bottom: 18px;
	}*/
.news-main:img {
	border: 1px solid #333;
	text-shadow: 16px 16px white;
	}
.der-neue {
	width: 200px;
	background-color: rgba(0, 0, 0, 0.4);
	border: 2px solid #333;
	border-radius: 4px;
	color: #ddd;
	padding: 6px 10px 4px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
}
.der-neue:hover {
  background-color: #222;
  color: #e6bd32;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.right {
	float: right;
	padding-left: 40px;
	}
.left {
	float: left;
	padding-right: 40px;
	}

/* ------------------------------------------------*/
/* Video  */
/* ------------------------------------------------*/
.section-video {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)), url(../img/B-copy-Maris-Rietrums.jpg); 
	background-size: cover; 
	background-position: center center;
	background-repeat: no-repeat; 
}
.video-box {
	background-color:rgba(0, 0, 0, 0.8);
}
video {
	padding-bottom: 20px;
}


/* ------------------------------------------------*/
/* References  */
/* ------------------------------------------------*/
.section-references {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)), url(../img/C.jpg); 
	background-size: cover; 
	background-position: center center;
	background-repeat: no-repeat; 
}
.references-box  {
	background-color:rgba(0, 0, 0, 0.6);
}
/* ------------------------------------------------*/
/* CONCERTS   */
/* ------------------------------------------------*/
.section-concerts {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/D-copy-Maris-Rietrums.jpg);
    background-size: cover; 
    background-position: center 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;
	padding-top: 10px;
	border-top: 1px solid #8b2828;}
.section-concerts p { margin: 1px 0px; }
.event {
	margin: 14px 0px;
}
.date-row {
	display: flex;
	align-items: flex-start;}
.ticket {
	margin-left: 20px;
	padding: 2px 8px 2px;
	border: 1px solid #333;
	background-color: #555;
	border-radius: 4px;
	font-size: 85%;
}
.comment {
	margin-top: 4px;
	margin-left: 0px;
	margin-bottom: 4px;
	padding: 4px 15px 1px;
	border: 1px solid #e4ad07;
	border-radius: 4px;
	/*border-color: #cd6133;*/
	font-size: 80%;
	/*background-color: #400909;*/
}
/* ------------------------------------------------*/
/* GALLERY   */
/* ------------------------------------------------*/
.section-gallery {
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)), url(../img/h3.jpg); 
	background-size: cover; 
	background-position: center top;
	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: 200px;
  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: 4px 10px; border: 1px solid  #333; border-radius: 6px;} 
.rl-link { background-color: rgba(255, 255, 255, 0.2); }

/* ------------------------------------------------*/
/* BAND  */
/* ------------------------------------------------*/
.section-band {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/E-copy-Maris-Rietrums.jpg);
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat; 
    
}
.band-box {
	background-color:rgba(0, 0, 0, 0.0);
}
.band {
	margin: 4em auto;
	width: 100%;
	/*padding-bottom: 80px;*/
	}
.musician {
	width: 98%;
	display: flex;
	gap: 40px;
	margin: 3em 0em;
	}
.josch { 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;
	}

#bandButton { text-align: center; }

/* --------------------------------------- */
/* CONTACT */
/* --------------------------------------- */
.section-contact {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8)), url(../img/h7.jpg); 
	background-size: auto; 
	background-position: center center;
	background-repeat: no-repeat; 
	/*height: 100vh;*/
	position: relative;
	/*max-width: 1140px;
   	width: 100%;
    	margin: 0 auto;
    	background: #300606;*/
}

.contact-box {
	background-color:rgba(0, 0, 0, 0.2);
   	max-width: 1140px;
    	width: 100%;
    	height: 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;
    }
    
/* ------------------------------------------------*/
/* IMPRINT   */
/* ------------------------------------------------*/

.imprint {
	font-size: 80%;
	}
.imprint h2 {
	margin-top: 100px;
	margin-bottom: 30px;
	}
	
/* ------------------------------------------------*/
/* 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;
}
