

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');


.orwn:hover{
  opacity: 65%;
}
.orwn {
  display:block;
  margin-top: 2em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 8em;
  
}

dig orwn.at +noall +answer -t A

.logotop{
  display: grid;
    grid-template-columns: repeat(3, 1fr);

}

.socials{
  
  text-align: right;
}

.socials img:hover{
  opacity: 65%;
}

.socials img{
 
  width: 40px;
  height: 40px;
  padding-right: 2em;
  padding-top: 2.5em;

}


body {
  background-color: white;
  margin: 0
}

.shop {
  font-weight:bolder;
  color: rgb(140, 38, 46);

}

a {
  text-decoration: none;
  font-family: 'Quicksand', sans-serif; 
  color: black;
}
a:hover {
  color: rgb(163, 163, 163);
}

p {
  text-decoration: none;
  font-family: 'Quicksand', sans-serif; 
  color: black;
}

nav {
  background-color: white;
    text-align: center;
    margin-bottom: 0em;
    height: 3.5em;
    position: sticky;
    top: 0;
  }

  nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }

  nav li {
    display: inline-block;
    margin: 0 10px;
    padding-top: 1em;
  }

  nav a {
    text-decoration: none;
    font-family: 'Quicksand', sans-serif; 
    color: black;
    
  }

  .top {
    display:block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5em;
  }

 

  .parallax {
border-radius: 0%;
    width: 100%;
    height: 40em;
    margin-left: auto;
    margin-right: auto;

    /* The image used */
    background-image: url("images/Catchframe.png");
  
    /* Set a specific height */
    min-height: 300px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }




  .titletxt {
    margin-top: 3em;
margin-bottom: 3em;

  }

  p{
    line-height:1.5;
  }

  /* -----------------------------------       HEAD       ----------------------------------- */



    /* -----------------------------------       3 B O X E N       ----------------------------------- */


  .flexbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    max-width: 1440px;
    margin: 0 auto;
  }


  h6 {

    text-align:center;
  }


  
    
  

  .Kunstbox {
    background-image:url("./images/menu1.png");
    background-repeat: no-repeat;

    
    padding-top: 10em; 
    background-color: rgb(0, 0, 0);
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.5em;
    margin-bottom: 3em;
    width: 20em;
    height: 20em; 
  }

  .Kunstbox:hover {
    opacity: 80%;
  }

 

  .Fassadenbox {
    background-image:url("./images/menu2.png");
    background-repeat: no-repeat;
   
    padding-top: 10em;  
   
 
    background-color: rgb(0, 0, 0);
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.5em;
    margin-bottom: 3em;
    width: 20em;
    height: 20em; 
  }

  .Fassadenbox:hover {
    opacity: 80%;
  }

  .Shopbox {
  
    background-image:url("./images/menu3.png");
    background-repeat: no-repeat;
   
    padding-top: 10em;  
    

    background-color: rgb(0, 0, 0);
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.5em;
    margin-bottom: 3em;
    width: 20em;
    height: 20em; 
  }

  .Shopbox:hover {
    opacity: 80%;
  }


    /* -----------------------------------              ----------------------------------- */



