@charset "utf-8";
/* copyright 2023 webQ GmbH */

/* roboto-slab-regular - latin */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-slab-v24-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('../fonts/roboto-slab-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/roboto-slab-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/roboto-slab-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('../fonts/roboto-slab-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/roboto-slab-v24-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* reset */
* {
	margin:0px;
	padding:0px;
	border:0;
	box-sizing: border-box;
    outline: none !important;
}
body, input, textarea {
	font-family: "Roboto", Arial, sans-serif;
}
html {
	scroll-padding-top:60px; /* height of sticky header */
}
html, body {
	scroll-behavior: smooth;
	width: 100%;
	height:100%;
}
body {	
	font-size: 18px;
	line-height: 150%;
	color: #eee;
	background-color: #000;
	background-image:url(../layout/background-universe.jpg);
}

/*general styles */
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
h1, h2, h3, .titel, .hovertext{
	font-family: "Roboto Slab", Arial, sans-serif;
}
h1, h2 {
	font-size: 2rem;
	line-height: 1.2em;
	margin-bottom: 0.6em;
	text-align: center;
}
header {
	margin: 0 auto;
	min-height: 100vh;
	/*background-image: linear-gradient(black, black), url(/layout/Band_Header.jpg);
	background-blend-mode: saturation;
	background-image: url(/layout/Band_Header2rot.png);
	background-image: url(/layout/Band_Header_Central_2025.png);*/
	background-image: url(/layout/Band_Header_outnow_2025.png);
	background-repeat:no-repeat;
	background-size: contain;
	background-position:center;
}
main {
	padding-bottom:1em;
}
a {
	text-decoration: none;
	color:#FFF;
}
.white a {
	color:red;
}

/* layout */
section, footer {
	padding:2em 1em;
	margin: 0 auto;
	background-repeat:no-repeat;
	background-size: contain;
	background-position:center;
}
section.white {
	background-color: white;
	color:#000;
}
.container {
	max-width: 920px;
	margin: 0 auto;
	border: 0px solid green;
	position:relative;
}
.flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.center {
	text-align: center;
}
.fullpage {
	padding-bottom:0;
	height:100vh;
}
.fullpage .container {
	height:100vh;
}
.fullpage .container img {
	position:absolute;
	bottom:0;
	left:50%;
	transform: translate(-50%,0%);
	z-index: -1;
}
/*
body#home {	
	background-image: linear-gradient(black, black), url(/images/Paraberries.jpg);
	background-blend-mode: saturation;
}
*/
#logo, #home section {
	text-align:center;
}
#logo img {
	width:70vw;
	max-width:680px;
}
button {
	background-color: transparent;
	border-radius: 100%;
	margin-top: 30px;
	width: 100px;
	transition: all 0.4s ease-in-out;
	cursor:pointer;
}
button:hover {
	transform: scale(1.1, 1.1) translate3d(0, 0, 0);
}

/* music */
.audio {
  line-height: 2em;
  padding-left: 38px;
  background-image: url(/layout/speaker.svg);
  background-size: 30px;
  background-position: left top;
  background-repeat: no-repeat;
  font-weight: bolder;
  margin-bottom: 0;
  text-align:left;
}

/* gigs */
#dates .container h2 { 
	font-family: "Roboto", Arial, sans-serif;
	width: 100%;
	text-align: left;
	color:red;
}
.venue {
	border-bottom:2px solid red;
	padding:1em 0;
	text-align:left;
}
.date, .dates_0  {
	color:red;
	padding-left: 5px;
	width:20%;
}
.date b, .dates_0 b {
	font-size:2.2em;
}
.date .day { 
	font-size: 2.2em; font-weight:bold; margin-bottom:10px;
}
.location, .dates_1 {
	width: 60%;
}
.location .club {  
	font-weight:bold;
}
.tickets, .dates_2 {
	background-image:url(/layout/bubble_red.svg);
	background-repeat: no-repeat;
	background-size: 98%;
	max-width:70px;
}
.tickets img, .dates_2 img {
	width: 60px;
	padding: 10px;
}

/* video */
section#video.black  {
	padding: 2em 0em;
}
.channels > div {
	width: 50%;
	min-width:340px;
	margin: 1em auto;
}

/* press */
#press h3 {
	font-size:4.2em;
}
#press_slider .splide__arrow {
  background: transparent;
}
#press_slider .splide__arrow svg {
  fill: #F00;
}
#press_slider .splide__pagination__page {
  background: #F00;
  visibility: hidden;
}
#press_slider .splide__arrows button:hover {
  transform: scale(2.0, 2.0) translate3d(0, 0, 0);
}
#press_slider .splide__arrows .splide__arrow--prev {
  left: 0;
}
#press_slider .splide__arrows .splide__arrow--next {
  right: 0;
}
#press_slider-track ul li >div {
	padding: 0 2em;
}

/* mecrch  */
.merch img {
	max-width: 45%;	
}

