/*
 Theme Name:   Divi-Child
 Description:  Metallbau Kammerbauer
 Author:       FAVORIT.network
 Author URI:   https://www.favorit.network/
 Template:     Divi
 Version:      1.0
 Text Domain:  Divi-Child
*/

/* ### Typo ### */
body {
	font-size: 16px !Important;
}
h1, h2, h3, h4, h5, h6 {
	color: #444 !Important;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
h1 {
	font-size: 70px;
}
h2 {
	font-size: 52px !Important;
}
h3 {
	font-size: 30px !Important;
}
h4 {
	font-size: 22px;
}
.weiss {
	color: #fff !Important;
}
b {
	font-weight: 600;
	font-size: 16px;
	color: #ff9f00;
}
ul {
    list-style-type: none !Important;
	margin-left: 0px;
}

/* ### buttons ### */
.et_pb_button {
	color: #ffffff !important;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	background-color: #ff9f00;
	padding: 8px 16px;
	border: none;
	border-radius: 0px;
}
.et_pb_button:hover {
	background-color: #ffc260 !Important;
	border: none !Important;
	border-radius: 0px;
}
#footer-info {
	text-align: center !Important;
	float: none;
}
#main-footer .footer-widget h4 {
	color: #ff9f00 !Important;	
}

#legal h2 {
	font-size: 32px !Important;
}
#legal h3 {
	font-size: 24px !Important;
}
#legal ul {
	list-style-type: disc !Important;
}
/* ### Menu ### */ 
.et_pb_menu 
.et_pb_menu__menu > nav > ul > li {
	padding: 0 32px;
}
#nav_menu-2 {
	text-align: end; 
}
/* ### Borlabs Styling ### */
#BorlabsCookieBox ._brlbs-flex-center {
	display: block !Important;
}
#BorlabsCookieBox .cookie-logo {
	position: relative;
	max-width: 100% !Important;
	width: 100%;
	margin-bottom: 2%;
	margin-left: 0 !important;
}
#BorlabsCookieBox h3, h4 {
	font-size: 22px !Important;
	font-family: 'Roboto Condensed',sans-serif !important;
	color: #fff !Important;
}
#BorlabsCookieBox ._brlbs-box-advanced ul {
	list-style-type: none !improtant;
	list-style-image: none !Important;
}

#BorlabsCookieBox ._brlbs-btn-accept-all {
	border-radius: 3px !important;
}
#BorlabsCookieBox ._brlbs-btn {
	border-radius: 3px !important;
}
#BorlabsCookieBox ._brlbs-manage {
	font-size: 12px;
}
/* #### responsive #### */ 
@media 
only screen and (max-width: 1920px){	
	.head-fullheight {
		height: 100vh;
	}
}

@media 
only screen and (max-width: 1440px){	
	.head-fullheight {
		padding-top: 5% !Important;
	}
}
@media 
only screen and (max-width: 1366px){	
	.head-fullheight {
		padding-top: 2% !Important;
	}
	.head-logo .lazyloaded{
		max-height: 140px !Important;	
	}
}
@media 
only screen and (max-width: 1280px){
	h2 {
		font-size: 44px !Important;
	}	
}
@media 
only screen and (max-width: 1024px),
only screen and (max-device-width: 1024px){
	h1 {
    font-size: 36px !Important;
	}
	h2 {
	font-size: 30px !Important;
	}
	.head-fullheight {
	height: 100vh;
	padding-top: 10% !Important;
	}
	.logo-container {
	max-height: 20%!Important;
	}
}
@media 
	only screen and (max-width: 960px) {
	.head-fullheight {
		padding-top: 30% !Important;
	}
	.head-logo .lazyloaded{
		max-height: 100px !Important;	
	}
}

@media 
	only screen and (max-width: 480px) {
		.head-fullheight {
			height: auto;
			padding-top: 20% !Important;
		}
}