.wrapper {
  margin-bottom: 4em;
  
}


  .about-me::after {
    content: "";
    display: table;
    clear: both;
  }

  .about-me img {
    width: 200px;
    height: auto;
    float: left;
    margin-right: 5em;
    margin-left: 10em;
    margin-top: 4em;
  }

  .about-me p {
    font-size: 16px;
    line-height: 1.5;
    margin-right: 10em;
  }


  
  h1 {
    text-align: center;
    text-decoration: none;
    font-family: 'Quicksand', sans-serif; 
    color: black;
  }

  h2 {
    text-decoration: none;
    font-family: 'Quicksand', sans-serif; 
    color: black;
    font-size: 13px;
  }

  .divgif h3 {
    text-align: left;

  }

    /* -----------------------------------       Z I T A T       ----------------------------------- */

 

  .zitat {
    width:fit-content;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
   text-align: center;
   margin-top: 10em;
  
  }

  .zitbx {
    padding-left: 0;
    padding-right: 0;
  }

  .zit {
    width: 5em;
  }

    /* -----------------------------------       F A S S A D E N HTML       ----------------------------------- */





  .insp{
display: grid;
grid-template-columns: repeat(6, 1fr);
grid-gap: 1rem;

   
  }

  .divgiftxt_F{
    grid-column: span 3;
text-align: right;
    text-decoration: none;
    font-family: 'Quicksand', sans-serif; 
    color: black;
  }

  .giftxt_F{
    margin-top: 0;
    margin-left: 10em;
  }

  .F {
    text-align: left;
  }
  
  .divgiftxt{
    grid-column: span 3;

 

    text-decoration: none;
    font-family: 'Quicksand', sans-serif; 
    color: black;
    
  }
  
  .divgif{
    grid-column: span 3;
  margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;


  


  }

  .giftxt{
    margin-top: 0;
    margin-right: 10em;
  }

  .gif{
    width: 20em;

  
  }

/* ----------------------------------- P A R A L A X ----------------------------------- */

 
  
  .page {
    width:80vw;
    margin-left: auto;
    margin-right: auto;
    height:100vh;
    perspective:1px;
    perspective-origin: center center;
    overflow-x:hidden;
  }
  .overflow {
    position:absolute;
    width:100vw;
    height:80vh;
    top:120vh;
    background-color:#FFF;
  }
  #parallax {
    transform-style: preserve-3d;
    height:120vh;
  }
  
  .keyart_layer {
    background-position: bottom center;
    background-size: cover;
    background-repeat: repeat-x;
    position: absolute;
    top:160px;
    right:0;
    bottom:0;
    left:0;
  }
  
  #keyart-0 {
    background-image: url('/images/paralax1.png');
    background-size: 80vw;
    background-color: #ffaf1b;
    transform:translate3d(-11px,-46px,-1.3px) scale(2.3);
  }
  #keyart-1 {
    background-image: url('/images/paralax2.png');
    background-size: 80vw;

    transform:translate3d(0,-47px,-.7px) scale(1.7);
  }
  #keyart-2 {
    background-image: url('/images/paralax3.png');
    background-size: 80vw;

    transform:translate3d(0,-98px,-.4px) scale(1.6);
  }
  

  

/* -----------------------------------CSS Kunst Html ----------------------------------- */



  .container {
    margin-top: 2em;
  }

  .tile1 {
    margin-top: 6em;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem;  }

 

    .door img {
   width: 60%; 
  
    
    }

    .tile h3 {
      text-align: center;
    }
  
    h3{
      text-decoration: none;
      font-family: 'Quicksand', sans-serif; 
      color: black;
    }


      /* -----------------------------------       B U T T O N S       ----------------------------------- */


  .contact-button:hover{
    opacity: 75%;
  }

  .contact-button {
    font-weight: bold;
    margin: 1em;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    background-color: rgb(0, 0, 0);
    color: #fff;
    text-decoration: none;
    border-radius: 1.5em;
 
  }

  .contact-button_f {
    font-weight: bold;
    margin: 0;
    text-align: left;
    display: inline-block;
    padding: 10px 20px;
    background-color: rgb(0, 0, 0);
    color: #fff;
    text-decoration: none;
    border-radius: 1.5em;
 
  }

  .donate-button:hover{
    opacity: 75%;
  }

  .donate-button {
    font-weight: bold;
    margin: 1em;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    background-color: rgb(232, 209, 35);
    color: #2c3ff2;
    text-decoration: none;
    border-radius: 1.5em;
 
  }

  .subscribe {
    background: #fff;
    display: flex;
    width: fit-content;
  }

  .subscribe input {
    border: 0;
    outline: none;
    padding: 10px 20px;
    height: 70px;
    width: 400px;
    font-size: 16px;
  }

  .subscribe button {
    background: #61b;
    border: none;
    outline: none;
    height: 70px;
    width: 100px;
    cursor: pointer;
  }

  span{
    color: #61b;
    margin-top: 10px;
    display: block;
  }



  /* -----------------------------------       F O O T E R       ----------------------------------- */


  footer {
    background-color: #ffffff;
    margin-top: 7em;
    
  }


  table {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7em;
    width: 80%;
    background-color: rgb(255, 255, 255);
  }

  td {
    vertical-align: top;
    padding: 10px;
  }

  

  h3 {
    margin-top: 0;
  }



  .social-media-icons {
    float: right;
  }


  .social-media-icons a {
    display: inline-block;
    
    margin-top: 1.5em;
  }

  .social-media-icons img:hover{
    opacity: 65%;
  }

  .social-media-icons img {
    margin: 5px;
    width: 40px;
    height: 40px;
  }


  .orwn2 {
    display:block;
    margin-top: 2em;
    margin-bottom: 5em;
    margin-left: auto;
    margin-right: auto;
    width: 8em;
  }
  
  /* --------------- /////////////////////////////      H  A  N  D  Y    /////////////////////////  -------------------------- */



