
.bgimg-1 {
position: relative;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
background-image:url(../../assets/pictures/Friseur_Utting.jpeg);
min-height: 100%;
width: 100%
}
.hmy-content-wrapper.logo .hmy-content {
padding: 160px 0px 40px 0px;
}
.hmy-content-wrapper.navigation .hmy-content {
padding: 8% 0px 0px 0px;
}
.desktop {
display:inline!important;
}
.mobile {
display:none!important;
}


/*
*************************************************************
                      MEDIA
*************************************************************
*/


@media only screen and (min-width: 0px) and (max-width: 768px) {

.hmy-content-wrapper.logo .hmy-content {
padding: 60px 0px 40px 0px!important;
}
.hmy-content-wrapper.navigation .hmy-content {
padding: 0px!important;
}
.bgimg-1 {
display: none!important;
}
.desktop {
display:none!important;
}
.mobile {
display:inline!important;
}

}


/*Smaller desktop screens*/
@media only screen and (min-width: 600px) and (max-width: 1100px) {
.bgimg-1 {
display: none!important;
}
.desktop {
display:none!important;
}
.mobile {
display:inline!important;
}

}


/*Tablet ONLY. Use this query to add rules for tablets.*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

.bgimg-1 {
display: none!important;
}
.desktop {
display:none!important;
}
.mobile {
display:inline!important;
}

}


/*Portrait Tablet ONLY. Use this query to add rules for tablets in Prtrait orientation.
Landscape tablets should get a normal and unaltered display.*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

.bgimg-1 {
display: none!important;
}
.desktop {
display:none!important;
}
.mobile {
display:inline!important;
}


}
