/*
* Created by CeLa
* Copyright by Amdre GmbH
* Main Theme CSS
*/
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;

}
@media (min-width: 1200px) {
    .sppb-row-container {
        max-width: 1320px !important;
    }
}
@media (min-width: 768px) {
	#offcanvas-toggler {
		display: none !important;
	}
}
.offcanvas-overlay {
	display: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Header */
@media (max-width: 767px) {
	#sp-header {
	  height: 80px;
	  padding-top: 12px;
	  padding-bottom: 12px;
	}
}