/***************************
****************************
KONDITOREI BUCHMANN CSS-FILE
EDITOR: MARC HERB
DEZ. 2020
****************************
***************************/
/*
braun: #482700;
orange: #F49500;
hellbeige: #FDF8E8;
beige: #F2EBD4;

*/

/* work-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/work-sans-v19-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/work-sans-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/work-sans-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-sans-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/work-sans-v19-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/***********************
Allgemeine
**********************/

html, body {
	font-family: "Work Sans", sans-serif;
}

p a {
	font-weight: bold;
}

p a:hover {
	color: #000;
}


p {
    hyphens: initial;
}

table a {
    font-weight: bold;
	color: #F49500;
	color: #000;
}

table a:hover {
 	color: #482700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Work Sans", sans-serif;
}

h2 {
	font-weight: 700;
}

#container {
   	/* background: #FDF8E8; */
	padding-bottom: 100px;
}

.pb-xxs {
    padding-bottom: 40px !important;
}


.pt-xxs  {
    padding-top: 40px !important;
}


.level_1 li {
    margin-left: 40px;
}

.level_2 li {
    margin-left: 0px;
}

.braun p {
	color: #482700 !important;
}

.braun h2 {
	color: #482700 !important;
}


/***********************
DATENSCHUTZ
**********************/

.mod_privacy_optin_slim * {
    font-family: Arial, Verdana, sans-serif;
    line-height: 20px;
    font-size: 16px;
    box-sizing: border-box;
}




/***********************
HEADER UND LOGO
**********************/



.header.original .logo {
	height: 80px !important;
	width: 65px !important;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tp-bannertimer {
	display: none;
}

/***********************
NAVI
**********************/

.vlist * {
	font-family: "Work Sans", sans-serif;
}

/***********************
METANAVI
**********************/

#top .top_metanavi a {
	color: #000 !important;
	opacity: 1;
}

#top .top_metanavi a:hover {
    color: #F49500;
	color: #000;
	opacity: 1;
}


#top .top_metanavi li ul li {
    border-bottom: 0px solid rgba(0,0,0,.1);
 	width: 155px;
}

#top .top_metanavi li ul li a {
        color: #482700 !important;
        color: #000 !important;
}

#top .top_metanavi li ul li a:hover {
        color: #F49500!important;
        color: #000!important;
}


/***********************
Slider
**********************/

.ce_revolutionslider {
    position: relative;
    top: 98px;
}

.ce_revolutionslider * {
    font-family: "Work Sans", sans-serif !important;
}



/***********************
Akkordeon Backwaren
**********************/

.ce_accordion {
    margin-bottom: 1px;
    border-top: 1px solid #482700;
	background: white;
}

.ce_accordion strong {
	font-weight: 700;
}

.ce_accordion_v2 .accordion, .ce_accordion.style2 .accordion {
    padding: 10px 70px;
}

.ce_accordion_v2, .ce_accordion.style2 {
    margin-bottom: 0px;
    overflow: visible;
    border: 0;
}


.ce_accordion_v2 .toggler, .ce_accordion.style2 .toggler {
    box-shadow: none;
    cursor: pointer;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    position: relative;
	font-size: 22px;
	color: #000;
    font-weight: 700;
	border: none; 
    border-top: 1px solid #000 !important;
	}


.ce_accordion.style2 .toggler.ui-state-active {
    background: #fff;
	}

.ce_accordion_v2 .toggler.ui-state-active, .ce_accordion.style2 .toggler.ui-state-active {
    color: #F49500;
    color: #000;
   }

.ce_accordion_v2 .toggler.ui-state-active::before, .ce_accordion.style2 .toggler.ui-state-active::before {
    content: " \f068";
	font-size: 25px;
	color: #F49500;
	color: #000;
}

.ce_accordion_v2 .toggler::before, .ce_accordion.style2 .toggler::before {
    font-weight: normal;
    content: "\f107";
    border: 0px solid;
	font-size: 40px;
}

.ui-state-hover {
	color: red;
}

.ce_accordion .autogrid_grid {
	margin-bottom: 30px;
	padding-top: 30px;
	background-image: linear-gradient(to right, #000 20%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 9px 1px;
	background-repeat: repeat-x;
}

.ce_accordion_v2 .toggler:not(.ui-state-active):hover, .ce_accordion.style2 .toggler:not(.ui-state-active):hover {
    color: #000;
}

/***********************
Akkordeon Menülisten
**********************/

table {
    font-size: 18px;
}


.ce_table {
    font-size: 16px;
	border-top: 2px #482700 dotted;
}


#menu .autogrid_grid .column  {
    padding-left: 0px;
    padding-right: 0px;
}



.ce_table table th {
    background:#fff;
	color: #482700;
	padding: 12px 0 12px 0;
}

.ce_table table td {
    border-bottom: none;
	 padding: 0px;
}


.ce_table .col_last {
	text-align: right;
}


.col_0 {
	width: 60%;
}


.col_1 {
	width: 20%;
}

.col_2 {
	width: 20%;

}

/***********************
NEWS
**********************/

.newsteaser .image_container {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.newsteaser .content {
	/* padding: 0 !important;
    padding-top: 20px !important; */
    padding: 30px 15px !important;
    border: 1px solid black !important;
    border-top: none !important;
	/* border: none !important; */
	background: rgb(255 255 255) !important;
}

.newsteaser .content h6 * {
	color: #000 !important;
}

span[itemprop="headline"] {
  color: #000 !important;
}


 

/***********************
BUTTON WOCHENMENU
**********************/


.ce_hyperlink a, a.btn {
    background: #000;
    border-color: #FFF;
	font-weight: bold;
	color: #FFF;
	content: "\f107";
	font-size: 22px;
	text-align: left !important;
}

.ce_hyperlink a:hover, a.btn:hover {
   	color: #FFF;
	}
    
.ce_hyperlink a:hover, a.btn:hover {
	opacity: 1;
}


/***********************
BOXEN UNSER VERSPRECHEN
**********************/


.transp {
	opacity: 0.9;
	backdrop-filter: blur(30px);
}



/***********************
FORMULARE
**********************/

form fieldset {
    border: 0px solid rgba(0,0,0,.2);
  padding: 10px 10px 10px 0;
}



#footer li::after {
    border-bottom: none;
 }



/***********************
MOBILE UND TABLET
**********************/

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
  

/*Slider*/
.ce_revolutionslider {
    position: relative;
    top: 0px;
}
	
.ce_revolutionslider_text.bold, .font_headline {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 17px !important;
    line-height: 14px !important;
}
	
	.ce_revolutionslider_text {
    font-size: 23px !important;
    line-height: 48px !important;
}
	
.big {
		margin-top:25px;
}

	
	
.ce_accordion_v2 .accordion, .ce_accordion.style2 .accordion {
    padding: 10px 20px;
}
	
	table {
    font-size: 16px;
}

	
	
	
}


/***********************
Recaptcha
**********************/
.g-recaptcha {
    margin-left: 15px;
}
.widget.widget-captcha {
    margin-left: 15px;
}


/***********************
Style overwrites
**********************/

a:hover {
	text-decoration: underline !important;
    text-underline-offset: 5px;
}

footer a:hover {
	color: #FFF !important;
}
