body{
	color: #404040;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    /*font-weight: 300;*/
    color: #960f06;
}

a {
    color: #e21f1d;
}

td{
  vertical-align: top;
}

#sp-top-bar{
	position: relative;
  z-index: 10;	
	
	background: rgba(207,206,201,1);
	background: -moz-linear-gradient(top, rgba(207,206,201,1) 0%, rgba(254,254,254,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(207,206,201,1)), color-stop(100%, rgba(254,254,254,1)));
	background: -webkit-linear-gradient(top, rgba(207,206,201,1) 0%, rgba(254,254,254,1) 100%);
	background: -o-linear-gradient(top, rgba(207,206,201,1) 0%, rgba(254,254,254,1) 100%);
	background: -ms-linear-gradient(top, rgba(207,206,201,1) 0%, rgba(254,254,254,1) 100%);
	background: linear-gradient(to bottom, rgba(207,206,201,1) 0%, rgba(254,254,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcec9', endColorstr='#fefefe', GradientType=0 );
}
#sp-top-bar a {
    color: #252525;
}
#sp-top-bar a:hover {
    color: #991006;
}

#sp-top-bar #sp-top2{
	text-align: right;
}
#sp-top-bar #sp-top2 .sp-column {
	display: flex;
  justify-content: flex-end;
}
#sp-top-bar #sp-top2 .sp-column .sp-contact-info li{
	padding-right: 25px;
}
#sp-top-bar #sp-top2 .sp-column .sp-contact-info li > span{
	 color: #404040;
}
#sp-top-bar #sp-top2 .sp-column .sp-contact-info li > a{
	 color: #252525;
}   
#sp-top-bar #sp-top2 .sp-column .social-icons li > a{
	 color: #404040;
}
#sp-top-bar #sp-top2 .sp-column .social-icons li:first-child{
	 padding-right: 16px;
}



#sp-custom-header-sec{
	border-top: solid 3px #991006; 
	border-bottom: solid 3px #991006; 
  
  background-image: url(../images/hg-004.png);
}
#sp-custom-header-sec #sp-custom-header *{
  margin: 0;
  padding: 0;
}
#sp-custom-header-sec .logo img{
	height: 120px;
  padding: 15px 0 !important;
}
#sp-custom-header-sec .logo-m img{
	height: 110px;
  padding: 10px 0 !important;
}
#sp-custom-header-sec .logo-txt-m img{
	height: 90px;
  padding: 10px 0 !important;
}


.sp-megamenu-parent > li > a:hover {
    color: #991006;
}
.sp-megamenu-parent > li:hover > a {
    color: #991006;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #991006;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #991006;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #991006;
}


#sp-main-body .page-content > section{

  padding: 100px 0;

}
#sp-main-body .page-content > #title{
  text-align: center;
  
  padding: 50px 0 0 0;

}

.sppb-addon-single-image-container {
    vertical-align: bottom;
}



#sp-page-builder .sppb-section-title .sppb-title-heading {
    text-transform: uppercase;
}






#sp-footer, #sp-bottom {

    border-top: solid 3px #991006;
    border-bottom: solid 3px #991006;
    
    background: #252525;    
 
    color: #fff;
}

#sp-footer {
  background-image: url(../images/hg-004.png);
  background-size: inherit;
}
#sp-footer .social-icons{
  font-size: 3rem;
}

.kontakt-bottom{
  padding: 100px 0;
  
  font-size: 1.75rem;
  font-weight: 500;
  
  color: #ffffff;
}
.kontakt-bottom > .sppb-container-inner {
    width: 70%;
    margin: auto;
}
.kontakt-bottom > .sppb-container-inner p:first-child{
    background: #00000025;
    
    text-shadow: 1px 1px #000000;
}
.kontakt-bottom > .sppb-container-inner p a{
    color: #ffffff;
    
    text-shadow: 1px 1px #000000;
}
     


/* Startseite ****************************************************************** */
.home-top-aktuell{



}
.home-top-aktuell .sppb-row{
  justify-content: center;
}
.home-top-aktuell .sppb-row > div{
  margin-bottom: 25px;
}
.home-top-aktuell .sppb-column{
  padding: 20px;
    
  background-color: #fff;
  
  box-shadow: 0px 0px 15px 0px #cccccc50;
}
.home-top-aktuell .sppb-column .sppb-column{
  box-shadow: none;
}
.home-top-aktuell .f{
  display: flex;
}
.home-top-aktuell .f > *{
  width: 50%;
}

