@font-face {
	font-family: "icons";
	src: url("../fonts/icons.eot?5h4ogi");
	src: url("../fonts/icons.eot?5h4ogi#iefix") format("embedded-opentype"),
		 url("../fonts/icons.woff2?5h4ogi") format("woff2"),
		 url("../fonts/icons.woff?5h4ogi") format("woff"),
		 url("../fonts/icons.ttf?5h4ogi") format("truetype"),
		 url("../fonts/icons.svg?5h4ogi#icons") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	speak: none;
	font-family: "icons" !important;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
}

.logo {
    background-image: url('/wp-content/themes/billfoldr/assets/logo/logo.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    width: 150px;   /* oder was bei Dir passend ist */
    height: 50px;   /* evtl. anpassen, je nach SVG-Proportionen */
}

.icon-logo .path1:before {
	content: "\e900";
	color: rgb(149, 193, 34);
}

.icon-logo .path2:before {
	content: "\e901";
	margin-left: -3.8251953125em;
	color: rgb(17, 105, 47);
}

.icon-menu:before {
	content: "\e902";
}

.icon-share:before {
	content: "\e903";
}

.icon-social-facebook:before {
	content: "\e904";
}

.icon-social-instagram:before {
	content: "\e905";
}

.icon-social-mail:before {
	content: "\e906";
}

.icon-social-pinterest:before {
	content: "\e907";
}

.icon-social-whatsapp:before {
	content: "\e908";
}

.icon-social-x:before {
	content: "\e909";
}

.icon-social-tiktok:before {
	content: "\e90a";
}

.icon-social-youtube:before {
	content: "\e90b";
}

.icon-social-linkedin:before {
	content: "\e90c";
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	outline: 0;
}

a {
	color: #9a8817;
	font-weight: 400;
	text-decoration: none;
}

.no-touch a:hover {
	text-decoration: underline;
}

b, strong {
	font-weight: 700;
}

body {
	color: #333333;
	font-family: "Open Sans", Sans-Serif;
	font-size: 16px;
	font-weight: 300;
	height: 100%;
	line-height: 1.6;
	margin: 0;
	overflow-x: hidden;
}

html {
	height: 100%;
}

hr {
	border-bottom: 1px solid #b2b2b2;
	border-top: 0;
	height: 0;
	margin: 30px 0;
}

p {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	margin: 0 0 20px 0;
}

p:last-child {
	margin: 0;
}

header {
	background: #ffffff;
	border-bottom: 1px solid #b2b2b2;
	height: 80px;
	left: 0;
	padding: 20px 0;
	position: fixed;
	width: 100%;
	z-index: 10;
}

header > section {
	position: relative;
}

.header-logo {
	display: inline-block;
}

.header-logo > a {
	display: inline-block;
	font-size: 40px;
	line-height: 1;
	text-decoration: none !important;
}

.header-buttons {
	display: none;
	position: absolute;
	right: 20px;
	top: 0;
}

.header-button-menu {
	color: #9a8817;
	cursor: pointer;
	display: block;
	font-size: 29px;
	line-height: 1;
}

.header-button-menu.active {
	color: #666666;
}

nav {
	background: #ffffff;
	border-bottom: 1px solid #b2b2b2;
	left: 0;
	margin-top: 80px;
	position: fixed;
	width: 100%;
	z-index: 11;
}

.menu-header {
	font-size: 14px;
	list-style: none;
	padding: 0;
}

.menu-header li {
	display: inline-block;
}

.menu-header li:after {
	content: "|";
	display: inline-block;
	margin: 0 5px;
}

.menu-header li:last-child:after {
	display: none;
}

.menu-header li > a {
	letter-spacing: 2px;
	text-transform: uppercase;
}

.menu-header li.active > a {
	text-decoration: underline;
}

main {
	padding-bottom: 60px;	
	padding-top: 160px;	
}

main > section {
	margin-bottom: 30px;
}

main > section:last-child {
	margin-bottom: 0;
}

.breadcrumbs {
	font-size: 12px;
	font-style: italic;
	letter-spacing: 2px;
	margin-bottom: 30px;
	margin-top: -30px;
	padding-bottom: 5px;
	padding-top: 5px;
	position: relative;
	text-transform: uppercase;
}

.breadcrumbs:after {
	background: #b2b2b2;
	bottom: 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1;
}

.footer1, .footer2 {
	color: #9a8817;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 40px;
	padding-top: 40px;
	position: relative;
}

.footer1:after {
	background: #b2b2b2;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1;
}

.footer2:after {
	background: #ffffff;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1;
}

.footer1 .footer-logo,
.footer1 .footer-socials {
	font-size: 40px;
	padding-bottom: 20px;
	text-align: center;
	width: 100%;
}

.footer1 .footer-socials {
	padding-bottom: 70px;
	position: relative;
}

.footer1 .footer-socials > a {
	text-decoration: none;
}

.footer1 .footer-socials:after {
	background: #b2b2b2;
	bottom: 40px;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1;
}

.footer1 ul, .footer2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 30%;
}

