/*===  fonts ===*/

@font-face {
  font-family: "Roboto", sans-serif;
  src: url(../fonts/Roboto-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: "Roboto", sans-serif;
  src: url(../fonts/Roboto-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Roboto", sans-serif;
  src: url(../fonts/Roboto-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Roboto", sans-serif;
  src: url(../fonts/Roboto-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Roboto", sans-serif;
  src: url(../fonts/Roboto-Bold.ttf);
  font-weight: 700;
}



body { 

    font-family: "Roboto", sans-serif;
    
}


h1,
h2,
h3,
h4,
h5,
h6 {
    
}


/*=== Basic css ===*/
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

ol,
ul {
    list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus {
    outline: none;
}

a {
    text-decoration: none;
    display: inline-block;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    line-height: 34px;
    border-radius: 50%;
    background: #DAA520; 
    text-align: center; 
    font-size: 16px;
    color: #ffffff;
    position: fixed;
    right: 30px;
    bottom: 25px;
    display: none;
    animation: lab_top_up 5s linear infinite;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #DAA520;
    z-index: 8888;    
}

.scrolltotop i {
    color: #000;
}

/*=== Main css ===*/

.container {
    max-width: 1310px;
    padding-left: 15px;
    padding-right: 15px;
}

.container-small {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

/*=======================
   header-area start 
=========================*/

.header-area {
    padding: 25px 40px 10px 47px;
}


.mobole-logo-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-logo a img {
    width: 103px;
}

.bar-icon a i {
    color: #000;
    font-size: 25px;
}

.header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-zone a img {
    width: 324px;
}

.menu-item ul {
    border-bottom: 3px solid #A89D97;
    padding-bottom: 10px;
}

.menu-item ul li {
    display: inline-block;
    margin-left: 23px;
}

.menu-item ul .extra-item {
    margin-left: 0;
}

.menu-item ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #A89D97;
}


/* ofcanvas-area start */


#offcanvasMenu .btn-close {
    position: absolute;
    top: 13px;
    right: 13px;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: var(--bs-btn-close-focus-opacity);
}

.ofcanvas-logo a img {
    width: 130px;
    margin-bottom: 15px;
}

.offcanvas-body ul {
    padding: 0;
    margin: 0;
}

.offcanvas-body ul li {
    margin-bottom: 10px;
}

.offcanvas-body ul li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #A89D97;
}

.offcanvas-body ul li a:hover {
    border-bottom: 2px solid #A89D97;
    transition: 0.3s ease-in-out;
}


/*=======================
   banner-area start 
=========================*/

.banner-area {

}

.banner-area img {
    width: 100%;
}


/*=======================
   sind-area start 
=========================*/

.sind-area {
    padding: 85px 0 140px;
}

.sind-ctn h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.3;
    color: #706762;
    margin-bottom: 16px;
}

.sind-ctn p {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: #706762;
    margin-bottom: 15px;
}


/*=======================
   salon-area start 
=========================*/

.salon-area {
    padding: 0 0 170px;
}

.inner-salon h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
    color: #706762;
    margin-bottom: 25px;
}

.salon-banner img {
    width: 100%;
    margin-bottom: 70px;
}

.inner-salon-left img {
    width: 100%;
}


/*=======================
   unsere-area start 
=========================*/

.unsere-area {

}

.unsere-ctn h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
    color: #706762;
    margin-bottom: 45px;
}

.pre-left {
    margin-bottom: 55px;
}

.preise-flex {
    display: flex;
    margin-top: -14px;
    margin-bottom: 50px;
    justify-content: space-between;
}

.preise-flex h4 {
    font-weight: 600;
    font-size: 19px;
    line-height: 1.2;
    color: #706762;
}

.preise-flex h4 {
    font-weight: 600;
    font-size: 19px;
    line-height: 1.2;
    color: #706762;
    padding: 0 10px;
    background: #fff;
}

