/* 
This template is free as long as you keep the author’s credit link/attribution link/backlink. 

If you'd like to use the template without the author’s credit link/attribution link/backlink, you can purchase the Credit Removal License. 

© 2025 FIDALIS IT-Architecture & Engineering (www.fidalis.si)
All rights reserved.
*/


/* FONTS */

@font-face { 
font-family: Futura; 
src: url(./futura.otf); 
}

@font-face { 
font-family: Helvetica; 
src: url(./helvetica.otf); 
}


/* SCROLLBARS */

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset  0 5px #000000; 
    border-radius: 1px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #000000; 
    border-radius: 1px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #000; 
}


/* BASICS */

body{
    margin: 0;
    padding: 0;
    min-height: 1000px;
    font-family: 'Helvetica';
    padding-top: 100px;
    background-color: #fafafa;
    line-height: 1.7;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #fff;
    transition: 1s;
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 1;
    }
header.scrolled{
    height: 80px;
}

headerrest{
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background: #fff;
    transition: 1s;
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 1;
}

header img.banner{
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: 1s;
}
header.scrolled img.banner{
    opacity: 0;
}

headerrest img.banner{
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: 1s;
    opacity: 0;
}

header .logo{
    position: absolute;
    top: calc(50% - 150px);
    left: calc(50% - 175px);
    transition: 1s;
}
header.scrolled .logo{
    position: absolute;
    top: 5px;
    left: calc(50% - 80px);
}
@media (max-width: 768px) { 
    header.scrolled .logo {
        left: 10px; 
  }
}

headerrest .logo{
    position: relative;
    top: 0px;
    left: calc(50% - 220px);
}
@media (max-width: 768px) { 
    headerrest .logo {
        left: 0; 
  }
}


header .logo img {
    width: 350px;
    transition: 1s;
}
header.scrolled .logo img {
    width: 150px;
    filter: invert(100%);
    object-fit: contain;
    margin-top: -10px;
}

headerrest .logo img {
    width: 150px;
    filter: invert(100%);
    object-fit: contain;
    margin-top: -10px;
}


header.scrolled .menuelistleft  {
    filter: invert(100%);
    position: relative;
}
header.scrolled .menuelist {
    filter: invert(100%);
}

headerrest .menuelistleft  {
    filter: invert(100%);
    position: relative;
}
headerrest .menuelist {
    filter: invert(100%);
}

