
.kontakt-schild-background{
        width: 300px;
    position: absolute;
    opacity: 0.2;
    z-index: -1;
   left: 38%;               
}
.kontact-section{
    padding-top: 10%;
}
.kontact-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
     justify-content:space-evenly;
    text-align: center;
    margin-top: 30px;
}
.kontact-section h2{
    font-family: var(--accent-font);
    font-size: 25px;
}
.kontact-container-left p{
    font-size: 20px; 
}

.kontact-container-right p{
    font-size: 20px;
}



/*Salon Description*/
.salon-descr{
  margin-top: 100px;
}

.salon-descr-info{
display: block;
text-align: center;
margin-top: 20px;
}

.descr-schild-background{
        width: 500px;
    position: absolute;
    opacity: 0.2;
    z-index: -1;
   left: 30%;  
                
}


/*Location-Kontakt */

.location-kontakt-section{
    margin-top: 50px;
}
.icon-location-kontakt{
    display: inline;
}
.location-kontakt{
    display: inline;
}
.location-kontakt-salon{
    width: 400px;
    height: 255px;
}
.fef{
    margin-bottom: 10px;
}

.title-location-shedule{
    font-family: var(--accent-font);
    font-size: 25px;
}
.location-shedule-list{
    font-size: larger;
}

/*

.owner-desc-right img{
    width: 200px;
   display: block;
   margin: auto;
}

.owner-desc-left p{
    text-align: justify;
}
.owner-desc-left{
    flex: 1 1 50%
}
.owner-desc-right{
    flex: 1 1 50%;
}
*/



 @media (max-width:768px) {
.kontact-section{
    padding-top: 35%;
}
.kontakt-schild-background{
    width: 300px;
    position: absolute;
    opacity: 0.2;
    z-index: -1;
    left: 15%;      
}
.kontact-container{
    margin-top: 40px;
}
.kontact-container-left p{
    font-size: 15px; 
}
.kontact-container-right p{
    font-size: 15px;
}
.location-kontakt-section{
    margin-top: 80px;
}
.location-kontakt-salon{
width: 300px;
}
.fef{
    margin-top: 30px;
}

/*Salon Description*/
.salon-descr{
  margin-top: 60px;
}
.salon-descr-list li{
    line-height: 2;
  margin-left: 10%;
  margin-right: 10%; 
}
.descr-schild-background{
    width: 350px;
    left: 10%;      
}
/*Location Kontakt*/
.location-kontakt-section{
    margin-top: 30px;
}
.title-location-shedule{
    text-align: center;
    font-size: 20px;
}
 }