.footer1 li.title, .footer2 li.title {
	font-weight: 700;
	padding-bottom: 20px;
}

.footer1 li.active > a, .footer2 li.active > a {
	text-decoration: underline;
}

.button, .button-alt {
	-webkit-appearance: none;
	appearance: none;
	background: #9a8817;
	border: 0;
	-webkit-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 40px;
	text-align: center;
	text-decoration: none !important;
}

.button-alt {
	background: #ffffff;
	border: 1px solid #9a8817;
	color: #9a8817;
}

.col {
	margin-bottom: 30px;
	padding: 15px;
}

.col-11 {
	width: 11.11%;
}

.col-25 {
	width: 25%;
}

.col-33 {
	width: 33%;
}

.col-50 {
	width: 50%;
}

.col-67 {
	width: 67%;
}

.col-100 {
	width: 100%;
}

.grid {
	display: flex;
	flex-wrap: wrap;
	margin: -15px -15px -30px -15px;
	overflow: hidden;
}

.image-caption {
	font-size: 12px;
}

.image-responsive {
	height: auto;
	width: 100%;
}

.image-responsive-max {
	height: auto;
	max-width: 100%;
}

.input {
	-webkit-appearance: none;
	background: #ffffff;
	border: 1px solid #9a8817;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #333333;
	font-family: inherit;
	font-size: inherit;
	margin-bottom: 20px;
	max-width: 600px;
	padding: 8px 10px;
	resize: none;
	width: 100%;
}

.text-color-green {
	color: #9a8817 !important;
}

.text-headline-1,
.text-headline-2,
.text-headline-3,
.text-headline-4,
.text-headline-5,
h1, h2, h3, h4, h5 {
	color: #4c4c4c;
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.text-headline-2, h2 {
	font-size: 26px;
	font-weight: 600;
}

.text-headline-3, h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 5px 0;
}

.text-headline-4, h4 {
	font-size: 19.5px;
	font-weight: 300;
	margin: 0 0 5px 0;
}

.text-headline-5, h5 {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 5px 0;
}

.text-headline-1 > a,
.text-headline-2 > a,
.text-headline-3 > a,
.text-headline-4 > a,
.text-headline-5 > a,
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

section {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
}

section.banner {
	position: relative;
}

section.first-element {
	margin-top: -30px;
}

section.narrow {
	max-width: 600px;
}

.banner-text {
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	width: 33%;
}

.banner-text .text-headline-1 {
	font-size: 40px;
	line-height: 1.2;
}

.banner-text .text-headline-4 {
	font-size: 26px;
	line-height: 1.2;
}

.location-listing-title {
	letter-spacing: 1px;
	text-transform: uppercase;
}

.blog-item-headline {
	font-weight: 600;
	margin-bottom: 10px;
}

.blog-item-image > img {
	height: auto;
	width: 100%;
}

.pagination {
	margin-top: 30px;
}

