/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 8, 2023 */
@font-face {
    font-family: 'satisfy';
    src: url('/fonts/satisfy/satisfy-regular-webfont.eot');
    src: url('/fonts/satisfy/satisfy-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/satisfy/satisfy-regular-webfont.woff2') format('woff2'),
         url('/fonts/satisfy/satisfy-regular-webfont.woff') format('woff'),
         url('/fonts/satisfy/satisfy-regular-webfont.ttf') format('truetype'),
         url('/fonts/satisfy/satisfy-regular-webfont.svg#satisfyregular') format('svg');
}
/* **************************************************************************** */


body{
    background-color: #fdf7eb;

    font-size: 1.25rem;    
    color: #3a3120;
}



h1, h2, h3, h4, h5, h6{
    font-family: 'satisfy';
    font-weight: bold;
}
h1, h1.sppb-title-heading{font-size: 3rem !important;}
h2, h2.sppb-title-heading{font-size: 2.7rem !important;}
h3, h3.sppb-title-heading{font-size: 2.3rem !important;}
h4, h4.sppb-title-heading{font-size: 1.7rem !important;}
h5, h5.sppb-title-heading{font-size: 1.4rem !important;}
h6, h6.sppb-title-heading{font-size: 1.25rem !important;}

a{
    color: #e0a606;
}
a:hover, a:focus, a:active {
    color: #ee8616;
}





#sp-header {
    background: #3a3120;
    box-shadow: 0px 0px 5px #8a6742;
}
#sp-header .justify-content-end{

    justify-content: center!important;
    
}
.sp-megamenu-parent > li > a {
    font-size: 1.1rem;
    color: #b3aa99; 
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #EE8616;
}
.sp-megamenu-parent > li:hover > a {
    color: #EE8616;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    margin-left: 40px;
}
.burger-icon > span {
    height: 3px;
    background-color: #b3aa99;
}




#sp-top1,
#sp-logo,
#sp-top2 {

    display: flex;
    justify-content: center;    
    align-items: center;
    
    padding: 25px 0 25px 0;
    
}





.sp-module ul > li > a:hover {
    color: #ee8616;
    transition: color 400ms, background-color 400ms;
}
.sp-module ul.sp-contact-info li a{
    color: #e0a606;
    transition: color 400ms, background-color 400ms;
}
.sp-module ul.sp-contact-info li a:hover{
    color: #ee8616;
}

#sp-slider{


}
#sp-slider .sppb-addon-single-image-container{
    display: block;
    padding: 0 0 5% 0;
    background-image: url(../images/slider-shadow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}   
#sp-slider .sppb-addon-single-image-container img{
    width: 100%;
    border: solid 10px #fff;    
}


#sp-bottom {  
    _color: #FFFFFF;
    background: transparent;
    _box-shadow: 0px 0px 5px #8a6742;
}
#sp-footer {  
    color: #FFFFFF;
    background: #3a3120;
    box-shadow: 0px 0px 5px #8a6742;
}




.sp-contact-info li {

    font-size: inherit;

}




ul.speisekarte{

}
ul.speisekarte li{
    display: flex;
    padding: 2px 0 2px 0;    
}
ul.speisekarte li:before{
    display: block;
    
    padding: 6px 5px 0 0;
    
    border-top: dotted thin #ccc;
    
    content: "-";
}
ul.speisekarte li b{
    padding: 6px 0 2px 0;
    border-top: dotted thin #ccc;
}
ul.speisekarte li b:first-child{
    width: 90%;
}
ul.speisekarte li b:last-child{
    width: 10%;
    
    text-align: right;
}




