/*
Theme Name: Hello Elementor Child
Theme URI:  https://example.com/hello-elementor-child
Description: Child theme for Hello Elementor — place your custom CSS here.
Author:      Your Name or Company
Author URI:  https://example.com
Template:    hello-elementor
Version:     1.0.0
Text Domain: hello-elementor-child
*/
/* Recommended: woff2 + woff fallbacks, relative paths from child style.css */


@font-face {
	font-family: 'FoodTruckSignage';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('assets/fonts/FoodTruckSignage.otf') format('opentype');
}

/* Panton (normal & bold) */
@font-face {
	font-family: 'Panton';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('assets/fonts/Panton-Regular.woff') format('woff'),
		url('assets/fonts/Panton-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'Panton';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('assets/fonts/Panton-Bold.woff') format('woff'),
		url('assets/fonts/Panton-Bold.otf') format('opentype');
}

/* Officina (italic bold) */
@font-face {
	font-family: 'Officina';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url('assets/fonts/officina.woff') format('woff'),
		url('assets/fonts/officina.otf') format('opentype');
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'FoodTruckSignage' !important;
	font-weight: 500;
}


body{
	font-family: 'Officina';
	font-weight: bold;
	font-size: 24px;
	text-align: left;
}

.lieferanten-post.is--hero > .caption, .lieferanten-post.is--hero > .excerpt { display:none !important; }
.lieferanten-filter { display:none; }
.lieferanten-post .title, .rezept-post a span { font-family:'Officina' !important; }
.lieferanten-post > a, .lieferanten-post > a:hover, .rezept-post > a, .rezept-post > a:hover { color:#000 !important; }


a {
	color:#008572;
}
h1{
	font-size: 56px;
	padding-bottom: 2rem;
}

h2{
	font-size: 36px;
	padding-bottom: 2rem;
	font-family:'Officina' !important;
}

h3{
	font-size: 26px;
	padding-bottom: 2rem;
}

h4{
	font-size: 24px;
	padding-bottom: 2rem;
}

h5{
	font-size: 22px;
	padding-bottom: 2rem;
}

h6{
	font-size: 20px;
	padding-bottom: 2rem;
}

p{
	padding: 0 1rem;
}


.teaser-image {
	height: 50vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top:2rem;
	z-index: 1;
	position: relative;
}
.is--home .teaser-image {
	height: 80vh;
}

.logo {
	display:inline-block;
	width: 156px;
	height: 88px;
	background-image:url('assets/images/logo.png');
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	left:50%;
	margin-left:-37px;
}
.row.menu {
	padding-top: .5rem;
	height:96px;
}
.header-animation {
	-webkit-transition: background-color 100ms linear;
	-ms-transition: background-color 100ms linear;
	transition: background-color 100ms linear;
}
.navigation-bar {
	position: absolute;
	right: 1rem;
	font-size: 40px;
	line-height: 88px;
	display:inline-block;
	text-align: left;
	width:35px;
	max-width: calc(100% - 180px);
}
.navigation-bar--link {
	color: #fec400;
}
.navigation-bar--link:hover {
	color:#000000;
}
.row.menu ul {
	display:none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: black;
	font-family:'Officina';
	line-height: 80px;
	font-size: 22px;
}
.row.menu li {
	display:none;
}



footer a {
	color: #fff;
}
footer a:hover {
	color: #FEC400;
	text-decoration: none;
}
a:hover {
	text-decoration: none !important;
}

.menu-item a:hover {
	text-decoration: none !important;
}

.wpcf7-submit, .wpcf7-submit:hover {
	background-color: #FEC400;
	color: #000;
	border-color: #FEC400;
}

.alignfull {
	margin-inline: auto !important;
	max-width: 100% !important;
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	margin-top: 42px;
}

@media (max-width: 768px) {
	.elementor-nav-menu--main {
		display: none !important;
	}
}


.lieferanten-post {
	padding: 0.5rem;
}

.lieferanten-post a {
	display: flex;
	flex-direction: column;
}
.lieferanten-post a span {
	background-color: white;
	padding: 0.5rem 1rem;
}
.lieferanten-post a:hover span {
	background-color: #fec400;
}

.lieferanten-post.is--hero {
	padding: 1rem;
	background-color: white;
}
.lieferanten-post .title {
	padding: 0.5rem 0;
	display: block;
}
.lieferanten-post.is--hero .more {
	font-family: 'FoodTruckSignage';
	font-weight: 500;
}


.single-lieferanten h2.wp-block-heading.bg--padding {
	padding: 1rem;
}
.single-lieferanten .wp-block-column {
	padding-left: 1rem;
	padding-right: 1rem;
}
figcaption {
	text-align: center;
	font-size:18px;
}
.g-btn a, .g-btn-a {
  font-family: 'Panton';
  border: 0;
  border-radius: 0;
  padding: .6rem 4rem .8rem 4rem;
  font-size: 1.5rem;
}
.g-btn-primary a, .g-btn-primary-a {
  background-image: url('assets/images/GadR_Button.png');
  background-size: contain;
  color: black;
  text-decoration: none;
  font-family: 'Officina';
}





