:root {
    --haupt-farbe: #283240;
    --sekundar-farbe: #ac957b96;
    --hintergrund-farbe: #584e42;
    --text-farbe: #a3583c;
}



#jumpNav2
{
    display: none;
}

#jumpNav2 div
{   
    justify-content:  center;
}
#jumpNav2 .separator
{
    margin: 0px 10px 0px 10px;
}
/* Verwenden der Farbvariablen */
body {
    background: linear-gradient(100deg, #1f508b 0%, rgb(255, 189, 91) 100%);
    width: 100%;
    font-size: large;
    color:#f7eadc;
    font-family: "Kanit", 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}



div {
    margin: auto;
    justify-content: space-around;
    display:flex;
    flex-flow: row wrap;
}
.titel
{
    width:80%;
}

#Zeile1 {
    width:100%;
    margin-bottom: 2%;
}

#Zeile1 img
{
    width:100%;
    height:auto;
}

#Zeile2{
    font-size: 30px;
    font-weight: 200;
    width: 80%;
    color: white;
    display: flex;
    flex-flow: row wrap;
    padding: 1%;
    margin-bottom: 2%;
    /*background-color:rgb(152, 180, 216);*/
    background-color: rgba(255, 255, 255, 0.325);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#Zeile3 > img ,#Zeile4 > img{
    margin: auto;
    display: flex;
    width: 80%;
    margin-bottom: 2%;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#spalte5_2
{
    display:flex;
    flex-flow:column wrap;
}


#fußzeile {
    display: flex;
    color: white;
    padding: 1%;
    flex-flow: row wrap;
    margin: auto;
    justify-content: space-around;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: rgba(255, 255, 255, 0.325);
    
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.social-media-buttons{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    list-style: none;
    flex-direction: row;
}