#home-angebote{
  background: #f0f0f0;
}
#home-angebote .anbebot-sp-modul > .sppb-addon-content{
  display: flex;
}

#home-angebote .anbebot-sp-modul > .sppb-addon-content > .sp-mod-angebote{
  width: 100%;
  
  padding: 15px;
}
#home-angebote .anbebot-sp-modul > .sppb-addon-content > .sp-mod-angebote:first-child{
  margin-right: 15px;
  
  background: #fafafa;
}
#home-angebote .anbebot-sp-modul > .sppb-addon-content > .sp-mod-angebote:last-child{
  margin-left: 15px;
  
  background: #fafafa;
}

#home-angebote .angebot-title{
  text-align: center;
  
  margin-bottom: 10px;
}
#home-angebote .angebot-title > div > div{
  border-bottom: solid 3px #000;
}

#home-angebote .angebot-r1{
  
}
#home-angebote .angebot-r2{
  
}
#home-angebote .angebot-mittagstisch{

}


.import.outer{
    display: flex;
    align-items: stretch;
}
.import.outer .col{
    display: flex;
    align-items: stretch;    
}
.import.outer .col .col_inner{
    background-color: #fff;   
}
.import.outer .col .col_inner {
    padding: 15px;

    background-color: #fff;  
}
.import.outer .col .col_inner .title{   
    text-align: center;
    
    border-bottom: solid 3px #000;
}
.import.outer .col .col_inner .items{
    display: flex;
    flex-wrap: wrap;
    
    padding: 10px 0 0 0;
}
.import.outer .col .col_inner .items .item{
    width: 33%;
    
    padding: 0 10px 0 0;  
}

.import.outer.angebote .col .col_inner .items{
    flex-wrap: nowrap;
}
.import.outer.angebote .col .col_inner .items .items_col_1{
    display: flex;
    flex-wrap: wrap;
    
    width: 65%;
}
.import.outer.angebote .col .col_inner .items .items_col_1 .item{
    width: 50%
}
.import.outer.angebote .col .col_inner .items .items_col_2{
    width: 35%;
}
.import.outer.angebote .col .col_inner .items .items_col_2 .item{
    width: 100%;
}
@media all and ( max-width: 1020px ){

    .import.outer{
        flex-wrap: wrap;
    }
    .import.outer.angebote .col .col_inner .items {
        flex-wrap: wrap;
    }
    .import.outer.angebote .col .col_inner .items .items_col_1,
    .import.outer.angebote .col .col_inner .items .items_col_2 {
        width: 100%;
    }
    .import.outer.angebote .col .col_inner .items .items_col_1 .item {
        width: 100%;
    }
     
}




#home-aktuelles{
	background-color: #c7c7c7;
}
#home-aktuelles .sppb-column{
  padding: 15px;
  
	border-top: solid 3px #960f06;
  border-bottom: solid 3px #960f06;
  
  background-color: #fffffff0;
}
#home-aktuelles .sppb-column .sppb-addon-title{
  padding:  0 0 15px 0;
}



@media all and ( max-width: 800px ){

    .home_top_aktuell{
    
        flex-wrap: wrap;    
    
        justify-content: center;
        
    }

}



#home-leistungen{
	background-color: #f8f8f8;
}
#home-leistungen .sppb-column{	
	padding: 20px 10px;
	
	background-color: #fff;
	
	border-top: solid 3px #960f06;
    border-bottom: solid 3px #960f06;
}
#home-leistungen .sppb-column .sppb-addon-title{
	padding: 15px 0;
	
	color: #9e2018;
}




/* **************************************************************************** */
.bt{
  display: inline-block;

  /*padding: 10px 15px;*/
  
  /*text-transform: uppercase;   */
}
.bt-red{
  color: #960f06;
}
.bt-red:hover{
  background-color: #960f06;
  
  color: #fff;
}  




/* **************************************************************************** */
#hikelCOM_Form .msg_err {
    padding: 5px 10px;
    border: solid thin lightcoral;
}  
  
  
  
  
  
  
/* datenschutzerklaerung *******************************************************/
.datenschutzerklaerung li{
        
    margin-bottom: 10px; 

}
.datenschutzerklaerung .bold{
        
    font-weight: bold; 

}
.datenschutzerklaerung .title{
        
    margin: 0 0 10px 0; 

}
.datenschutzerklaerung .txt,
.datenschutzerklaerung .txt{
    
        
    font-weight: normal; 

}  