/*
 Theme Name:   Labene
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       azedo
 Author URI:   https://www.azedo.at
 Template:     generatepress
 Version:      1.0
*/
html {
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 1px transparent;
}

ul.footermenu {
	list-style-type: none;
	margin: 16px 0 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	line-height: 2;
}

ul.footermenu li a {
	color: #fff;
}

ul.footermenu li a:hover {
	color: #fcb900;
}

.footer-labene p,
.footer-button {
	line-height: 1.2;
}

/* mobile header spacing */
.mobile-header-navigation {
	padding: 10px;
	box-sizing: border-box;
}

/* navigation phone button */
.main-navigation:not(.slideout-navigation) .main-nav li.nav-button a {
	border: 2px solid rgba(255, 170, 0, 1.0);
	line-height: 38px;
	padding: 0px 16px;
}

/* button lift on hover */
.button {
	-webkit-transition: all 500ms ease-in-out !important;
	transition: all 400ms ease-in-out !important;
}

.button:hover {
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
}

/* post comment form button styling */
.comment-form input[type="submit"] {
	color: #ffffff;
	background-color: #ffaa00;
	line-height: 48px;
	padding: 0px 16px;
	margin-top: 20px;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.comment-form input[type="submit"]:hover {
	color: #ffffff;
	background-color: #ffaa00;
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
}

/* container drop shadows */
.object-shadow {
	box-shadow: 0px 0px 10px rgba(20, 20, 20, 0.1);
}

/* photo solid drop shadow */
.photo-shadow img {
	box-shadow: 10px 10px 0px #e2e2e2;
}

/* underline widget titles */
.sidebar .widget-title,
.footer-widgets .widget-title {
	border-bottom: 1px solid #ffaa00;
	line-height: 1.6em;
	display: inline-block;
}

.no-bottom-margin > p,
p.no-bottom-margin {
	margin-bottom: 0;
}

/* Produkte hacks */
.lislab-box img {
	height: 75px !important;
	width: auto !important;
}

@media (min-width: 1025px) {
	.hide-on-mobile {
		display: block;
	}

	.hide-on-desktop {
		display: none;
	}
}

@media (max-width: 1024px) {
	.hide-on-mobile {
		display: none;
	}

	.hide-on-desktop {
		display: block;
	}
}

/* Customizer */
.wp-block-button .wp-block-button__link {
	display: flex;
	flex-direction: row;
}

#masthead {
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 46%, rgba(255,255,255,0.6) 46%, rgba(255,255,255,0.6) 73%, rgba(255,255,255,0) 73%, rgba(255,255,255,0) 100%);
}

@media (min-width: 1025px) {
	nav {
		margin-top: 40px;
	}
}

@media (max-width: 1024px) {
	nav {
		background: rgba(255,255,255,0.6) ; 
	}
}

@media (max-width: 768px) {
	
	.gb-button-wrapper.footer-button {
		margin-top: 40px;
	}
	
	.gb-button-wrapper.footer-button a.gb-button {
		justify-content: flex-start !important;
		
	}
}