.social-media-buttons a{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    outline: 2px solid white;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.social-media-buttons a:hover{
    outline-offset: 3px;
    transition: all 0.3s;
}

.social-media-buttons li:nth-child(1) a:hover{
    background: radial-gradient(
        circle at 30% 107%, #fdf497 0%,
        #fdf497 5%, #fd5949 45%,
        #d6249f 60%, #285AEB 90%
    );
}

.social-media-buttons li:nth-child(2) a:hover{
    background-color: #1D9BF0;
}

.social-media-button a img{
    transition: all 0.3s;
}

.social-media-button a:hover img{
    transform: scale(1.15);
}
.Produktzeile
{
    width: 80%;
    height: 600px;
   /* border-radius: 20px;*/
    /*background-color: var(--sekundar-farbe) ; /* Verwendung der benannten Farbvariable für die Hintergrundfarbe */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow-y: auto;
}


  
  .Produktzeile div{
    height: 100%;}
  .slideContainer
  { 
    border:none;
    width:67%;
    height:70%;
    overflow: hidden;

    display:flex;
    flex-flow: row wrap;
    justify-content: flex-end;
  }

  
  
  .Produktliste
  {
    display:block;
    overflow: hidden;
    cursor: pointer;
    width:30%;
    font-size:25px;
    transition: font-size 0.5s ease;
  }
  
  
  
  
  
  
  .slide {
    margin: 0;
    width: 100%;
    height: 100%; /* Die Größe des Elternelements annehmen */
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;  }



  .Produktfoto
  {
    height: 100%; 
    width:15%;
    display: flex;
    justify-content: center; /* Horizontal zentriert */
    align-items: center;
    padding:10px;
    
  }
  .Produktinformation
  {
    display:block;
    height: 100%; 
    padding-top:36px;
    width:80%;
    
  }
  
  .slide > div {
    height: 100%; /* 100% der Höhe des Slide-Elements */
  }

.Produktfoto > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
  

  h1{
    font-size: 45px;
}
  #Zeile3,#Zeile4{
    margin-bottom: 60px;
  }
  .slide h3
  {
    font-size: 30px;
    font-style: italic;
    font-weight: 200;
    line-height: 30px;
    margin-bottom:30px;
}
.Produktzeile h2
{
    
    font-size:  40px;
}
    .slide a

    {
        font-style: italic;
       font-size:25px;
       font-weight: 200; 
    }
    
    .slide p
    {
        margin-top:20px;
       font-size:25px;
        font-weight: 800;
        font-style:oblique;
    }
    .slide li
    {
        line-height: 33px;
        font-size:25px;
        font-weight: 200;
        margin-left:30px;
    }
 
    .Produktliste
    {
        
        font-size: 25px;
        user-select: none;
        padding-top: 50px;
        line-height: 46px;
    }

    



    

    .breiterSlide {
        margin: 0;
        width: 100%;
        height: 100%; /* Die Größe des Elternelements annehmen */
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end;
    }
    
    .breiterSlide .Produktinformation {
        height: 100%;
        padding-top: 36px;
        width: 80%;
    }
    
    .breiterSlide > div {
        height: 100%; /* 100% der Höhe des Slide-Elements */
    }
    
    .breiterSlide .Produktfoto > img {
       
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .breiterSlide h3 {
        font-size: 30px;
        font-style: italic;
        font-weight: 200;
        line-height: 25px;
        margin-bottom: 30px;
    }
    
    .breiterSlide a {
        font-style: italic;
        font-size: 25px;
        font-weight: 200;
    }
    
    .breiterSlide p {
        margin-top: 20px;
        font-size: 25px;
        font-weight: 800;
        font-style: oblique;
    }
    
    .breiterSlide li {
        line-height: 33px;
        font-size: 25px;
        font-weight: 200;
        margin-left: 30px;
    }
    

    .breiterSlide .Produktfoto
    {
      height: 100%; 
      width:40%;
      display: flex;
      justify-content: center; /* Horizontal zentriert */
      align-items: center;
      
    }

    .breiterSlide .Produktfoto > img 
    {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
  
      

    .breiterSlide .Produktinformation
    {
      height: 100%; 
      padding-top:36px;
      width:58%;
      
    }

    .naviWebLink
{
    color:rgb(255, 255, 255);
    text-decoration: none;
    
}

.naviWebLink:hover
{
    transition: all 0.5s ease-out;
   color:rgb(102, 78, 75) ;
    
}

hr{
    color: white;
}


.Produktliste a {
    font-size: 25px;
    transition: font-size 0.5s ease;
}

/* Hover-Effekt für die Links in der Produktliste */
.Produktliste a:hover {
    font-size: 32px; /* Ändere die Schriftgröße beim Hover */
    transition: font-size 0.3s ease;
}



#arganOel
{
    transform: rotate(-1.4deg)
}

#afterTattoo
{
    transform: rotate(-1.2deg)
}




.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0f2eba8c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: none; 
  }
  
  .scroll-to-top.show {
    display: block; 
  }

  
  #jumpNav1>div {
    width:90%;
    display: flex;
    flex-wrap: row nowrap;
    justify-content: space-around; 
   
  }
  .jumpNav
  {
    color:#d0ffec;
    width:80%;
    display: flex;
    font-size: 25px;
    font-weight: 200;
  }


  .jumpElement:hover
  {
    color: rgba(42, 170, 255, 0.592);
    cursor: pointer;
  }
  .separator:hover
  {
    cursor:default;
  }


  
  

@media only screen and (max-width: 1689px) 
{
   .Produktzeile
   {
    height:900px;
   }
   .breiterSlide .Produktfoto
   {
    
    margin-top: 20px;
    text-align: start;
    height: auto;
}
#Zeile3 ,#Zeile4
{
    height: auto!important;
}
#Zeile3>div,#Zeile4>div
{
    height: auto!important;
}
#Zeile3>div>div ,#Zeile4>div>div
{
    height: auto!important;
}
    .slideContainer
    {

        width: 60%;
    }
    .slide{  height:900px;}
    .Produktliste {
        width: 35%;
    }
    .Produktfoto
    {
        width: 30%;
    }
    .Produktinformation
    {
        width:60%;
    }



    /* Schriftgröße der Links in der Produktliste ändern */
    .Produktliste a {
        font-size: 20px;
        transition: font-size 0.5s ease;
        line-height: 60px;
        transition: font-size 0.8s ease;
    }

    
    .Produktliste a:hover {
        font-size: 25px; 
        transition: font-size 0.2s ease;
    }

}


