/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/



/*------general Document Settings------*/
@font-face {
  font-family: bn-cring-serif;
  src: url("../fonts/bagnard-sans/BagnardSans.otf") format("opentype");
}

body{
  background-color: #020202;
  color: #fe7400;
  padding: 0;
  margin: 0;
  font-family: 'bn-cring-serif';
}

body p {
  font-size: large;
}


/*------Media queries------*/

@media screen and (max-width: 768px) {
  .pc {
    display: none; 
  } 

}
@media screen and (min-width: 769px) {
  .handy {
    display: none; 
  } 

}


/*------ADD MEDIA QUERY WHICH HIDDES ELEMENTS ON TABLET 
        AND SHOW THE HANDY ONE INSTED-----.-*/

/*------Support classes------*/

#videoDiv {
  width: 100%; 
  height: 100%; 
  position: relative;
  }

#videoMessage {
  position: absolute; 
  top: 0; 
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; 
  -webkit-box-pack: center; 
      -ms-flex-pack: center; 
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
  width: 100%;
  height: 100%;
}

.normal-text{
  font-size: large;
  font-weight: normal;
}
.standard-div{
  margin: 0  auto;
  width: 70%;

}

.bold {
  font-weight: bold;
}
  
.white {
  color: white;
}

.black {
  color: black;
}

.orange {
  color: #fe7400;
}

.white-bold {
  color: white;
  font-weight: bold;
  font-size: x-large;
}

.black-bold {
  color: black;
  font-weight: bold;
  font-size: x-large;
}

.orange-bold {
  color: #fe7400;
  font-weight: bold;
  font-size: x-large;
}

.outline {
  text-shadow:
  -1px -1px 0 black,
  0   -1px 0 black,
  1px -1px 0 black,
  1px  0   0 black,
  1px  1px 0 black,
  0    1px 0 black,
  -1px  1px 0 black,
  -1px  0   0 black; /* creates a thicker outline */
}

.center-div {
  margin: 0 auto;
  text-align: center;
}
/*-------navigation bar------*/

#navbar {
  background-color: #020202;
  height: 100%;
  border-radius: 0 0 0 0;
}

#navbar h1 {
  color: #fe7400 ;
  margin: 0 auto;

}

#navbar a {
  color: white;
}

#navbar a:hover {
  background-color: #fe7400;
  height: 100%;
}


#navbar li a {
  color: #ffffff;
}

/*------homepage------*/

#home {
    height: 90%;
    width: 100%;    
  }



  /*----Über-uns----*/

#über-uns {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    padding: 50px 1px 1px 1px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding-top: 10px;
  }

#über-uns h2 {
    padding: 110px 1px 1px 1px;
  }

#über-uns .content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -ms-flex-pack: distribute; 
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 769px){
  #über-uns p {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    line-height: 180%;
    width: 100%;
    text-align: justify;
  }
}

@media screen and (min-width: 769px){
  #über-uns p {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    line-height: 180%;
    width: 50%;
  }
}

#über-uns video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  aspect-ratio: 3/2;
  width: 15rem;
  height: 30rem;
}


/*------Bandmitglieder------*/
@media screen and (min-width: 769px){
  #bandmitglieder {
      width: 100%;
      padding-bottom: 150px;
    }
    #bandmitglieder .name {
      margin: 69px 0px 0px 0px;
      
    }
    #bandmitglieder .instrument{
    margin: 0px 0px 0px 0px;
  }
}
@media screen and (max-width: 769px){
  #bandmitglieder {
    width: 100%;
    padding-bottom: 10px;
  }
  #bandmitglieder .name {
    margin: 69px 0px 0px 0px;
    font-size: smaller;
    
  }
  #bandmitglieder .instrument{
  margin: 0px 0px 0px 0px;
  font-size: smaller;
}
}
#bandmitglieder h2 {
  padding:150px 0px 0px 0px;
}


/*------Diskografie------*/ 

@media screen and (min-width: 769px){
  #diskografie p {
color: white;
text-align: center;
padding-top: 50px;
}

#diskografie {
  width: 100%;
  height: 100%;
  
}
}

@media screen and (max-width: 769px){
  #diskografie p {
    color: white;
    text-align: center;
    padding-top: 0px;
    }
    #diskografie {
      width: 100%;
      height: 100%;
      padding: 100px 0px 50px 0px ;
    }
}


#diskografie .handy {
  padding-bottom: 90px;
}


#diskografie b {
padding-top: 50px;
color: #ffffff;
}

#diskografie .pc h2 {
padding-top: 40px;
}

#diskografie .pc img {
height: 70px;
border-radius: 10px;
}

#diskografie .handy img {
height: 45px;
border-radius: 10px;
}
#diskografie #videodiv {
height: 100%;
}

/*------Musikvideos------*/

@media screen and (max-width: 768px){
  #musikvideos {
    width: 100%;
    height: 600px;

    background-image: url("../img/MusikvideoPcCut.jpg");
    background-size: cover;
    background-position:bottom;
    background-repeat: no-repeat;

    /*background-color: #000000;*/
    }
  #musikvideos p {
    width: 80%;
   /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column-align: center;
        justify-self: center; */
  }
  }
  #musikvideos iframe {
    aspect-ratio: 16/9;
    width: 100%;
    }

 @media screen and (min-width: 769px) {
  #musikvideos{
    width: 100%;
    height: 1000px;
    background-image: url("../img/MusikvideoPcCut.jpg");
    background-size: cover;
    background-position:bottom;
    background-repeat: no-repeat;
    }
    #musikvideos iframe {
      aspect-ratio: 16/9;
      width: 75%;
      }
}
#musikvideos div {
  
  width: 100%;
}
#musikvideos h2 {
  padding-top: 110px;
  color: #fe7400;
}




/*------Merch------*/
@media screen and (min-width: 769px){
  #merch {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
  }
  #merch > div {
    width: 40%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 769px){
  #merch {
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
  }

  #merch div {
      margin-left: 0px;
      margin-right: 0px;
      /*display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-grid-column-align: center;
          justify-self: center;
      */
      width: 100%;
  }
}

#merch h2 {
  padding-top: 150px;
}




/*------Social Media------*/
#social_media {
  width: 100%;
  padding: 0px 0px 100px 0px;
}

#social_media h2 {
padding: 170px 0px 0px 0px;
}

.posts{
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap; 
 -ms-flex-pack: distribute; 
     justify-content: space-around;
}

/*------Kontakt------*/
.filler {
  height: 75px;
}
@media screen and (max-width: 769px){
  #kontakt {
    height: 100% ;
    height: 550px;
    background-image: url('../img/Pressebild\ 5\ Blazyczinski\ Cut4.jpg');
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    
  }
}

@media screen and (min-width: 769px){
  #kontakt {
    height: 100% ;
    height: 800px;
    background-image: url('../img/Pressebild\ 5\ Blazyczinski\ Cut4.jpg');
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
  }
}

#kontakt h2 {
  padding: 40px 0px 0px 0px ;
  
}

  

#kontakt form {
  padding: 120px 0px 0px 0px;
}

#kontakt div {
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
/*------Impressum------*/

#impressum{
    width: 100%;
    background-color: #000000; height: 100%;
  }

  
#impressum p{
  padding-top: 1rem;
}

  
#Impressum {
  width: 100%;
}