/* ------ socialmedia ------ */
.social {
	max-width:480px;
}
.socialmedia {
	margin: 0;
}
.socialmedia img {
	width:40px;
}
footer .container {
	text-align: center;
}

/* ------ contact form ------ */
.page .container h2 {
	text-align:left;	
}
form{
    padding: 10px;
}
form input, form textarea, form select{
	border: 1px solid #eee;
	background-color:#eee;
    border-bottom: 1px solid red;
    border-radius: 3px;
    font-size: 1rem;
    padding: 10px;
    margin-top: 20px;
    width: 100%;
    resize: none;
    outline: none;
}
form textarea{
	height: 200px;
}
#contact_form {
	margin-bottom: 2em;
}
#send_success, #send_error {
	display: none;
}
/* ------ checkbox contactform ------ */
.check {
    display: block;
	top: 1rem;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image:url(/layout/bubble_red.svg);
	background-repeat: no-repeat;
	background-size: 40px;
	padding: 20px;
}
.check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: transparent;
	border: 0px solid #999;
    border-radius: 3px;
}
/*.check:hover input ~ .checkmark {
	background-color: #ccc;
}
.check input:checked ~ .checkmark {
	background-color: red;
}
*/
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.check input:checked ~ .checkmark:after {
	display: block;
}
.check .checkmark:after {
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 16px;
	top: 8px;
	width: 5px;
	height: 14px;
}
form button {
	width: 156px;
	border-radius: 0;
	color: black;
	font-size: 1.5em;
	padding: 35px;
	background-image: url(/layout/bubble_red.svg);
	background-repeat: no-repeat;
	background-size: 168px 139px;
	text-align: center;
}
figure {
	margin:1em 0;
	filter: grayscale(100%);	
}
figure img {
}
figcaption {
  padding-top: 1.4em;
}
.agree {
  margin-top: -1em;
  display: block;
  padding-left: 33px;
  line-height: 138%;
}

/* ------ scroll to top button ------ */
.scrollToTop {
	display: none;
	text-align: center;
	padding: 1em;
	border-radius: 50%;
	transition: all 0.5s ease 0s;
	width: 3rem;
	height: 3rem;
	text-decoration: none;
	position: fixed;
	bottom: 0rem;
	right: 0.2rem;
	background: url(/layout/totop.svg) no-repeat center center;
	background-size: 30px 25px;
	font-size: 0.6em;
	cursor: pointer;
	z-index: 99;
}
/* ------ overlay Elements ------ */
#overlay {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 10em;
    left: 0;
    height: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 1.0);
    padding: 0rem;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
	scroll-behavior: smooth; 
}
#overlay.open {
    top: 0em;
    height: 100%;
    opacity: 1;
    pointer-events: all;
    transition: all 0.5s ease;
}
#overlay .close {
    position: fixed;
    top: 0rem;
	right: 0rem;
    display: block;
	height: 50px;
	width: 50px;
    background: url(/layout/icon_close.svg) no-repeat center center;
	background-size: 70%;
    text-indent: 1000em;
    z-index: 100000;
	/*transform: skewX(-20deg);*/
}
/*#overlay .close:hover {
	background: url(/images/closehover.svg) no-repeat center center;
	background-size: 65%;
}*/
#overlay img {
	vertical-align: bottom;
}
.overlay_media {
	height: 100%;
	width: 100%;
	position:relative;
	text-align: center;
}
#overlay_info {
	position: fixed;
	width: 70%;
	top: 38%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 1em;
	color: #714D1A;
	text-align: left;
	background-color: #eeeeee70;
	border: solid 1px #7AB51D;
	border-radius: 15px;
}
.overlay_media.portrait #overlay_info {
    width: 70%;
}
.overlay_media video {
	height: 100%;
}
.overlay_media.portrait img {
	width: auto !important;
	max-width: none;
	height: 100%;
}
.overlay_media.landscape img {
	/*max-width: 100%;*/
	width: 100%;
	height: auto;
}
#prevnext {
	border: 0px solid red;
	position:fixed;
	top: 50%;
	/*right:1rem;*/
	width: 100%;
}
#prev, #next, #more {
	background-color:#eee;
	transition: all 0.5s ease 0s;
	padding:1rem;
	border-radius: 15px 0px 0px 15px;
	height: 72px !important;
	width: 54px !important;
	cursor:pointer;
	margin:1rem 0;
	display:none;
}
#prev:hover, #next:hover, #more:hover {
	background-color: #b5c21d;
}
#prev::after, #next::after, #more::after {
    content: '';
    border: solid #515151;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
	position:absolute;
	padding: 8px;
	margin-left: 0px;
	margin-top: 9px;
}
#prev::after {
    -webkit-transform: rotate(140deg);
	transform: rotate(140deg);
	margin-left: 4px;
}
#next {
	position: absolute;
	right:0;
}
#prev {
	position: absolute;
	border-radius:  0px 15px 15px 0px;
}
#close img {
	position: absolute;
	height: 6vh;
	top: 2.5vh;
	right: 2.5vh;
}