@media only screen and (max-width: 1150px)
{
    .Produktliste 
    {
        margin-top:0;
        width: 90%;
        font-size: 35px;
        transition: font-size 0.2s ease; /* Füge eine Übergangseigenschaft für die Schriftgröße hinzu */
    }
    .slideContainer 
    {
        height: auto!important;
        width: 90%;
        font-size: 35px;
        transition: font-size 0.2s ease; /* Füge eine Übergangseigenschaft für die Schriftgröße hinzu */
    }
    .slide ,.breiterSlide
    {
        margin: 0;
        width: 90%;
        font-size: 35px;
        transition: font-size 0.2s ease; /* Füge eine Übergangseigenschaft für die Schriftgröße hinzu */
    }

    /* Schriftgröße der Links in der Produktliste ändern */
    .Produktliste a 
    {
        
        font-size: 25px;
        transition: font-size 0.2s ease;
    }

    /* Hover-Effekt für die Links in der Produktliste */
    .Produktliste a:hover 
    {
        font-size: 30px; /* Ändere die Schriftgröße beim Hover */
        transition: font-size 0.6s ease;
    }

   
    

.slideContainer
{
    height: 500px;
}

.Produktliste
    {
    height: auto!important;
    }

.Produktzeile
    {
 width:90%;  
 height: auto!important;

    }
}

@media only screen and (max-width: 1050px)
{
    .jumpNav
    {
      font-size: 18px;
    }
  
}

@media only screen and (max-width: 763px) 
{  




    #jumpNav1
    {
        display: none;
    }
    #jumpNav2
    {
        display: unset;
    }

    .Produktzeile
    {
        flex-direction: column-reverse;
 width:95%;  
 height: auto!important;

    }
    .slide h2,.breiterSlide h2
    {
        font-size:32px;
     }
    .slide h3, .breiterSlide h3
    {
    line-height:22px;
       font-size: 25px!important;
    }
    
    .slide a
    {
        text-align: start;
        display: block;
        font-size: 20px;
        padding:0;
        margin :0;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 20px!important;
        font-weight: 100;
    }
    .slide li
    {
        font-size: 20px;
        line-height: 20px;
        margin-bottom:12px;
    }


    .slideContainer
    {width:95%; 
    }
    .slide
    {
        width: 100%!important;
        flex-direction: column;
        margin: 0 !important;
        padding: 0 !important;
    }
    .slide>div{
        width:100%;
    }
    .slide img
    {
        height:400px;
    }
    .Produktliste
    {
        margin: auto !important;;
        margin: top 20px !important;
        width:90%;
        display: block;
        line-height: 10px;
        margin:0;
        
    }
    .Produktliste a,  .Produktliste hr, .Produktliste p
    {
        font-size:25px;
        line-height: 30px;
        font-weight: 100px!important;
    }
    .Produktinformation
    {
        text-align: left;
        width:80%;
        margin-left:0px;
        margin: 0 !important;;
        padding:0!important;

    }
    ul {
        list-style-type: none; /* Entfernt die Standard-Punkte */
        padding: 0!important; /* Entfernt den Innenabstand */
        margin: 0!important; /* Entfernt den Außenabstand */
        text-align: left;
    }
    li{margin-left:0;}
    .slide{
        
        list-style-type: none;
        margin:0; padding:0;}
    .slide div{margin:0; padding:0;}



    .breiterSlide .Produktfoto
    {
        padding:15%;
        width: 100%;
       
    }
    .breiterSlide .Produktinformation
    {
        width:95%;
    }
}




 




@media only screen and (max-width: 800px) 
{

    #Zeile1 
    {
        width: 100%;
        overflow: hidden;
    }

    #Zeile1 img 
    {
        width: 200%;
        height: auto;
    }


}