.bt-001{
    display: inline-block;
    
    padding: 5px 10px;

    background-color: #3a3120;
    
    color: #fff;
}
.bt-001:hover{

    background-color: #3a3120;
    
    color: #fff;
}
.img-border-01 {
    border: solid 3px #fff;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 44%);
    border-radius: 2px;
}
.box-border-001 .sppb-row .sppb-column{
    display: flex;
    
    align-items: center;
    text-align: center;
    
    padding: 15px 15px 5px 15px;
    
    border: solid 1px #aaa;
}
.sppb-addon-divider-wrap:after {
    content: '';
    display: block;
    height: 10px;
    margin: -35px auto 0;
    width: 55px;
    background-image: url(../images/hr-img-01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #fdf7eb;
}






element.style {
}
.speasyimagegallery-gallery-item-content {
    display: none;
}




/* Formular  ***************************************************************** */
label{
    font-weight: 100;
}

input::placeholder, textarea::placeholder {
  color: #000;
}

textarea, input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control),
input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control),
input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
    font-size: 1.25rem;
    line-height: 1.45;
    color: #151515;
    
    background-color: #f2ead9;
}

textarea, input[type="text"]:not(.form-control):focus, input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus,
input[type="date"]:not(.form-control):focus, input[type="password"]:not(.form-control):focus, input[type="search"]:not(.form-control):focus,
input[type="tel"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, select:not(.form-control):focus {
    color: #151515;
    background-color: #f2ead9;
    border-color: none;
    outline: 0;
}



input[type=checkbox]:not(old),
input[type=radio]:not(old){
  width   : 0;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio]:not(old) + label{
  display      : inline-block;
  margin-left  : -19px;
  padding-left : 26px;
  background   : url('../images/icons/checks.png') no-repeat 0 0;
  line-height  : 24px;
}

input[type=checkbox]:not(old):checked + label{
  background-position : 0 -24px;
}

input[type=radio]:not(old):checked + label{
  background-position : 0 -48px;
}



.hikelCOM_Formular label{
    cursor: pointer;
}
.hikelCOM_Formular .fild{
    padding: 15px;

    color: #151515;
    background-color: #f2ead9;

    border: 1px solid #e0dcd1;
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.hikelCOM_Formular .err{
    padding: 5px 10px;

    color: #151515;

    border-radius: 0.25rem;

    background-color: #ff7807;
}
.hikelCOM_Formular .flex{
    display: flex;
    flex-wrap: wrap;
}
.hikelCOM_Formular .flex > div{
    width: 25%;

    padding: 0 10px;

    white-space: nowrap;
}
.hikelCOM_Formular .flex > div input{
    margin: 0 5px 0 0;
}

.hikelCOM_Formular textarea{
    display: block;

    width: 100%;

    padding: 0.5rem 0.75rem;


    border: 1px solid #e0dcd1;

    border-radius: 0.25rem;


    background-image: none;

    background-clip: padding-box;


    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;



    font-size: 1.25rem;
    line-height: 1.45;
    color: #151515;
}

@media screen and (max-width: 1000px) {
    .hikelCOM_Formular .flex > div {
        width: 33%;
    }
}
@media screen and (max-width: 800px) {
    .hikelCOM_Formular .flex > div {
        width: 100%;
    }
}








.schnell_kontakt .flex{
  display: flex;
  
  margin: 0 -15px;
}
.schnell_kontakt .flex > div{
  width: 100%;
  
  padding: 0 15px;
}
.schnell_kontakt .flex > div.left,
.schnell_kontakt .flex > div.right{
  display: flex;
  flex-wrap: wrap;
}
.schnell_kontakt .flex > div.left div{
  width: 100%;
}
.schnell_kontakt .flex > div.left div.name{
  align-self: baseline;
}
.schnell_kontakt .flex > div.left div.tel{
  align-self: center;
}
.schnell_kontakt .flex > div.left div.email{
  align-self: flex-end;
}

.schnell_kontakt .flex > div.right textarea{
  align-self: stretch;
  
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.schnell_kontakt button{
  width: 100%;
  
  padding: 5px;
  
  border: none;
  
  background: #3a3120;
  
  color: #fff;
  
  transition: background 0.5s;
  
}
.schnell_kontakt button:hover{

  background: #ef7c00;

}
@media (max-width: 1080px){

    .schnell_kontakt .flex{
    
        flex-direction: column;
        
        margin: 0 -15px;
      
    }
    .schnell_kontakt input{

        margin: 0 0 15px 0;
      
    }

}


/*  */
.justifyContentCenter .sppb-row {
  justify-content: center !important;
}