nav{
    position: relative;
    float: right;
}
navli{
    position: relative;
    float: left;
}
navli ul li{
    list-style: none;
}
nav ul{
    margin: 0;
    padding: 15px 0;
    display: flex;
    transition: 1s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100px);
}
header.scrolled nav ul{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

headerrest nav ul{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

nav ul li{
    list-style: none;
}
nav ul li a {
    color: #fff;
    padding: 10px 15px ;
    text-decoration: none;
    transition: 1s;
}
nav ul li a.active{
    background: #fff;
    color:#262626;
}
nav ul li a:hover{
    border-bottom: 2px solid white;
}

section{
    padding: 100px;
    box-sizing: border-box;
    margin: 150px auto;
    background-color: #fff;
}
section h2{
    margin: 0;
    padding: 0;
    font-size: 48px;
}
section p{
    font-size: 18px;
}

a{
    text-decoration:none;
    color: #FFFFFF;
}

div{
    margin: 0;
    font-size: 48px;
}
div img{
    object-fit: cover;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: 1s;
}

p{
    font-family: 'Helvetica', sans-serif;
    font-size: 1.25vw;
    font-weight: normal;
    align-content: center;
    line-height: 1.6;
}

h1{
    font-family: 'Futura', sans-serif;
    font-size: 0.5em;
    font-weight: normal;
    align-content: center;
}

h2{
    font-family: 'Helvetica', sans-serif;
    font-size: 1.5vw;
    font-weight: normal;
    align-content: center;
}

h3{
    font-family: 'Futura', sans-serif;
    font-size: 0.6em;
    font-weight: normal;
}



.spacersection {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.spacersection h3 {
    text-align: center;
    margin: 0;
    padding-top: 5%;
}

.spacersectionrest {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.spacersectionrest h3 {
    text-align: center;
    margin: 0;
    padding-top: 0%;
}


/* ROCK & ROLL */


.first{
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}
@media (max-width: 768px) { 
  .first {
    flex-direction: column; 
  }
}

.leftdifusershop {
    float: left;
    width: 50%;
    margin: 4% 4% 4% 2%;
    background-image: url("../images/2-li.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 768px) { 
    .leftdifusershop {
    width: 92%;
    margin: 4%;

  }
}

.rightpierreshop {
    float: left;
    width: 50%;
    margin: 4% 2% 4% 4%;
    background-image: url("../images/2-re.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 768px) { 
    .rightpierreshop {
    width: 92%;
    margin: 4%;
  }
}

.shopchild {
    font-family: 'Helvetica', sans-serif;
    color: #ffffff;
    font-size: 0.65em;
    text-align: center;
    padding-top: 66%;
    padding-bottom: 0.7%;
}

.shopchildbutton {
    font-family: 'Helvetica', sans-serif;
    color: #ffffff;
    font-size: 0.33em;
    text-align: center;
    padding: 2.5% 0% 2.5% 0%;
    border:1px solid #FFFFFF;
    margin: 0% 25% 0% 25%;
}

.second{
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}
@media (max-width: 768px) { 
  .second {
    flex-direction: column; 
  }
}

.firstthird {
    float: left;
    width: 33%;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 4% 2% 4% 4%;
}
.firstthird p {
    font-size: 0.33em;
}
.firstthird h1 {
    font-size: 0.5em;
}
.firstthird video {
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 768px) { 
    .firstthird {
    width: 92%;
    margin: 4%;
  }
}

.secondthird {
    float: left;
    width: 33%;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 4% 2% 4% 2%;
}
.secondthird p {
    font-size: 0.33em;
}
.secondthird h1 {
    font-size: 0.5em;
}
.secondthird video {
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 768px) { 
    .secondthird {
    width: 92%;
    margin: 4%;
  }
}

.thirdthird {
    float: left;
    width: 33%;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 4% 4% 4% 2%;
}
.thirdthird p {
    font-size: 0.33em;
}
.thirdthird h1 {
    font-size: 0.5em;
}
.thirdthird video {
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 768px) { 
    .thirdthird {
    width: 92%;
    margin: 4%;
  }
}


.third{
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}
@media (max-width: 768px) { 
  .third {
    flex-direction: column; 
  }
}

.left {
    float: left;
    width: 50%;
    height: 60vh;
    margin: 4% 2% 4% 4%;
    background-image: url("../images/4-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 768px) { 
    .left {
    width: 92%;
    margin: 4%;
  }
}

.right {
    float: left;
    width: 50%;
    height: 60vh;
    margin: 4% 4% 4% 2%;
    background-image: url("../images/4-2.jpg");
    background-size:cover;
    background-repeat: no-repeat;
}
@media (max-width: 768px) { 
    .right {
    width: 92%;
    margin: 4%;
  }
}


.fourth{
    float: left;
    width: 100%;
    height: auto;
}
.fourth .fourthtext {
    font-family: 'Helvetica', sans-serif;
    font-size: 0.35em;
    font-weight: normal;
    text-align: center;
    line-height: 1.6;
    margin: 1% 20% 4% 20%;
}


.fifth{
    float: left;
    width: 100%;
    height: auto;
    background-color: #ffffff;
}
.fifth .fifthhtext{
    font-family: 'Helvetica', sans-serif;
    font-size: 0.35em;
    color: #FFFFFF;
    font-weight: normal;
    text-align: center;
    line-height: 1.6;
    background-color: #000000;
    padding: 5% 4% 0% 4%;
}
.fifth h4 {
    text-align: center;
    margin: 0;
    font-size: 1vw;
    letter-spacing: 0.15em;
    color: #FFFFFF;
    padding-top: 5%;
    padding-bottom: 0%;
}


/* MENUES */
.menuelist{
    float: right;
    font-family: 'Helvetica', sans-serif;
    font-size: 1em;
    color: #ffffff;
    align-content: right;
    padding-top: 0px;
    padding-right: 0px;
    width:30%;
    z-index: 2;
}
.menuelist a{
    color: #ffffff;
}

.menuelistleft{
    font-family: 'Helvetica', sans-serif;
    font-size: 1em;
    color: #ffffff;
    padding-top: 0px;
    padding-left: 0px;
    width:30%;
    z-index: 2;
}
.menuelistleft a{
    color: #ffffff;
}


/* SIDE NAVIGATION RECHTS */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 80px;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-family: 'Futura', sans-serif;
    font-size: 0.3em;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


/* SIDE NAVIGATION LINKS */
.sidenavLi {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 80px;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenavLi a {
  color: #818181;
  text-decoration: none;
  background-image: linear-gradient(#000000, #000000),
    linear-gradient(rgb(221, 221, 221), rgb(221, 221, 221)),
    linear-gradient(#818181, #818181);
  background-size: 20px 2px, 100% 2px, 0 2px;
  background-position: calc(20px * -1) 100%, 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 2s linear, background-position 2s linear;
}

.sidenavLi a:hover {
  background-size: 20px 2px, 0 2px, 100% 2px;
  background-position: calc(100% + 20px) 100%, 100% 100%, 0 100%;
}

.sidenavLi .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenavLi {padding-top: 15px;}
    .sidenavLi a {font-size: 18px;}
}

.sidenavLiTextarea {
    padding: 8px 8px 8px 32px;
    font-family: 'Futura', sans-serif;
    font-size: 0.3em;
    color: #818181;
    display: block;
}


/* SIDE NAVIGATION NEWSLETTER */
.sidenavNl {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 80px;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenavNl a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-family: 'Futura', sans-serif;
    font-size: 0.3em;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenavNl a:hover {
    color: #f1f1f1;
}

.sidenavNl .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenavNl {padding-top: 15px;}
    .sidenavNl a {font-size: 18px;}
}

.sidenavNlTextarea {
    padding: 8px 8px 8px 32px;
    font-family: 'Futura', sans-serif;
    font-size: 0.3em;
    color: #818181;
    display: block;
}


/* FORMS MANAGEMENT */
input[type=email], input[type=text] {
    -webkit-appearance: none !important;
    width: 40%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: #ffffff;
    font-family: 'Futura', sans-serif;
    font-size: 1.0em;
}

input[type=submit], input[type=reset] {
    -webkit-appearance: none !important;
    width: 30%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    color: #000000;
    background-color: #ffffff;
    font-family: 'Futura', sans-serif;
    font-size: 1.0em;
}
button {
    -webkit-appearance: none !important;
    width: 30%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    color: #000000;
    background-color: #ffffff;
    font-family: 'Futura', sans-serif;
    font-size: 1.0em;
}

/* FORMS MANAGEMENT */