.pages > a {
	border: 1px solid #9a8817;
	display: inline-block;
	height: 30px;
	line-height: 28px;
	margin-right: 10px;
	text-align: center;
	width: 30px;
}

.pages > a.active {
	border-color: #999999;
	background: #999999;
	color: #ffffff;
	text-decoration: none;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: -10px -10px 20px -10px;
}

.gallery .gallery-item {
	margin: 0;
	padding: 10px;
}

.gallery.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
	width: 33.333%;
}

.gallery.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery .gallery-item img {
	height: auto;
	width: 100%;
}

.share > span {
	display: block;
	margin-bottom: 5px;
}

.share > a {
	font-size: 28px;
	text-decoration: none !important;
}

.wpcf7 .checkbox .wpcf7-list-item input {
	display: none;
}

.wpcf7 .checkbox .wpcf7-list-item-label {
	cursor: pointer;
	display: inline-block;
	margin: 5px 20px 10px 0;
	padding-left: 52px;
	padding-top: 9px;
	position: relative;
	z-index: 2;
}

.wpcf7 .checkbox .wpcf7-list-item-label:after {
	background: #ffffff;
	border: 1px solid #333333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #333333;
	content: "";
	height: 38px;
	font-size: 20px;
	font-weight: 300;
	left: 0;
	line-height: 36px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 38px;
	z-index: 1;
}

.wpcf7 .checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
    content: "x";
}

.wpcf7 .screen-reader-response {
	display: none;
}

.wpcf7 .wpcf7-not-valid {
	border-color: #de3722;
}

.wpcf7 .wpcf7-not-valid-tip {
	color: #de3722;
	display: block;
	font-size: 14px;
	margin: -15px 0 20px 0;
}

.wpcf7 form .wpcf7-response-output {
	border: 0 !important;
	font-weight: 700;
	margin: 20px 0 0 0;
	padding: 0;
}

@media only screen and (max-width: 1023px) {
	
	.grid.special > .col {
		width: 50%;
	}
	
}

@media only screen and (max-width: 782px) {
	
	.breadcrumbs:after {
		height: 0.8px;
	}
	
	.banner-text .text-headline-1 {
		font-size: 30px;
	}
	
	.banner-text .text-headline-4 {
		font-size: 18px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	header {
		height: 70px;	
	}
	
	.header-logo > a {
		font-size: 28px;
	}
	
	.header-buttons {
		display: block;
	}
	
	nav {
		bottom: 0;
		display: none;
		margin-top: 70px;
		overflow-y: auto;
		padding: 10px 0;
		text-align: left;
		top: 0;
	}
	
	nav.active {
		display: block;
	}
	
	.admin-bar nav {
		margin-top: 116px;
	}
	
	.menu-header {
		display: block;
		height: auto;
		margin: 0;
	}
	
	.menu-header li {
		display: block;
		margin: 0;
		padding: 0 0 10px 0;
	}
	
	.menu-header li:after {
		display: none;
	}
	
	main {
		padding-top: 100px;
	}

	.footer1 ul, .footer2 ul {
		margin-bottom: 30px;
		width: 100%;
	}

	.footer1 ul:last-child, .footer2 ul:last-child {
		margin-bottom: 0;
	}
	
	.footer1 .footer-logo,
	.footer1 .footer-socials {
		text-align: left;
	}
	
	.button, .button-alt {
		font-size: 16px;
		padding: 10px 30px;
	}
	
	.grid.team > .col,
	.grid.blog-items > .col,
	.grid.location-listing-entries > .col {
		width: 50%;
	}
	
	.text-headline-1,
	.text-headline-2,
	.text-headline-3,
	.text-headline-4,
	.text-headline-5,
	h1, h2, h3, h4, h5 {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	
}

@media only screen and (max-width:680px) {
	
	.banner-text {
		margin-top: 30px;
		position: static;
		right: 0;
		text-align: center;
		top: 0;
		transform: none;
		width: 100%;
	}
	
	.col {
		width: 100% !important;
	}
	
}

@media only screen and (max-width:480px) {
	
	
}