.startseite .jtpl-header--image {
	height: 100dvh !important;
}


/* Desktop */

@media (min-width: 768px) {

	/*Logo ausblenden*/
	.jtpl-logo {
		display: none
	}

	.navigation-colors,
	.jtpl-navigation .j-nav-level-1 a:link,
	.jtpl-navigation .j-nav-level-1 a:visited {
		background: #ffffff !important;
	}

	.jtpl-navigation__inner.navigation-alignment {
		padding: 0 35px
	}
}

/* mobil */

@media (max-width: 767px) {

	/*Navigation*/
	.navigation-colors a,
	.navigation-colors a:link,
	.navigation-colors a:visited {
		background-color: #fff !important;
	}

	/*Logo ausblenden*/
	.jtpl-logo {
		display: none
	}
}

@media (max-width: 767px) and (orientation: portrait) {

	/*web-image*/
	.jtpl-background-area.jqbga-container.jqbga-web--image {
		background-image: url("https://image.jimcdn.com/app/cms/image/transf/none/path/sb679a84ef2899276/image/ib641779a61708135/version/1774430124/image.jpg") !important;
	}

}


/*lc4 translation-buttons
        --------------------------------*/

.lc-buttons {
	top: 9px;
	right: 35px;
	width: 80px;
}

@media (max-width: 767px) {
	.lc-buttons {
		top: 18px;
	}
}


.lc-buttons p,
.lc-buttons a,
.lc-buttons span {
	font-family: "Inconsolata", sans-serif, "google";
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #302f2f !important;
	background-color: rgba(0, 0, 0, 0);
}

.lc-buttons a {
	font-family: "Inconsolata", sans-serif, "google";
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

.lc-buttons a:hover {
	color: #806100 !important;
}
