* {
    margin: 0;
    
}

body {
   
}

.overflow {
    overflow-x :hidden!important;
}

.mt-10 {
    margin-top:100px;
}

.headfoto {
    background-image: url(../assets/headfoto.png);
    background-position: center;
    height: 800px;
    background-repeat: no-repeat;
    max-width: 100vw;
    
}


@media screen and (max-width:900px) {
    
    .headfoto {
        background-image: url(../assets/headfoto2.png);
        background-size: contain;
        background-position: 50% 60%;
        height:500px;
        
    }
    
    .overflow img {
       margin-top: 30px;
        
    }
}

@media screen and (max-width: 600px){
    
.headfoto {
        height: 300px!important;
    }
}


.text {
    margin-top: 380px;
    margin-left: 60px;
}

@media only screen and (max-width: 900px) {
     
    .txt img{
    transform: scale(0.8);
     margin-left: -150px;
        margin-top: 105px;
}
}
    @media only screen and (max-width: 800px) {
     
    .txt img{
    transform: scale(0.7);
     margin-left: -200px;
        margin-top: 150px;
}
        
        .headfoto {
            height:500px;
        }
   }     
            @media only screen and (max-width: 700px) {
     
    .txt img{
    transform: scale(0.6);
     margin-left: -200px;
      margin-top: 100px;
}
            }    
                            @media only screen and (max-width: 600px) {
     
    .txt img{
    transform: scale(0.4);
     margin-left: -260px;
        margin-top:50px;
}
    }
    
                


}

h3 {
    color: #b70c80;
    font-weight: 800;
}


.full-w-foto {
    background-color: #b70c80;
    width: 100%;
    max-width: 100vw;
}

.pr-title {
    background-color: #faf9f9;
    text-align:center;
    padding: 5px;
    width:100%;
    margin: 0;
    
}

.pr {
  background: rgb(238,238,238);
background: linear-gradient(180deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%); 
    width:100%;

}

.pr-element {
    padding: 15px 0 15px 0;
}

.pr-element > * {
    padding: 10px;
}

.pr-element {
    border-bottom: 0.5px solid #e5e5e5;
}

.pr-element p {
   margin: 0px;
    padding: 0px;
    margin-left: 45px;
    color: #b70c80;
    font-weight: 500;
    font-size: 14px;
}

.u-element p{
  display: inline;
}

.u-element p:first-child{
  color: #dc0b81;
    font-weight: 600;
    margin-right: 15px;
}

.u-element p:last-child {
      color: #dc0b81;
    font-weight: 600;
    margin-left: 15px;
}

.map {
    background: url(../assets/map.png);
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    
}

.contact {
    background-color: #b70c80;
    height: 329px;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.facebook {
    position: absolute;
    position: fixed;
    top: 50vh;
    z-index:50
}

.contact2 p{
    margin-left: 30px;
    color: #000;
}