.dotted-border {
    width: 100%;
    border-bottom: 1px dotted #C8BAB0;
    border-width: medium;
}

.besonderen-content {

}

.besonderen-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #A89D97;
    margin-top: 55px;
    margin-bottom: 45px;
}

.preise-second {
    margin-bottom: 53px;
}

.kids-salon-zone {
    margin-bottom: 55px;
}

.kids-salon-zone img {
    padding-left: 100px;
}


/*=======================
   referenzen-area start 
=========================*/

.referenzen-area {
    padding: 50px 0 48px;
}

.referenzen-ctn h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
    color: #706762;
    margin-bottom: 25px;
}

.referenzen-box {
    max-width: 570px;
    margin: 0 auto;
}


.refer-img-left {
    margin-bottom: 40px;
}

.refer-img-right {
    margin-bottom: 0;
}

.refer-img-left img {
    width: 217px;
    height: 290px;
    object-fit: cover;
}

.offnungszeiten-area {

}

.inner-offnun h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 15px;
    color: #706762;
    margin-top: 48px;
}

.order-box {
    text-align: center;
}

.order-box ul li {
    margin-bottom: 13px;
}

.order-box ul li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #706762;
}


.offnungszeiten-zone {
    padding: 0 0 180px;
}


/*=======================
   kontact-area start 
=========================*/

.kontact-area {
    padding: 0 0 130px;
}

.kontact-ctn p {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    color: #706762;
    margin-bottom: 33px;
}

.kontact-form form input {
    width: 100%;
    height: 47px;
    padding: 0 17px;
    border: 1px solid #A89D97;
    border-radius: 4px;

    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 10px;
}

.kontact-form form input::placeholder {
    color: #A89D97;
}

.kontact-form form textarea {
    width: 100%;
    height: 87px;
    padding: 8px 17px;
    border: 1px solid #A89D97;
    border-radius: 4px;

    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 10px;
}

.kontact-form form textarea::placeholder {
    color: #A89D97;
}

.kontact-form button {
    width: 100%;
    height: 40px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
    text-align: center;
    color: #FFFFFF;
    
    background: #A89D97;
    border: none;
    border-radius: 3px;
}

/*=======================
   map-area start 
=========================*/

.map-area {
    background: #DFD5CE;
    padding: 20px 0;
}

.address-zone {
    text-align: center;
}

.address-text-fast ul li {
    margin-bottom: 14px;
}

.address-text-fast ul li a {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
    color: #A89D97;
}

.address-icon ul li {
    display: inline-block;
}


.address-icon {
    margin-top: 53px;
}

.address-icon ul {
    padding: 0;
    margin: 0;
}

.address-icon ul li a {
    width: 50px;
    height: 50px;
    line-height: 56px;
    background: #A89D97;
    border-radius: 5px;
    text-align: center;
}

.address-icon ul li a i {
    font-size: 24px;
    color: #FFFFFF;
}


/*=======================
   footer-area start 
=========================*/

.footer-area {
    padding: 80px 0 150px;
}

.impresum-ctn {

}

.impresum-ctn h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    color: #D1C9C3;
    margin-bottom: 20px;
}

.impresum-ctn p {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    color: #A89D97;
    margin-bottom: 14px;
}

.impresum-ctn h6 {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    color: #A89D97;
}

.impresum-ctn h6 span {
    font-weight: 700;
}

.footer-contact {

}

.footer-contact h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    color: #D1C9C3;
    margin-bottom: 14px;
    margin-top: 14px;
}

.footer-contact ul {
    padding: 0;
    margin: 0;
}

.footer-contact ul li {

}

.footer-contact ul li a {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    color: #A89D97;
}

.footer-contact p {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    color: #A89D97;
    margin-top: 14px;
    margin-bottom: 48px;
}

.footer-pera h6 {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
    color: #A89D97;
    margin-bottom: 14px;
}

.footer-pera p {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    color: #A89D97;
    margin-bottom: 14px;
}