@media screen and (max-width: 679px){


  p{
font-size: 16px;
margin-top: 0;
  }



  h2{
    font-size: 7px;  
  }

  .zitat {
    grid-template-columns: repeat(3, 1fr);
  }

  .zit {
    width: 3em;
  }

  .flexbox{
      display: block;
  }
  
  
    .Kunstbox{
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    .Fassadenbox{
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    .Shopbox{
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .insp{
      display: block;
        
    }

    .giftxt {
      width: 20em;

  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
  padding-left: 0;
  padding-right: 0;

    }

    .divgif{

  display: block;
  
    }

.gif {

  display: block;
  margin-left: auto;
  margin-right: auto;
}



.door img {
  width: 100%; 
}


.tile img {
  width: 500px;
}


    
    
  

  /* --------------- /////////////////////////////      T A B L E T     /////////////////////////  -------------------------- */

  @media (min-width: 680px) and (max-width: 1200px) {

    .flexbox{
    display: grid;
      align-content: center;
      margin-left: auto;
      margin-right: auto;
      
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 0.1rem;
     
  }
  

  .container {
    text-align: center;
  }

  .tile img {
    width: 700px;
  }
  
    .Kunstbox{
      
      margin-left: auto;
      margin-right: auto;
      width: 12em;
      height: 10em;
    }
    .Fassadenbox{
      
      margin-left: auto;
      margin-right: auto;
      width: 12em;
      height: 10em;
    }

    .Shopbox{
      
      margin-left: auto;
      margin-right: auto;
      width: 12em;
      height: 10em;  
    }

    .insp{
      
      display: grid;
      align-content: center;
      margin-left: auto;
      margin-right: auto;
     
    
      grid-template-columns: repeat(6, 2fr);
      grid-gap: 0.1rem;
    }

    .divgiftxt {
   

   
    }

    .giftxt {
     margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 3em;
    padding-right: 0em;
      display: grid;
      
      
     
    }

/* Fassade Text & Bild nebeneinander */
.fassade-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.fassade-text, .fassade-image {
  flex: 1 1 300px;
}

.fassade-text p {
  font-size: 1.1rem;
  line-height: 1.5;
}

/* Bild */
.fassade-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Media Queries für Mobilgeräte */
@media (max-width: 768px) {
  .fassade-section {
    flex-direction: column;
    padding: 1rem;
  }

  .fassade-text p {
    font-size: 1rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  .contact-button_f {
    font-size: 1rem;
  }

  nav ul {
    flex-direction: column;
    text-align: center;
    padding: 0;
  }

  nav ul li {
    margin: 0.5rem 0;
  }

  .orwn {
  max-height: 80px;
}

}

   
